diff options
Diffstat (limited to 'theme/base/css/ie.css')
-rw-r--r-- | theme/base/css/ie.css | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css index 8183fee67..43fb01492 100644 --- a/theme/base/css/ie.css +++ b/theme/base/css/ie.css @@ -1,17 +1,30 @@ /* IE specific styles */ -legend { -margin-left:-7px; -} -input.checkbox { +input.checkbox, +input.radio { top:0; } #form_notice textarea { width:78%; } +#form_notice .form_note + label { +position:absolute; +top:25px; +left:380px; +text-indent:-9999px; +height:16px; +width:16px; +display:block; +} #form_notice #notice_action-submit { width:17%; max-width:17%; } +#form_notice #notice_data-attach_selected { +width:78.5%; +} +#form_notice #notice_data-attach_selected button { +padding:0 4px; +} #anon_notice { max-width:39%; } |