From: Sarven Capadisli Date: Thu, 15 Oct 2009 14:59:21 +0000 (+0000) Subject: Reduced some margin-bottoms X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=afa00b558f981d1ae01715f5aa52ce992708bdd8;p=quix0rs-gnu-social.git Reduced some margin-bottoms --- diff --git a/plugins/MobileProfile/mp-screen.css b/plugins/MobileProfile/mp-screen.css index 468d6b32c2..15ec76339c 100644 --- a/plugins/MobileProfile/mp-screen.css +++ b/plugins/MobileProfile/mp-screen.css @@ -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; }