Add proper dl support for innerInfo elements
authorMatthias Schmidt <gravatronics@live.com>
Fri, 15 Feb 2019 13:43:05 +0000 (14:43 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Fri, 15 Feb 2019 13:43:05 +0000 (14:43 +0100)
See #2601

wcfsetup/install/files/style/element/dl.scss

index 022f3d821ec3a08ccf482d58cd0233eb708c3556..734758200b5f6b728de16de4e837be98a7bfb557 100644 (file)
@@ -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;
                        }
                }