]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/cloudy/css/ie.css
send_message -> sendMessage
[quix0rs-gnu-social.git] / theme / cloudy / css / ie.css
index 09512210096ea87567a9a88e5032e071ae580ab3..a698676fbb0eb574e964fe1156fb122bfd8ea849 100644 (file)
@@ -8,13 +8,41 @@ 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:87px;
+left:77%;
+text-indent:-9999px;
+height:16px;
+width:16px;
+display:block;
+}
+#form_notice #notice_data-attach {
+filter: alpha(opacity = 0);
+left:33.5%;
+}
+
+#form_notice #notice_action-submit {
+right:0;
+}
+
 #aside_primary {
 width:181px;
 }
 
 #form_notice,
 #anon_notice {
-top:158px;
+top:190px;
 }
 
 #public #content,
@@ -32,3 +60,13 @@ top:158px;
 #subscribers #content {
 padding-top:138px;
 }
+
+.notice {
+z-index:1;
+}
+.notice:hover {
+z-index:9999;
+}
+.notice .thumbnail img {
+z-index:9999;
+}