]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
notice div.entry-content notice-options styles
[quix0rs-gnu-social.git] / theme / base / css / display.css
index b0a41cede8eba0a8ef3fb6033747a606b11f9442..2af6cc67dfe7e27d04be028cfb0674c47d188a4c 100644 (file)
@@ -17,7 +17,7 @@ width:1004px;
 width:71.714em;
 }
 h1 {
-font-size:2.1em;
+font-size:1.7em;
 line-height:1.1;
 margin-bottom:0.25em;
 }
@@ -39,7 +39,7 @@ font-weight:bold;
 
 legend {
 font-weight:bold; 
-font-size:1.6em;
+font-size:1.5em;
 text-transform:uppercase;
 }
 form {
@@ -109,9 +109,21 @@ margin-bottom:29px;
 font-style:italic;
 }
 
-.form_login label,
-.form_settings label {
+
+.form_settings .form_datas li {
+width:100%;
+float:left;
+}
+
+.form_settings .form_datas label,
+.form_settings .form_datas input {
 margin-right:11px;
+float:left;
+}
+
+.form_settings label {
+margin-top:7px;
+width:123px;
 }
 
 .form_actions label {
@@ -123,16 +135,31 @@ display:inline;
 font-weight:bold;
 }
 
-.form_settings p {
-margin-bottom:18px;
+#form_settings_profile legend {
+display:none;
 }
 
-#settings_email_address {
-margin-bottom:29px;
+.form_settings .form_datas p.form_guide {
+clear:both;
+margin-left:134px;
+margin-bottom:0;
 }
 
+.form_settings p {
+margin-bottom:11px;
+}
+
+.form_settings input.checkbox {
+margin-top:3px;
+}
 .form_settings label.checkbox {
 font-weight:normal;
+width:auto;
+margin-top:0;
+}
+
+#form_login p.form_guide {
+margin-left:0;
 }
 
 /* FORM SETTINGS */
@@ -715,6 +742,7 @@ display:inline;
 clear:left;
 float:left;
 width:48%;
+font-size:0.95em;
 }
 .notice div.entry-content a,
 .notice .notice-options a,
@@ -773,17 +801,32 @@ outline:none;
 padding-left:2%;
 float:left;
 width:50%;
+position:relative;
 }
+.notice-options .notice_delete,
 .notice-options .notice_reply,
 .notice-options .notice_favorite {
-float:left;
-margin-right:11px;
+position:absolute;
+top:0;
+}
+.notice-options .notice_favorite {
+left:0;
 }
 .notice-options .notice_reply {
+left:29px;
+}
+.notice-options .notice_delete {
+left:76px;
 }
 .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;
@@ -792,11 +835,11 @@ border:0;
 .notice-options .notice_reply a,
 .notice-options .notice_delete a {
 text-decoration:none;
-padding-left:20px;
+padding-left:16px;
 }
 
 .notice-options .notice_delete {
-float:right;
+
 }
 
 .notice-options form input.submit {