fix flowing of items in editbar
parent
c409495b5e
commit
88ab74b1e9
|
@ -74,6 +74,7 @@ a img {
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
height:32px;
|
||||||
}
|
}
|
||||||
.toolbar ul li.separator {
|
.toolbar ul li.separator {
|
||||||
border: inherit;
|
border: inherit;
|
||||||
|
@ -81,7 +82,7 @@ a img {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
width: 0px;
|
width: 0px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
height:20px;
|
height:22px;
|
||||||
}
|
}
|
||||||
.toolbar ul li a:hover {
|
.toolbar ul li a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Reference in New Issue