]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Minor cosmetic changes to form_settings. Hope they're right.
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 26 Oct 2014 13:54:48 +0000 (14:54 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 26 Oct 2014 13:55:23 +0000 (14:55 +0100)
theme/base/css/display.css

index 1029850a1e654fa8b46144a802f420da1b36f759..fd7cb246ff00d9ffd3a502ebff2c9972afad15dd 100644 (file)
@@ -1303,20 +1303,16 @@ form label.submit {
 display:none;
 }
 
-.form_settings {
-    clear:both;
-}
-
 .form_settings fieldset {
     margin-top: 10px;
-    margin-bottom: 30px;
+    margin-bottom: 10px;
     border: none;
 }
 
 .form_settings fieldset fieldset {
-    margin-bottom: 40px;
+    margin-bottom: 20px;
     padding: 10px;
-    padding-top: 30px;
+    padding-top: 10px;
     border-width:1px;
     border-style:solid;
     background:rgba(240, 240, 240, 0.2);