Small improvements to fieldsets and pre-input-dropdowns
authorLuzifr <szekely@woltlab.com>
Wed, 5 Oct 2011 12:25:17 +0000 (14:25 +0200)
committerLuzifr <szekely@woltlab.com>
Wed, 5 Oct 2011 12:25:17 +0000 (14:25 +0200)
wcfsetup/install/files/acp/style/style.css

index cf884a369de5473435039e7d3a5c8b54b925b66a..b1fb9f1e0a4e47ee2cc69f5f6ced169c1e615ae7 100644 (file)
@@ -774,6 +774,8 @@ dl > dd > small {
 dl > dd > fieldset {
        margin-top: 0;
        margin-bottom: 0;
+       padding-top: 5px;
+       padding-bottom: 5px;
 }
 
 dl > dd > fieldset > legend {
@@ -1002,9 +1004,6 @@ textarea {
 
 
 
-
-
-
 
 
 
@@ -1132,13 +1131,13 @@ textarea {
 }
 
 .preInput .dropdown > li:first-child {
-       border-top-left-radius: 3px;
-       border-top-right-radius: 3px;
+       border-top-left-radius: 5px;
+       border-top-right-radius: 5px;
 }
 
 .preInput .dropdown > li:last-child {
-       border-bottom-left-radius: 3px;
-       border-bottom-right-radius: 3px;
+       border-bottom-left-radius: 5px;
+       border-bottom-right-radius: 5px;
 }
 
 .preInput .dropdown > li:hover {