orbit-basic/app/assets/stylesheets/orbitTimeline.css

47 lines
575 B
CSS
Raw Normal View History

2012-06-26 07:59:28 +00:00
.t_scale{
2012-07-02 08:22:51 +00:00
height: 516px;
}
#scale_wrapper {
overflow: hidden;
2012-06-26 07:59:28 +00:00
}
#timline_marker{
width:100px;
height:140px;
opacity:0.4;
cursor: move;
border-style:solid;
border-width:5px;
border-radius:5px;
}
#t_container{
height:366px;
}
2012-07-02 08:22:51 +00:00
.scale_region {
2012-06-26 07:59:28 +00:00
}
2012-07-02 08:22:51 +00:00
.group {
margin-right: 48px;
2012-06-26 07:59:28 +00:00
}
.month{
}
.year{
}
.bubble{
cursor: pointer;
width:300px;
float: left;
2012-06-26 13:09:33 +00:00
font-size:15px;
2012-06-26 07:59:28 +00:00
display: none;
}
.month_heading{
2012-07-02 08:22:51 +00:00
color: #333;
font-family: 'Open sans', sans-serif;
font-size: 21px;
background-color: #efefef;
2012-06-26 07:59:28 +00:00
}
.bubble_list ul{
float:left;
2012-07-02 08:22:51 +00:00
width: 300px;
height: 440px;
2012-06-26 07:59:28 +00:00
}