From: Marcel Werk Date: Tue, 21 May 2013 14:26:18 +0000 (+0200) Subject: Resolved TODOs X-Git-Tag: 2.0.0_Beta_1~96^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=54efc05099d2d1f165e6592001f432fd2ff6d05c;p=GitHub%2FWoltLab%2FWCF.git Resolved TODOs --- diff --git a/wcfsetup/install/files/style/acl.less b/wcfsetup/install/files/style/acl.less index 473e740b72..1993069673 100644 --- a/wcfsetup/install/files/style/acl.less +++ b/wcfsetup/install/files/style/acl.less @@ -1,8 +1,3 @@ -/* todo */ -.aclContainer > dd > span { - position: relative; -} - .aclList, .aclPermissionList { margin-top: 0; diff --git a/wcfsetup/install/files/style/form.less b/wcfsetup/install/files/style/form.less index e431de9b1e..15e00dbf38 100644 --- a/wcfsetup/install/files/style/form.less +++ b/wcfsetup/install/files/style/form.less @@ -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 diff --git a/wcfsetup/install/files/style/global.less b/wcfsetup/install/files/style/global.less index b3bfa7c697..d75dacfc69 100644 --- a/wcfsetup/install/files/style/global.less +++ b/wcfsetup/install/files/style/global.less @@ -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; diff --git a/wcfsetup/install/files/style/imageViewer.less b/wcfsetup/install/files/style/imageViewer.less index 790cb5ae9f..3ff3837ff9 100644 --- a/wcfsetup/install/files/style/imageViewer.less +++ b/wcfsetup/install/files/style/imageViewer.less @@ -26,7 +26,7 @@ } &:hover > span { - .boxShadow(0, 0, @wcfButtonHoverBorderColor, 20px); /* todo */ + .boxShadow(0, 0, @wcfButtonHoverBorderColor, 20px); } } diff --git a/wcfsetup/install/files/style/label.less b/wcfsetup/install/files/style/label.less index 576a4b1dcb..bfc79ff470 100644 --- a/wcfsetup/install/files/style/label.less +++ b/wcfsetup/install/files/style/label.less @@ -1,6 +1,4 @@ /* #### Labels #### */ -/* todo: move into wcf */ - /* label list */ .labelList, .labelList > li { display: inline-block; diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index e718448b29..11e140bfb6 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -1406,7 +1406,7 @@ } } -/* ToDo: 2x hidden? */ +/* jquery ui fixes */ .ui-tabs .ui-tabs-hide { display: none !important; }