mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-30 12:19:13 -04:00
John's CSS styling
This commit is contained in:
parent
867525945d
commit
27ae8bb3fa
8 changed files with 39 additions and 6 deletions
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue