Fixes small main menu bug
authorLuzifr <szekely@woltlab.com>
Tue, 10 Jan 2012 19:01:18 +0000 (20:01 +0100)
committerLuzifr <szekely@woltlab.com>
Tue, 10 Jan 2012 19:01:18 +0000 (20:01 +0100)
wcfsetup/install/files/acp/style/wcf.css

index 2b7f0bd12aab7b994b75ecc18a07258995ac8f9b..73c83a23f1d92abd20433e948bb43a433b9fd925 100644 (file)
@@ -520,6 +520,7 @@ nav.topMenu {
        width: 32px;
        height: 32px;
        float: left;
+       cursor: pointer;
 }
 
 .search > div {
@@ -569,6 +570,10 @@ nav.topMenu {
        }
 }
 
+.mainMenu > ul > li.activeMenuItem {
+       margin: -5px 0 0;
+}
+
 .mainMenu > ul > li.activeMenuItem:first-child {
        margin: -5px -5px 0 0;
 }