]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
SMS settings markup and styles. Minor check with twitter settings form_datas
[quix0rs-gnu-social.git] / theme / base / css / display.css
index b5c47e1bb333f6ff5cd97c2ae3d75844b2496294..08805c1e0f4da5b075ee4a96f1533ea7eb58e982 100644 (file)
@@ -79,11 +79,12 @@ top:2px;
 left:0;
 }
 
-#page_notice .error {
-background-color:#F7E8E8;
+#page_notice .error,
+#page_notice .success {
 padding:4px 7px;
 -moz-border-radius:4px;
 }
+
 form label.submit {
 display:none;
 }
@@ -115,15 +116,19 @@ width:100%;
 float:left;
 }
 
-.form_settings .form_datas label,
+.form_settings .form_datas label {
+float:left;
+}
+.form_settings .form_datas textarea,
+.form_settings .form_datas select,
 .form_settings .form_datas input {
-margin-right:11px;
+margin-left:11px;
 float:left;
 }
 
 .form_settings label {
 margin-top:7px;
-width:123px;
+width:152px;
 }
 
 .form_actions label {
@@ -143,7 +148,7 @@ display:none;
 
 .form_settings .form_datas p.form_guide {
 clear:both;
-margin-left:134px;
+margin-left:163px;
 margin-bottom:0;
 }
 
@@ -153,11 +158,15 @@ margin-bottom:11px;
 
 .form_settings input.checkbox {
 margin-top:3px;
+margin-left:0;
 }
 .form_settings label.checkbox {
 font-weight:normal;
-width:auto;
 margin-top:0;
+margin-right:0;
+margin-left:11px;
+float:left;
+width:90%;
 }
 
 #form_login p.form_guide,
@@ -666,10 +675,6 @@ border-top:1px dashed #D1D9E4;
 list-style-type:none;
 /*margin-bottom:11px;*/
 }
-.notices li.over {
-background-color:#fcfcfc;
-}
-
 
 /* NOTICES */
 #notices_primary {