Fix for buggy checkbox display and selects/textareas
authorLuzifr <szekely@woltlab.com>
Tue, 9 Aug 2011 19:26:12 +0000 (21:26 +0200)
committerLuzifr <szekely@woltlab.com>
Tue, 9 Aug 2011 19:26:12 +0000 (21:26 +0200)
wcfsetup/install/files/acp/style/testing.css

index f370d0fbfa40eb3c649da8ce7ed6e325ffa1e37d..b7545965135f07ae5293a0a050d136969a66628d 100644 (file)
@@ -501,6 +501,7 @@ fieldset > ul li {
 dl {
        clear: both;
        margin-bottom: 7px;
+       position: relative;
 }
 
 dl.disabled > dt {
@@ -562,11 +563,14 @@ dl > dd > fieldset > dl > dd > small {
  dt.reversed {
        margin-top: 2px;
        text-align: left;
-       position: relative;
+       position: absolute;
        left: 270px;
-       width: auto;
+       width: 100%;
 }
 
+ dt.reversed ~ dd > input[type='checkbox'] {
+       margin-left: 0;
+}
 
 
 /* -- -- -- -- -- Forms -- -- -- -- -- */
@@ -689,12 +693,12 @@ textarea:focus {
 /* Widths */
 
 textarea {
-       width: 100%;
+       width: 95%;
 }
 
 /*
 select {
-       width: 100%;
+       width: 95%;
 }
 */