Small change.
authorLuzifr <szekely@woltlab.com>
Thu, 1 Mar 2012 14:47:03 +0000 (15:47 +0100)
committerLuzifr <szekely@woltlab.com>
Thu, 1 Mar 2012 14:47:09 +0000 (15:47 +0100)
All other elements have margin to the top, so i changed the dl to have
it to the top also.

wcfsetup/install/files/acp/style/wcf.css

index 26cdceb6c4a439fc9b6770da9d322bf64a13803d..16064e83dfb28f3b5fcc2244276c24c0bf67af96 100644 (file)
@@ -146,10 +146,9 @@ a[href^="mailto:"] {
 /* -- -- -- Globals -- -- --  */
 
 /** 
- * This is a generic container for surrounding blocks of  
- * text with an optional leading icon. The icon-size is
- * free. The box collapses if there's no icon given or 
- * if it doesn't load. 
+ * This is a generic container for surrounding blocks of 
+ * text with an optional leading icon. The icon-size is 
+ * free. The icon-Container is optional. 
  * Note: 
  * This box does not support RTL in WebKit-browsers! 
  * Thus the box-style may change in the future. 
@@ -1775,10 +1774,14 @@ fieldset legend ~ p {
 /* Simple */
 
 dl {
-       margin-bottom: 7px;
+       margin-top: 7px;
        position: relative;
 }
 
+fieldset dl:first-of-type {
+       margin-top: 0;
+}
+
 dl > dt {
        text-align: right;
        color: rgba(102, 153, 204, 1);