beautify timeline
This commit is contained in:
parent
41485612a9
commit
991c974bdc
|
@ -77,11 +77,27 @@ a img {
|
|||
color: red;
|
||||
}
|
||||
|
||||
#timeline {
|
||||
height: 120px;
|
||||
width: 50%;
|
||||
overflow-x: scroll;
|
||||
background: #ccc;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.eventName {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.event {
|
||||
cursor: pointer;
|
||||
float: left;
|
||||
font-size: 12px;
|
||||
direction: rtl;
|
||||
margin-right: 6px;
|
||||
padding: 4px;
|
||||
border: 1px dashed #000;
|
||||
background: #666;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.eventSelected {
|
||||
|
|
Loading…
Reference in New Issue
Block a user