First batch of IE fixes.

This commit is contained in:
Samantha Doherty 2011-05-24 12:56:49 -04:00
parent fd847c29c5
commit ba55d4d010
3 changed files with 65 additions and 120 deletions

View File

@ -1,13 +1,19 @@
/* Temporary copy of base styles for overriding */ /* IE specific styles */
input.checkbox, input.checkbox,
input.radio { input.radio {
top:0; top:0;
} }
.form_notice textarea { .form_notice textarea {
width: 485px; width: 473px;
} }
.form_notice .count + label {
.threaded-replies .form_notice textarea {
width: 385px;
}
.form_notice .form_note + label {
position:absolute; position:absolute;
top:25px; top:25px;
left:83%; left:83%;
@ -15,25 +21,47 @@ text-indent:-9999px;
height:16px; height:16px;
width:16px; width:16px;
display:block; display:block;
top: 30px; left: 390px;
top: 27px;
} }
.form_notice .submit { .form_notice #notice_action-submit {
width: 106px; width: 106px;
max-width: 106px; max-width: 106px;
} }
.form_notice .attach-status,
.form_notice #notice_data-geo_selected { .form_notice .count {
width:78.75%; right: 52px;
} }
.form_notice .attach-status button,
.form_notice #notice_data-geo_selected button { #form_notice-direct.form_notice .count {
padding:0 4px; right: 18px;
} }
#form_notice-direct label {
float: left;
}
#form_notice-direct select {
margin-top: 0px;
float: left;
}
.form_notice .error,
.form_notice .success,
.form_notice .notice-status {
width: 468px;
}
.threaded-replies .form_notice textarea {
width: 395px;
}
.notice-options input.submit { .notice-options input.submit {
font-size:0; font-size:0;
text-align:right; text-align:right;
text-indent:0; text-indent:0;
} }
.notice div.entry-content .timestamp a { .notice div.entry-content .timestamp a {
margin-right:4px; margin-right:4px;
} }
@ -54,8 +82,14 @@ z-index:9999;
line-height:auto; 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 { .notice-options input.submit {
color:#FFFFFF; color:#FFFFFF;
@ -65,16 +99,22 @@ line-height:auto;
filter: alpha(opacity=0); filter: alpha(opacity=0);
} }
.form_notice .count + label { /* IE7 */
background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -328px;
*+html .input_forms {
margin-bottom: -20px;
} }
.form_notice .notice_data-geo_wrap label { /* IE6 */
background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -1780px;
#content {
_width: 520px;
} }
.form_notice .notice_data-geo_wrap label.checked { #aside_primary {
background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -1846px; _width: 190px;
} }
#content h1 {
_clear: left;
}

View File

@ -383,7 +383,7 @@ address {
} }
#form_notice-direct.form_notice .count { #form_notice-direct.form_notice .count {
top: 80px; top: 78px;
right: 7px; right: 7px;
} }
@ -450,6 +450,7 @@ address {
text-align: left; text-align: left;
color: #888; color: #888;
cursor: text; cursor: text;
background: #fff;
} }
.input_form .form_settings li input { .input_form .form_settings li input {
@ -786,6 +787,10 @@ div.entry-content a.response:after {
font-size: 1em; font-size: 1em;
} }
.threaded-replies:empty {
display: none;
}
.user_in .threaded-replies { .user_in .threaded-replies {
margin-top: 0px; margin-top: 0px;
} }

View File

@ -1,100 +0,0 @@
/* Temporary copy of base styles for overriding */
input.checkbox,
input.radio {
top:0;
}
.form_notice textarea {
width: 473px;
}
.threaded-replies .form_notice textarea {
width: 385px;
}
.form_notice .form_note + label {
position:absolute;
top:25px;
left:83%;
text-indent:-9999px;
height:16px;
width:16px;
display:block;
left: 390px;
top: 27px;
}
.form_notice #notice_action-submit {
width: 106px;
max-width: 106px;
}
.form_notice input.notice_data-attach_selected,
.form_notice #notice_data-geo_selected {
width:78.75%;
}
.form_notice input.notice_data-attach_selected button,
.form_notice #notice_data-geo_selected button {
padding:0 4px;
}
.notice-options input.submit {
font-size:0;
text-align:right;
text-indent:0;
}
.notice div.entry-content .timestamp a {
margin-right:4px;
}
.entity_profile {
width:64%;
}
.notice {
z-index:1;
}
.notice:hover {
z-index:9999;
}
.notice .thumbnail img {
z-index:9999;
}
.form_settings fieldset fieldset legend {
line-height:auto;
}
/* IE specific styles */
#site_nav_global_primary ul {
margin-right: 0px;
}
#site_nav_local_views ul {
list-style-type: none;
list-style-position: outside;
}
.notice-options input.submit {
color:#FFFFFF;
}
.form_notice input.notice_data-attach {
filter: alpha(opacity=0);
}
.form_notice .form_note + label {
background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -328px;
}
.form_notice #notice_data-geo_wrap label {
background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -1780px;
}
.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;
}