Create a customizable timeslider toolbar

This commit is contained in:
Marcel Klehr 2014-03-30 13:02:41 +02:00
parent 867e40533a
commit 6054cda473
9 changed files with 50 additions and 31 deletions

View file

@ -126,6 +126,10 @@ a img {
position: relative;
top: 1px;
}
.toolbar ul li a .buttontext {
color: #222;
font-size: 14px;
}
.toolbar ul li a.grouped-left {
border-radius: 3px 0 0 3px;
}

View file

@ -157,13 +157,6 @@
#editbarright {
float: right
}
#returnbutton {
color: #222;
font-size: 16px;
line-height: 29px;
margin-top: 0;
padding-right: 6px;
}
#settings,
#importexport,
#embed,