From: Marcel Werk Date: Thu, 5 Apr 2012 18:43:52 +0000 (+0200) Subject: Small style fixes X-Git-Tag: 2.0.0_Beta_1~1162 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b24772688f5ed7737897bbd76ad8ef07f62cd584;p=GitHub%2FWoltLab%2FWCF.git Small style fixes --- diff --git a/wcfsetup/install/files/style/like.less b/wcfsetup/install/files/style/like.less index fd7088afd6..06fafc0d29 100644 --- a/wcfsetup/install/files/style/like.less +++ b/wcfsetup/install/files/style/like.less @@ -16,8 +16,6 @@ margin: 0 0 0 15px; } -/* Buttons */ - .likesWidget > ul { float: right; margin-right: 7px; @@ -29,11 +27,7 @@ display: inline-block; } -.likesWidget > ul > li > a { - padding: 2px 4px 3px; -} - .likesWidget > ul > li:first-child { - margin-right: -5px; + margin-right: 2px; } \ No newline at end of file diff --git a/wcfsetup/install/files/style/sidebar.less b/wcfsetup/install/files/style/sidebar.less index 431c4c4ccc..3f745caf34 100644 --- a/wcfsetup/install/files/style/sidebar.less +++ b/wcfsetup/install/files/style/sidebar.less @@ -36,6 +36,11 @@ .badge { float: right; } + + a { + color: @wcfColor; + text-decoration: none; + } } } @@ -55,6 +60,10 @@ a { .textShadow(@wcfHighlightBackgroundColor); } + + small { + text-shadow: none; + } } }