From 12924cb3958c6e163200d5531252ad7511e651e1 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 22 Nov 2012 03:07:40 +0100 Subject: [PATCH] Fixex some small style issues --- wcfsetup/install/files/style/sortable.less | 23 ++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/wcfsetup/install/files/style/sortable.less b/wcfsetup/install/files/style/sortable.less index f2ab9c6104..c67fa28c40 100644 --- a/wcfsetup/install/files/style/sortable.less +++ b/wcfsetup/install/files/style/sortable.less @@ -1,16 +1,14 @@ .sortableListContainer .sortablePlaceholder { - /* todo */ background-color: @wcfWarningBackgroundColor; - border: 1px solid @wcfWarningBackgroundColor2; + border: 1px solid @wcfWarningBorderColor; color: @wcfWarningColor; margin: @wcfGapTiny 0; padding: @wcfGapTiny; } .sortablePlaceholder.sortableInvalidTarget { - /* todo */ background-color: @wcfErrorBackgroundColor; - border: 1px solid @wcfErrorBackgroundColor2; + border: 1px solid @wcfErrorBorderColor; color: @wcfErrorColor; } @@ -18,6 +16,20 @@ list-style-position: outside; list-style-type: decimal; margin-left: @wcfGapLarge; + + .jsCollapsibleCategory > .sortableNodeLabel { + background-color: @wcfTabularBoxBackgroundColor; + color: @wcfTabularBoxColor; + padding-left: 7px; + + > a { + color: @wcfTabularBoxColor; + } + } + + .statusDisplay { + float: right; + } } .sortableNode { @@ -34,8 +46,7 @@ } .sortableList:not(.simpleSortableList) .sortableNodeLabel { - border-bottom: 1px solid rgba(216, 231, 245, 1); /* todo */ - padding-bottom: @wcfGapMedium; + border-bottom: 1px solid @wcfContainerBorderColor; } .simpleSortableList { -- 2.20.1