]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Cloudy theme IE (mostly 7/8) fixes
authorSarven Capadisli <csarven@controlyourself.ca>
Fri, 24 Jul 2009 15:04:00 +0000 (15:04 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Fri, 24 Jul 2009 15:04:00 +0000 (15:04 +0000)
theme/cloudy/css/display.css
theme/cloudy/css/ie.css

index 82a1a1e4e0394c0dff7240bc815111c7553c4bd7..ecf23fd74f71ed1a2c8584a8f8354ddb4c5444f4 100644 (file)
@@ -934,7 +934,6 @@ float:left;
 font-size:0.95em;
 width:16px;
 float:right;
-display:none;
 }
 .notices li:hover div.notice-options {
 display:block;
@@ -984,6 +983,10 @@ text-decoration:none;
 padding-left:16px;
 }
 
+.notice-options .notice_reply .notice_id {
+display:none;
+}
+
 .notice-options form input.submit {
 width:16px;
 padding:2px 0;
index 94c2093b1906afad8ae357159cdb7f0e7d96f1f9..dabadcd951d03dc2af654bd5bec876f2130fe665 100644 (file)
@@ -8,15 +8,32 @@ color:#fff;
 background-color:#ddffcc;
 }
 
+#form_notice {
+width:525px;
+}
+#form_notice .form_note {
+top:-5px;
+right:0;
+}
+#form_notice textarea {
+width:97.75%;
+}
 #form_notice .form_note + label {
 position:absolute;
-top:25px;
-left:83%;
+top:87px;
+left:77%;
 text-indent:-9999px;
 height:16px;
 width:16px;
 display:block;
 }
+#form_notice #notice_data-attach {
+filter: alpha(opacity = 0);
+}
+
+#form_notice #notice_action-submit {
+right:0;
+}
 
 #aside_primary {
 width:181px;
@@ -24,7 +41,7 @@ width:181px;
 
 #form_notice,
 #anon_notice {
-top:158px;
+top:190px;
 }
 
 #public #content,