projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
860ea23
)
Fixes small main menu bug
author
Luzifr
<szekely@woltlab.com>
Tue, 10 Jan 2012 19:01:18 +0000
(20:01 +0100)
committer
Luzifr
<szekely@woltlab.com>
Tue, 10 Jan 2012 19:01:18 +0000
(20:01 +0100)
wcfsetup/install/files/acp/style/wcf.css
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/acp/style/wcf.css
b/wcfsetup/install/files/acp/style/wcf.css
index 2b7f0bd12aab7b994b75ecc18a07258995ac8f9b..73c83a23f1d92abd20433e948bb43a433b9fd925 100644
(file)
--- a/
wcfsetup/install/files/acp/style/wcf.css
+++ b/
wcfsetup/install/files/acp/style/wcf.css
@@
-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;
}