]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Few IE fixes for neo theme.
authorSamantha Doherty <sammy@status.net>
Mon, 21 Mar 2011 13:16:00 +0000 (09:16 -0400)
committerSamantha Doherty <sammy@status.net>
Mon, 21 Mar 2011 13:16:00 +0000 (09:16 -0400)
theme/neo/css/display.css
theme/neo/css/ie.css

index ee3c13624f82fa0400afba527cde4e42d94c819e..5128ed8bc5a5a21df0970d966bd544c8cb30f3c2 100644 (file)
@@ -260,9 +260,9 @@ address {
     line-height: 1.4em;
     text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
     background: #ececf2;
-    background: -moz-linear-gradient(top, #fff , #ececf2);
-    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ececf2));
-    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ececf2',GradientType=0 );
+    background: -moz-linear-gradient(top, #ffffff , #ececf2);
+    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececf2));
+    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececf2',GradientType=0 );
 }
 
 #input_form_nav li:hover a, #input_form_nav li.current a {
@@ -333,21 +333,6 @@ address {
     font-size: 1.2em;
 }
 
-
-.form_notice textarea {
-    height: 42px;
-    padding: 6px 10px 18px 10px;
-    border: 1px solid #a6a6a6;
-    -webkit-border-radius: 4px;
-    -moz-border-radius: 4px;
-    border-radius: 4px;
-    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
-    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
-    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
-    z-index: 97;
-    font-size: 1.2em;
-}
-
 .form_notice label.notice_data-attach {
     top: 0px;
     right: 0px;
@@ -1253,7 +1238,7 @@ table.profile_list tr.alt {
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d63', endColorstr='#FB6104',GradientType=0 );
 }
 
-#form_event_rsvp .notice input.submit:hover {
+#form_event_rsvp input.submit:hover {
     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
     background: #ff9d63;
     background: -moz-linear-gradient(top, #FB6104 , #fc8035);
index 81d13f443e8445df55554296feb8e6687c664fc4..b7e4a840cd0d34a81087b46a711e596c39fdb2b7 100644 (file)
@@ -5,8 +5,12 @@ input.radio {
 top:0;
 }
 .form_notice textarea {
-    width: 328px;
+    width: 473px;
 }
+.threaded-replies .form_notice textarea {
+    width: 385px;
+}
+
 .form_notice .form_note + label {
 position:absolute;
 top:25px;
@@ -61,6 +65,15 @@ line-height:auto;
     margin-right: 0px;
 }
 
+#site_nav_local_views ul {
+    list-style-type: none;
+    list-style-position: outside;
+}
+
+#site_nav_local_views a {
+    width: 126px;
+}
+
 .notice-options input.submit {
     color:#FFFFFF;
 }
@@ -79,3 +92,13 @@ line-height:auto;
 .form_notice #notice_data-geo_wrap label.checked {
    background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -1846px;
 }
+
+/* IE6 sucks */
+
+#content {
+    _width: 520px;
+}
+
+#aside_primary {
+    _width: 190px;
+}