The layout has changed a little bit, to mini-mize the "white-space" in the header and so fort.

This commit is contained in:
Brinken
2012-03-18 01:46:51 +01:00
parent b85f5c0227
commit ba91eecad0
9 changed files with 250 additions and 161 deletions

View File

@@ -55,22 +55,23 @@
.jspTrack
{
background: rgb(50,50,50);
background: rgb(10,10,10);
position: relative;
}
.jspDrag
{
background: rgb(30,30,30);
background: rgb(90,0,10);
position: relative;
top: 0;
left: 0;
cursor: pointer;
border-radius: 20px;
}
.jspDrag:active,
.jspDrag:hover
{
background: rgb(15,15,15);
background: rgb(160,0,10);
}
.jspHorizontalBar .jspTrack,