beautify timeline

This commit is contained in:
sanj 2010-10-26 03:54:36 +02:00
parent 41485612a9
commit 991c974bdc

View File

@ -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 {