From: Marcel Werk Date: Sat, 15 Dec 2012 21:47:52 +0000 (+0100) Subject: Fixed paddings in page navigation X-Git-Tag: 2.0.0_Beta_1~705 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ca6920c4526fdc46aa32a43629f57c59fd317e4b;p=GitHub%2FWoltLab%2FWCF.git Fixed paddings in page navigation --- diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index 8b7750eb99..c31f0373b1 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -1061,8 +1061,8 @@ ul.inlineDataList { } &.disabled { - background-image: none !important; - border: 1px solid rgba(0, 0, 0, .1) !important; + background-image: none; + border: 1px solid rgba(0, 0, 0, .1); cursor: not-allowed; } @@ -1079,7 +1079,11 @@ ul.inlineDataList { } &.active { - padding: 2px 3px; + padding: 2px 0 1px; + + > span { + padding: 0 3px; + } } img { @@ -1145,7 +1149,7 @@ ul.inlineDataList { > .badge { float: right; - font-size: 70%; + font-size: 75%; top: 3px; }