From ca6920c4526fdc46aa32a43629f57c59fd317e4b Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sat, 15 Dec 2012 22:47:52 +0100 Subject: [PATCH] Fixed paddings in page navigation --- wcfsetup/install/files/style/layout.less | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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; } -- 2.20.1