]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/cloudy/css/ie.css
Merge branch 'testing' into 0.9.x
[quix0rs-gnu-social.git] / theme / cloudy / css / ie.css
index 94c2093b1906afad8ae357159cdb7f0e7d96f1f9..e8f964ef4352067f60b06808d38cad65c7309bc6 100644 (file)
@@ -1,3 +1,10 @@
+/**
+ * @package   StatusNet
+ * @author    Sarven Capadisli <csarven@status.net>
+ * @copyright 2009-2010 StatusNet, Inc.
+ * @license   http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
+ * @link      http://status.net/
+ */
 /* IE specific styles */
 
 .notice-options input.submit {
@@ -8,15 +15,33 @@ 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);
+left:33.5%;
+}
+
+#form_notice #notice_action-submit {
+right:0;
+}
 
 #aside_primary {
 width:181px;
@@ -24,7 +49,7 @@ width:181px;
 
 #form_notice,
 #anon_notice {
-top:158px;
+top:190px;
 }
 
 #public #content,