From: Sarven Capadisli Date: Thu, 25 Jun 2009 21:25:41 +0000 (+0000) Subject: IE UI update for notice_data_attach_selected X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c4da201fc01206817034207c01d9e2d051605757;p=quix0rs-gnu-social.git IE UI update for notice_data_attach_selected --- diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css index da200388eb..43fb01492a 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%; }