From: Sarven Capadisli <csarven@status.net>
Date: Tue, 12 Jan 2010 03:06:31 +0000 (+0000)
Subject: Fixed width for form_notice selected view in IE
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b9a487a3dab7e650fe21d0ab8a1db3e1b9c0ac3d;p=quix0rs-gnu-social.git

Fixed width for form_notice selected view in IE
---

diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css
index 4e50aadbe9..70a6fd11a5 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 {