mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
fixes a tiny css bug #1077
This commit is contained in:
parent
1c847dbde3
commit
d30bb6d892
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@
|
|||
cursor: pointer;
|
||||
height: 35px;
|
||||
margin-left: 5px;
|
||||
margin-right: 148px;
|
||||
margin-right: 150px;
|
||||
position: relative;
|
||||
top: 20px;
|
||||
}
|
||||
|
@ -292,4 +292,4 @@ OL {
|
|||
}
|
||||
* HTML .pause#playpause_button_icon {
|
||||
background-image: url(../../static/img/pause.gif)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue