fixes #992 wrong menubar alignment on Chrome

This commit is contained in:
plegall
2019-03-22 17:02:12 +01:00
parent 14eeb35c66
commit b20d46e3f3
+2 -1
View File
@@ -800,6 +800,7 @@ html, body {height:100%; margin:0; padding:0;}
margin: 0; display: block; font-weight:bold;
position:relative; padding: 5px 1px 4px 5px; font-size: 13px; color: #aaa;
cursor:pointer;
line-height: 25px;
}
#menubar dl:first-of-type, #menubar dl:first-of-type dt { border-radius:0; }
#menubar dl:last-of-type { border-radius:0; }
@@ -814,8 +815,8 @@ html, body {height:100%; margin:0; padding:0;}
font-size: 14px;
color: #666;
float: right;
line-height: 37px;
margin-right: 5px;
margin-top: 2px;
}
/* tabsheets are often used in admin pages => No specific css files */