]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/ie.css
Could not update avatar due to Bad Thumbnail parameters
[quix0rs-gnu-social.git] / theme / base / css / ie.css
index 9dfb176698d4e9717dd21a4af64230e679a35404..7f0265129b8283a4ae19a850c79eec015f9366e2 100644 (file)
@@ -1,39 +1,61 @@
-/* Temporary copy of base styles for overriding */
+/* IE specific styles */
 
 input.checkbox,
 input.radio {
 top:0;
 }
+
 .form_notice textarea {
-    width: 485px;
+    width: 473px;
+}
+
+.threaded-replies .form_notice textarea {
+    width: 395px;
 }
-.form_notice .count + label {
+
+.form_notice .form_note + label {
 position:absolute;
-top:25px;
-left:83%;
 text-indent:-9999px;
 height:16px;
 width:16px;
 display:block;
-    top: 30px;
+    left: 390px;
+    top: 27px;
 }
-.form_notice .submit {
+.form_notice #notice_action-submit {
     width: 106px;
     max-width: 106px;
 }
-.form_notice .attach-status,
-.form_notice #notice_data-geo_selected {
-width:78.75%;
+
+.form_notice .count {
+    right: 52px;
+}
+
+#form_notice-direct.form_notice .count {
+    right: 18px;
+}
+
+#form_notice-direct label {
+    float: left;
+}
+
+#form_notice-direct select {
+    margin-top: 0px;
+    float: left;
 }
-.form_notice .attach-status button,
-.form_notice #notice_data-geo_selected button {
-padding:0 4px;
+
+.form_notice .error,
+.form_notice .success,
+.form_notice .notice-status {
+    width: 468px; 
 }
+
 .notice-options input.submit {
 font-size:0;
 text-align:right;
 text-indent:0;
 }
+
 .notice div.entry-content .timestamp a {
 margin-right:4px;
 }
@@ -54,8 +76,14 @@ z-index:9999;
 line-height:auto;
 }
 
+#site_nav_global_primary ul {
+    margin-right: 0px;
+}
 
-/* IE specific styles */
+#site_nav_local_views ul {
+    list-style-type: none;
+    list-style-position: outside;
+}
 
 .notice-options input.submit {
     color:#FFFFFF;
@@ -65,16 +93,6 @@ line-height:auto;
     filter: alpha(opacity=0);
 }
 
-.form_notice .count + label {
-    background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -328px;
+.notice .addressees:before {
+    content: '\003E';
 }
-
-.form_notice .notice_data-geo_wrap label {
-   background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -1780px;
-}
-
-.form_notice .notice_data-geo_wrap label.checked {
-   background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -1846px;
-}
-
-