]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
Profile settings styles
[quix0rs-gnu-social.git] / theme / base / css / display.css
index 213f0c0d2949492c7303b513a305731bcb057c24..396d12ef0f5f7337287c7d8abaec91e05c0844f7 100644 (file)
@@ -42,6 +42,8 @@ font-weight:bold;
 font-size:1.6em;
 text-transform:uppercase;
 }
+form {
+}
 input, textarea, select, option {
 padding:4px;
 font-family:sans-serif;
@@ -107,9 +109,23 @@ margin-bottom:29px;
 font-style:italic;
 }
 
+
+.form_settings .form_datas li {
+width:100%;
+float:left;
+}
+
 .form_login label,
-.form_settings label {
+.form_settings .form_datas label,
+.form_login input,
+.form_settings .form_datas input {
 margin-right:11px;
+float:left;
+}
+
+.form_settings label {
+margin-top:7px;
+width:123px;
 }
 
 .form_actions label {
@@ -121,16 +137,31 @@ display:inline;
 font-weight:bold;
 }
 
+#form_settings_profile legend {
+display:none;
+}
+
+.form_settings .form_datas p.form_guide {
+clear:both;
+margin-left:134px;
+margin-bottom:0;
+}
+
 .form_settings p {
-margin-bottom:18px;
+margin-bottom:11px;
 }
 
 #settings_email_address {
 margin-bottom:29px;
 }
 
+.form_settings input.checkbox {
+margin-top:3px;
+}
 .form_settings label.checkbox {
 font-weight:normal;
+width:auto;
+margin-top:0;
 }
 
 /* FORM SETTINGS */
@@ -714,12 +745,15 @@ clear:left;
 float:left;
 width:48%;
 }
-.notice div.entry-content,
+.notice div.entry-content a,
 .notice .notice-options a,
 .notice .notice-options input {
-font-size:0.9em;
-}
 
+}
+.notice .notice-options a,
+.notice .notice-options input {
+float:left;
+}
 
 #laconicat .notice div.entry-content {
 /*margin-left:0;*/
@@ -734,17 +768,16 @@ display:inline;
 .notice div.entry-content .response dt {
 display:none;
 }
-.notice div.entry-content .timestamp {
+.notice div.entry-content .timestamp {
 
 }
 .notice div.entry-content .device dt {
 text-transform:lowercase;
 }
 .notice div.entry-content a {
-text-decoration:none;
+
 }
 .notice div.entry-content a:hover {
-text-decoration:underline;
 }
 
 
@@ -765,38 +798,45 @@ display:block;
 outline:none;
 }
 
-
-
 .notice-options {
-margin-left:2%;
+padding-left:2%;
 float:left;
+width:50%;
 }
 .notice-options .notice_reply,
-.notice-options .notice_delete ,
 .notice-options .notice_favorite {
 float:left;
 margin-right:11px;
 }
 .notice-options .notice_reply {
-margin-top:1px;
 }
 .notice-options .notice_reply dt {
 display:none;
 }
+
+.notice-options input,
+.notice-options a {
+text-indent:-9999px;
+}
+
 .notice-options .notice_reply a,
 .notice-options form input.submit {
 display:block;
 border:0;
 }
-
 .notice-options .notice_reply a,
 .notice-options .notice_delete a {
 text-decoration:none;
 padding-left:20px;
 }
+
+.notice-options .notice_delete {
+float:right;
+}
+
 .notice-options form input.submit {
 cursor:pointer;
-padding:0 0 0 17px;
+padding:2px 0 2px 17px;
 }
 
 .notice-options .notice_delete dt,
@@ -809,10 +849,6 @@ border:0;
 padding:0;
 }
 
-
-.notice-options .notice_delete {
-margin-left:3em;
-}
 /*END: NOTICES */