From: Matthias Schmidt Date: Fri, 15 Feb 2019 13:43:05 +0000 (+0100) Subject: Add proper dl support for innerInfo elements X-Git-Tag: 5.2.0_Alpha_1~288 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3281de265c7a92e89aced87d55c7052137cba584;p=GitHub%2FWoltLab%2FWCF.git Add proper dl support for innerInfo elements See #2601 --- diff --git a/wcfsetup/install/files/style/element/dl.scss b/wcfsetup/install/files/style/element/dl.scss index 022f3d821e..734758200b 100644 --- a/wcfsetup/install/files/style/element/dl.scss +++ b/wcfsetup/install/files/style/element/dl.scss @@ -23,7 +23,7 @@ dl { margin-bottom: 20px; } - > small:not(.innerError):not(.innerSuccess):not(.innerWarning) { + > small:not(.innerError):not(.innerInfo):not(.innerSuccess):not(.innerWarning) { color: $wcfContentDimmedText; display: block; margin-top: 3px; @@ -33,7 +33,7 @@ dl { display: block; /* indentation for checkbox descriptions */ - + small:not(.innerError):not(.innerSuccess):not(.innerWarning) { + + small:not(.innerError):not(.innerInfo):not(.innerSuccess):not(.innerWarning) { margin-left: 24px; } } @@ -54,7 +54,7 @@ dl { margin-right: 0; } - + small:not(.innerError):not(.innerSuccess):not(.innerWarning) { + + small:not(.innerError):not(.innerInfo):not(.innerSuccess):not(.innerWarning) { margin-left: 0; } } @@ -105,7 +105,7 @@ dl { margin-top: 0; } - + small:not(.innerError):not(.innerSuccess):not(.innerWarning) { + + small:not(.innerError):not(.innerInfo):not(.innerSuccess):not(.innerWarning) { margin-left: 0; } }