fix flowing of items in editbar

pull/2399/head
John McLear 2014-12-24 17:54:13 +00:00
parent c409495b5e
commit 88ab74b1e9
1 changed files with 2 additions and 1 deletions

View File

@ -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;