From: Matthias Schmidt Date: Sat, 26 Jan 2013 12:53:33 +0000 (+0100) Subject: Updates CSS code because of icon update X-Git-Tag: 2.0.0_Beta_1~537^2~5^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e7c727adbe175ebe217a7ee82a3c1c7f745c7d7e;p=GitHub%2FWoltLab%2FWCF.git Updates CSS code because of icon update --- diff --git a/wcfsetup/install/files/style/acl.less b/wcfsetup/install/files/style/acl.less index 6efa9dfc6e..350facf37f 100644 --- a/wcfsetup/install/files/style/acl.less +++ b/wcfsetup/install/files/style/acl.less @@ -7,11 +7,11 @@ .aclPermissionList { margin-top: 0; min-height: 100px; - + > li { display: block; padding: @wcfGapTiny; - + &:first-child { border-top-left-radius: @wcfContainerBorderRadius; border-top-right-radius: @wcfContainerBorderRadius; @@ -29,7 +29,7 @@ > li { cursor: pointer; - + &:hover, &.active:hover { background-color: @wcfButtonHoverBackgroundColor; @@ -39,7 +39,7 @@ background-color: @wcfContainerAccentBackgroundColor; } - > img:last-child { + > span:last-child { float: right; margin-right: @wcfGapSmall; } @@ -50,7 +50,7 @@ margin-top: @wcfGapSmall; min-height: 200px; text-align: right; - + > li { &:hover { background-color: @wcfButtonHoverBackgroundColor;