diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-25 21:25:41 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-25 21:25:41 +0000 |
commit | c4da201fc01206817034207c01d9e2d051605757 (patch) | |
tree | a47cf13d8ba53a2b6c3624229bbd1865aa50d6cd | |
parent | e268cb5fd1a81835180a0f6190b7929d03ce42d7 (diff) |
IE UI update for notice_data_attach_selected
-rw-r--r-- | theme/base/css/ie.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css index da200388e..43fb01492 100644 --- a/theme/base/css/ie.css +++ b/theme/base/css/ie.css @@ -19,6 +19,12 @@ display:block; 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%; } |