John's CSS styling

This commit is contained in:
Peter 'Pita' Martischka 2011-06-21 15:08:36 +01:00 committed by jose
parent 867525945d
commit 27ae8bb3fa
8 changed files with 39 additions and 6 deletions

View file

@ -24,7 +24,7 @@
#timeslider-right {
position: absolute;
top:0px;
right:-2px;
right:0px;
background-image: url(/static/img/timeslider_right.png);
width: 155px;
height: 63px;
@ -32,7 +32,7 @@
#timeslider {
margin:7px;
/* margin:7px;*/
margin-bottom: 0px;
height: 63px;
margin-left: 9px;
@ -249,3 +249,26 @@ div #timeslider div#steppers div#rightstep {
margin-right: 14px;
border: rgb(149, 149, 149) 1px solid;
}
.topbarcenter{
display:none;
}
#docbar{
display:none;
}
#padmain{
top:30px;
}
#editbarright{
float:right;
}
#returnbutton{
width:100px;
height:28px;
margin-right:4px;
background:url("/static/img/timeslider_right.png"); /* im so lazy */
}