mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
remove star buttons on timeslider
This commit is contained in:
parent
8d12c3d7ee
commit
8c301d4fe8
2 changed files with 2 additions and 6 deletions
|
@ -130,7 +130,7 @@ div #timeslider div#steppers div#rightstar {
|
|||
div #timeslider div#steppers div#leftstep {
|
||||
position: absolute;
|
||||
right: 34px;
|
||||
top: 33px;
|
||||
top: 20px;
|
||||
width:30px;
|
||||
height:21px;
|
||||
background: url(../../static/img/stepper_buttons.png) 0px 22px;
|
||||
|
@ -140,7 +140,7 @@ div #timeslider div#steppers div#leftstep {
|
|||
div #timeslider div#steppers div#rightstep {
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
top: 33px;
|
||||
top: 20px;
|
||||
width:29px;
|
||||
height:21px;
|
||||
background: url(../../static/img/stepper_buttons.png) 29px 22px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue