Small optimizations
authorLuzifr <szekely@woltlab.com>
Fri, 16 Mar 2012 14:06:00 +0000 (15:06 +0100)
committerLuzifr <szekely@woltlab.com>
Fri, 16 Mar 2012 14:06:04 +0000 (15:06 +0100)
wcfsetup/install/files/style/wcf.less

index 3c5b23c9577d0ab4118d6ce811b292242f92f5ab..0a0d3e04e9b76c563363bfd76a7c3c10a9e488e6 100644 (file)
@@ -1973,10 +1973,6 @@ section.wcf-content:after {
        margin-top: 30px;
 }
 
-.wcf-mainHeading > hgroup {
-       min-height: 48px;
-}
-
 .wcf-mainHeading > hgroup h1 {
        font-weight: bold;
        border-bottom: @borderWidth @borderStyle @borderColor1;
@@ -2207,6 +2203,16 @@ dl > dd > small {
        display: block;
 }
 
+input[type='checkbox'] ~ small,
+input[type='radio'] ~ small {
+       margin-top: 0;
+       margin-left: 21px;
+}
+
+dl > :not(dt) > label ~ small {
+       margin-left: 21px;
+}
+
 dl > dd > p {
        margin-top: 5px;
 }
@@ -2317,12 +2323,6 @@ label {
        margin-top: 15px;
 }
 
-input[type='checkbox'] ~ small,
-input[type='radio'] ~ small {
-       margin-top: 0;
-       margin-left: 21px;
-}
-
 
 
 /* -- -- -- Form Elements -- -- -- */