From e370309ca05302d0c2fd3a24ca147bf98b1992bc Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 15 Feb 2016 12:55:26 +0100 Subject: [PATCH] Fixed some margins/paddings --- .../files/style/layout/containerList.scss | 3 ++- wcfsetup/install/files/style/layout/sidebar.scss | 16 ++++++++++------ wcfsetup/install/files/style/ui/comment.scss | 5 ----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/wcfsetup/install/files/style/layout/containerList.scss b/wcfsetup/install/files/style/layout/containerList.scss index a220e26c22..7a0784e2bd 100644 --- a/wcfsetup/install/files/style/layout/containerList.scss +++ b/wcfsetup/install/files/style/layout/containerList.scss @@ -59,13 +59,14 @@ > a { display: inline-block; - padding: 4px 6px; + padding: 3px 5px; > .icon { color: rgba(0, 0, 0, .5); } } + &.active, &:hover { > a { > .icon { diff --git a/wcfsetup/install/files/style/layout/sidebar.scss b/wcfsetup/install/files/style/layout/sidebar.scss index c796700344..9debf41f4d 100644 --- a/wcfsetup/install/files/style/layout/sidebar.scss +++ b/wcfsetup/install/files/style/layout/sidebar.scss @@ -1,11 +1,15 @@ /* legacy styling for sidebars (deprecated) */ .sidebar { - fieldset > legend { - float: left; - width: 100%; + fieldset { + margin-top: 0; - & + * { - clear: left; + > legend { + float: left; + width: 100%; + + & + * { + clear: left; + } } } @@ -71,7 +75,7 @@ } } -/*.sidebar { +/*.sidebar {// @todo dl.dataList { overflow: hidden; diff --git a/wcfsetup/install/files/style/ui/comment.scss b/wcfsetup/install/files/style/ui/comment.scss index 013ebdb150..d42a1bba53 100644 --- a/wcfsetup/install/files/style/ui/comment.scss +++ b/wcfsetup/install/files/style/ui/comment.scss @@ -1,10 +1,5 @@ .commentList { > li { - > .box48 > div > .commentContent > .buttonGroupNavigation { - right: 40px; - } - - &:hover { background-color: transparent; -- 2.20.1