Few IE fixes for neo theme.

This commit is contained in:
Samantha Doherty 2011-03-21 09:16:00 -04:00
parent fc0ed76ebd
commit fac0d8496e
2 changed files with 28 additions and 20 deletions

View File

@ -260,9 +260,9 @@ address {
line-height: 1.4em; line-height: 1.4em;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9); text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
background: #ececf2; background: #ececf2;
background: -moz-linear-gradient(top, #fff , #ececf2); background: -moz-linear-gradient(top, #ffffff , #ececf2);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ececf2)); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececf2));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ececf2',GradientType=0 ); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececf2',GradientType=0 );
} }
#input_form_nav li:hover a, #input_form_nav li.current a { #input_form_nav li:hover a, #input_form_nav li.current a {
@ -333,21 +333,6 @@ address {
font-size: 1.2em; 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 { .form_notice label.notice_data-attach {
top: 0px; top: 0px;
right: 0px; right: 0px;
@ -1253,7 +1238,7 @@ table.profile_list tr.alt {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d63', endColorstr='#FB6104',GradientType=0 ); 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); text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
background: #ff9d63; background: #ff9d63;
background: -moz-linear-gradient(top, #FB6104 , #fc8035); background: -moz-linear-gradient(top, #FB6104 , #fc8035);

View File

@ -5,8 +5,12 @@ input.radio {
top:0; top:0;
} }
.form_notice textarea { .form_notice textarea {
width: 328px; width: 473px;
} }
.threaded-replies .form_notice textarea {
width: 385px;
}
.form_notice .form_note + label { .form_notice .form_note + label {
position:absolute; position:absolute;
top:25px; top:25px;
@ -61,6 +65,15 @@ line-height:auto;
margin-right: 0px; 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 { .notice-options input.submit {
color:#FFFFFF; color:#FFFFFF;
} }
@ -79,3 +92,13 @@ line-height:auto;
.form_notice #notice_data-geo_wrap label.checked { .form_notice #notice_data-geo_wrap label.checked {
background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -1846px; background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -1846px;
} }
/* IE6 sucks */
#content {
_width: 520px;
}
#aside_primary {
_width: 190px;
}