Minor style improvements
authorMarcel Werk <burntime@woltlab.com>
Sat, 29 Dec 2012 02:16:39 +0000 (03:16 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sat, 29 Dec 2012 02:16:39 +0000 (03:16 +0100)
wcfsetup/install/files/style/global.less
wcfsetup/install/files/style/layout.less

index 03716c94361bcb3418dbfe09521b05617a45eb14..0a1e6e144383aa28de6d595e4c9fa28fd2067ffa 100644 (file)
@@ -259,7 +259,7 @@ body > iframe[src="about:blank"] {
        }
        
        &.blue {
-               background-color: #09f;
+               background-color: #369;
                color: #fff;
        }
        
index 8ceb91ae4af37552d150af9570de8c3c4ef1f3d5..f9bbe070d6be35ce0f602cc4370ae7163dff5f4f 100644 (file)
@@ -1297,4 +1297,18 @@ ul.inlineDataList {
                        }
                }
        }
+       
+       dl.inlineDataList {
+               font-size: @wcfSmallFontSize;
+               
+               > dt {
+                       float: left;
+               }
+               
+               > dd {
+                       display: block;
+                       padding-right: @wcfGapMedium;
+                       text-align: right;
+               }
+       }
 }