Small corrections
authorLuzifr <szekely@woltlab.com>
Sun, 28 Aug 2011 23:54:45 +0000 (01:54 +0200)
committerLuzifr <szekely@woltlab.com>
Sun, 28 Aug 2011 23:54:45 +0000 (01:54 +0200)
wcfsetup/install/files/acp/style/testing.css

index 06820db3a356949ff424bf3db20b5740d4bdd630..f6b9747cc347e2e61d6117290e94c7ea3c7fbc24 100644 (file)
@@ -273,7 +273,7 @@ section.content {
        background-color: #fff;
        display: table-cell;
        vertical-align: top;
-       padding: 25px;
+       padding: 25px 35px;
        position: relative;
        width: 100%;
        z-index: 100;
@@ -594,10 +594,6 @@ dl > dd > fieldset > legend {
        display: none;
 }
 
-dl > dd > fieldset > dl {
-       
-}
-
 dl > dd > fieldset > dl > dt {
        width: 150px;
        margin-right: 20px;
@@ -611,13 +607,9 @@ dl > dd > fieldset > dl > dd > label {
        display: block;
 }
 
-dl > dd > fieldset > dl > dd > small {
-       
-}
-
 /* Reversed */
 
- dt.reversed {
+dt.reversed {
        margin-top: 2px;
        text-align: left;
        position: absolute;
@@ -625,10 +617,22 @@ dl > dd > fieldset > dl > dd > small {
        width: auto;
 }
 
- dt.reversed ~ dd > input[type='checkbox'] {
+dt.reversed ~ dd > input[type='checkbox'] {
        margin-left: 0;
 }
 
+/* Special (experimental) 
+
+fieldset dl > dd {
+       margin-left: 235px;
+       padding-top: 5px;
+}
+
+fieldset dt.reversed {
+       left: 255px;
+}
+*/
+
 
 
 /* -- -- -- -- -- Forms -- -- -- -- -- */