From: Marcel Werk Date: Fri, 30 Mar 2012 18:47:58 +0000 (+0200) Subject: Added some css classes for sidebar styling X-Git-Tag: 2.0.0_Beta_1~1176^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a219ac59821b413274c8812911caf4be6e77d87d;p=GitHub%2FWoltLab%2FWCF.git Added some css classes for sidebar styling --- diff --git a/wcfsetup/install/files/style/sidebar.less b/wcfsetup/install/files/style/sidebar.less index f474403232..3a994ef4e6 100644 --- a/wcfsetup/install/files/style/sidebar.less +++ b/wcfsetup/install/files/style/sidebar.less @@ -39,6 +39,26 @@ } } + .sidebarBox:not(:last-child) { + margin-bottom: 7px; + } + + .sidebarBoxHeadline { + > h1 { + font-weight: bold; + margin-bottom: 1px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + + .textShadow(@wcfHighlightBackgroundColor); + + a { + .textShadow(@wcfHighlightBackgroundColor); + } + } + } + dl.dataList { margin-bottom: -4px;