Resolved TODOs
authorMarcel Werk <burntime@woltlab.com>
Tue, 21 May 2013 14:26:18 +0000 (16:26 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 21 May 2013 14:26:18 +0000 (16:26 +0200)
wcfsetup/install/files/style/acl.less
wcfsetup/install/files/style/form.less
wcfsetup/install/files/style/global.less
wcfsetup/install/files/style/imageViewer.less
wcfsetup/install/files/style/label.less
wcfsetup/install/files/style/layout.less

index 473e740b725a8e62eadc1231715278a861dbe427..1993069673145850831c1a72e242c09bbabc1769 100644 (file)
@@ -1,8 +1,3 @@
-/* todo */
-.aclContainer > dd > span {
-       position: relative;
-}
-
 .aclList,
 .aclPermissionList {
        margin-top: 0;
index e431de9b1e9feffc9da775981c71c104258b7d16..15e00dbf38854eb4900af92fc256dddc7adaaee6 100644 (file)
@@ -404,7 +404,7 @@ textarea {
        margin-top: @wcfGapSmall;
 }
 
-/* todo: element list with checkboxes */
+/* element list with checkboxes */
 .structuredList {
        background-color: @wcfContainerBackgroundColor;
        
@@ -425,7 +425,6 @@ textarea {
                }
                
                &.category {
-                       /* TODO: This color was @wcfNavigationBackgroundColor which does not exist anymore */
                        background-color: @wcfNavigationHeaderBackgroundColor;
                        
                        &:hover {
@@ -445,7 +444,7 @@ textarea {
        }
 }
 
-/* todo: missing doc */
+/* tag input list */
 .editableItemList ul li {
        cursor: pointer;
        margin-left: @wcfGapTiny;
@@ -455,8 +454,7 @@ textarea {
        }
 }
 
-/* todo */
+/* Fixes weird firefox bug */
 select > option {
-       /* Fixes weird firefox bug */
        display: block !important;
 }
\ No newline at end of file
index b3bfa7c6977442ffa50ed0570f8c6419312b8980..d75dacfc69bb3887d0ec7944e4dac7c873c942f1 100644 (file)
@@ -107,7 +107,6 @@ body > iframe[src="about:blank"] {
        display:none;
 }
 
-/* todo */
 ::selection {
        text-shadow: 0 1px 0 rgba(255, 255, 255, .5) !important;
        color: #300;
index 790cb5ae9fbbf7d7a894d0d37c4169edef2e50ec..3ff3837ff99903e71021a75d896b2570d08cf99a 100644 (file)
@@ -26,7 +26,7 @@
        }
        
        &:hover > span {
-               .boxShadow(0, 0, @wcfButtonHoverBorderColor, 20px); /* todo */
+               .boxShadow(0, 0, @wcfButtonHoverBorderColor, 20px);
        }
 }
 
index 576a4b1dcb7350de7f1f7e104820bb191f0a7063..bfc79ff470e6d416e569f7ee4afb2a4aafc588d6 100644 (file)
@@ -1,6 +1,4 @@
 /* #### Labels #### */
-/* todo: move into wcf */
-
 /* label list */
 .labelList, .labelList > li {
        display: inline-block; 
index e718448b29b637c907f7bce7331f3873714c32ea..11e140bfb6dd47f0d781c3c677f5d7dc726e54b0 100644 (file)
        }
 }
 
-/* ToDo: 2x hidden? */
+/* jquery ui fixes */
 .ui-tabs .ui-tabs-hide {
        display: none !important;
 }