]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Reduced some margin-bottoms
authorSarven Capadisli <csarven@status.net>
Thu, 15 Oct 2009 14:59:21 +0000 (14:59 +0000)
committerSarven Capadisli <csarven@status.net>
Thu, 15 Oct 2009 14:59:21 +0000 (14:59 +0000)
plugins/MobileProfile/mp-screen.css

index 468d6b32c269df6ff9140c4deab2765e0b7b87c4..15ec76339c8e6e443441cbf9d0a0d9b7f55bf183 100644 (file)
@@ -32,11 +32,19 @@ margin-right:7px;
 }
 
 
+.form_settings fieldset {
+margin-bottom:7px;
+}
+
 .form_settings label {
 width:auto;
 display:block;
 float:none;
 }
+.form_settings .form_data li {
+margin-bottom:7px;
+}
+
 .form_settings .form_data textarea,
 .form_settings .form_data select, 
 .form_settings .form_data input {
@@ -146,6 +154,11 @@ min-height:auto;
 border:0;
 }
 
+.instructions p, 
+.instructions ul {
+margin-bottom:4px;
+}
+
 h1 {
 margin-bottom:0;
 }