Some minor style tweaks
authorMarcel Werk <burntime@woltlab.com>
Sat, 30 Jan 2016 11:22:03 +0000 (12:22 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sat, 30 Jan 2016 11:22:12 +0000 (12:22 +0100)
wcfsetup/install/files/style/element/dl.scss
wcfsetup/install/files/style/layout/content.scss

index 40c5db6a26f37e0a36e692a67954ca8b5973265d..a7c46f9da865092eb336d58600e07ef0ddaddec0 100644 (file)
@@ -47,6 +47,11 @@ dl {
                        
                        > label {
                                display: block;
+                               
+                               /* indentation for checkbox descriptions */
+                               + small:not(.innerError) {
+                                       margin-left: 24px;
+                               } 
                        }
                        
                        > label:not(:first-child) {
index 1c86890c88400097360a39dc7c41b53e84ed17da..21ba466b1f89f858a4c8e22f92a6565e93e7a0d5 100644 (file)
@@ -9,6 +9,10 @@
                .contentTitle,
                > h1 { // deprecated
                        @extend .wcfFontTitle;
+                       
+                       .badge {
+                               top: -2px;
+                       }
                }
                
                a {
                }
        }
        
+       /* legacy styling for sub headlines (deprecated; use .section > .sectionTitle instead) */
+       .boxHeadline.boxSubHeadline {
+               margin-top: 30px;
+               margin-bottom: 20px;
+               
+               > h2 {
+                       color: $wcfContentHeadlineText; // todo: rename variable
+                       
+                       @extend .wcfFontHeadline;
+                       
+                       a {
+                               color: $wcfContentHeadlineLink; // todo: rename variable
+                               
+                               &:hover {
+                                       color: $wcfContentHeadlineLinkActive; // todo: rename variable
+                               }
+                       }
+                       
+                       .badge {
+                               top: -2px;
+                       }
+               }
+       }
+       
        /* todo
        .boxHeadline {
                &.labeledHeadline {
                                        color: $wcfContentHeadlineLinkActive; // todo: rename variable
                                }
                        }
+                       
+                       .badge {
+                               top: -2px;
+                       }
                }
                
                .sectionDescription {
                                }
                        }
                        
+                       .badge {
+                               top: -2px;
+                       }
+                       
                        &+ * {
                                clear: left;
                        }