]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
Removed max-width:100%
[quix0rs-gnu-social.git] / theme / base / css / display.css
index 8685bdc872b32b210c5297f60c3b253bafaf7a6a..d56b41693711b8392e935bd260ddf1ee08c519da 100644 (file)
@@ -15,7 +15,6 @@ position:relative;
 margin:0 auto;
 width:1004px;
 width:71.714em;
-max-width:100%;
 }
 h1 {
 font-size:2.1em;
@@ -36,7 +35,7 @@ input, textarea, select, option {
 padding:4px;
 font-family:sans-serif;
 font-size:1em;
--moz-border:radius:4px;
+-moz-border-radius:4px;
 }
 select, option {
 padding-bottom:0;
@@ -47,7 +46,7 @@ padding:11px;
 input:focus, textarea:focus, select:focus {
 border-width:2px;
 border-style: solid;
--moz-border:radius:4px;
+-moz-border-radius:4px;
 }
 caption {
 font-weight:bold;
@@ -316,6 +315,7 @@ padding:18px 4px 18px 18px;
 /*Start: FORM NOTICE*/
 #form_notice {
 width:384px;
+width:458px;
 float:left;
 margin-left:68px;
 position:relative;
@@ -331,7 +331,9 @@ display:none;
 #form_notice textarea {
 -moz-border-radius:4px;
 width:304px;
+width:377px;
 height:95px;
+height:86px;
 line-height:1.5;
 padding:7px 7px 14px 7px;
 }
@@ -357,6 +359,7 @@ margin-left:4px;
 #form_notice .form_note {
 position:absolute;
 top:125px;
+top:116px;
 right:98px;
 z-index:9;
 }
@@ -385,6 +388,7 @@ text-indent:-9999px;
 #form_notice .form_actions {
 position:absolute;
 top:107px;
+top:98px;
 right:0;
 }
 #form_notice li {
@@ -606,6 +610,9 @@ border-top:1px dashed #D1D9E4;
 list-style-type:none;
 /*margin-bottom:11px;*/
 }
+.notices li.over {
+background-color:#fcfcfc;
+}
 
 
 /* NOTICES */
@@ -781,11 +788,9 @@ display:none;
 .notice-options form input.submit {
 display:block;
 border:0;
-border-bottom-width:1px;
-border-bottom-style:dotted;
 padding-left:20px;
-
 }
+
 .notice-options .reply a {
 text-decoration:none;
 }
@@ -1076,7 +1081,6 @@ text-align:center;
 }
 
 
-c
 #testimonials {
 clear:both;
 }