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