From fac0d8496ebabadd3221c962cf5cbef53037788f Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Mon, 21 Mar 2011 09:16:00 -0400 Subject: [PATCH] Few IE fixes for neo theme. --- theme/neo/css/display.css | 23 ++++------------------- theme/neo/css/ie.css | 25 ++++++++++++++++++++++++- 2 files changed, 28 insertions(+), 20 deletions(-) diff --git a/theme/neo/css/display.css b/theme/neo/css/display.css index ee3c13624f..5128ed8bc5 100644 --- a/theme/neo/css/display.css +++ b/theme/neo/css/display.css @@ -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); diff --git a/theme/neo/css/ie.css b/theme/neo/css/ie.css index 81d13f443e..b7e4a840cd 100644 --- a/theme/neo/css/ie.css +++ b/theme/neo/css/ie.css @@ -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; +}