From b9a487a3dab7e650fe21d0ab8a1db3e1b9c0ac3d Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Tue, 12 Jan 2010 03:06:31 +0000 Subject: Fixed width for form_notice selected view in IE --- theme/base/css/ie.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'theme') diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css index 4e50aadbe..70a6fd11a 100644 --- a/theme/base/css/ie.css +++ b/theme/base/css/ie.css @@ -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 { -- cgit v1.2.3-54-g00ecf