mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
stop timeslider from taking up more than 100% room
This commit is contained in:
parent
ab7b043fd1
commit
6ca7dcf999
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
#timeslider-right {
|
||||
position: absolute;
|
||||
top:0px;
|
||||
right:-2px;
|
||||
right:0px;
|
||||
background-image: url(../../static/img/timeslider_right.png);
|
||||
width: 155px;
|
||||
height: 63px;
|
||||
|
|
Loading…
Reference in a new issue