From e7c727adbe175ebe217a7ee82a3c1c7f745c7d7e Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sat, 26 Jan 2013 13:53:33 +0100 Subject: [PATCH] Updates CSS code because of icon update --- wcfsetup/install/files/style/acl.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; -- 2.20.1