Fixex some small style issues
authorMarcel Werk <burntime@woltlab.com>
Thu, 22 Nov 2012 02:07:40 +0000 (03:07 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 22 Nov 2012 02:07:40 +0000 (03:07 +0100)
wcfsetup/install/files/style/sortable.less

index f2ab9c61043fa958333b79d5152f8417e97f6b17..c67fa28c40f03af07c6a5e5bcb5a3afcc2da4e39 100644 (file)
@@ -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;
 }
 
        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 {