Fixed width for form_notice selected view in IE

This commit is contained in:
Sarven Capadisli 2010-01-12 03:06:31 +00:00
parent f397d35527
commit b9a487a3da

View File

@ -19,10 +19,12 @@ display:block;
width:17%;
max-width:17%;
}
.form_notice #notice_data-attach_selected {
width:78.5%;
.form_notice #notice_data-attach_selected,
.form_notice #notice_data-geo_selected {
width:78.75%;
}
.form_notice #notice_data-attach_selected button {
.form_notice #notice_data-attach_selected button,
.form_notice #notice_data-geo_selected button {
padding:0 4px;
}
.notice-options input.submit {