mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
fix flowing of items in editbar
This commit is contained in:
parent
c409495b5e
commit
88ab74b1e9
1 changed files with 2 additions and 1 deletions
|
@ -74,6 +74,7 @@ a img {
|
|||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
height:32px;
|
||||
}
|
||||
.toolbar ul li.separator {
|
||||
border: inherit;
|
||||
|
@ -81,7 +82,7 @@ a img {
|
|||
visibility: hidden;
|
||||
width: 0px;
|
||||
padding: 5px;
|
||||
height:20px;
|
||||
height:22px;
|
||||
}
|
||||
.toolbar ul li a:hover {
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue