]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixed width for form_notice selected view in IE
authorSarven Capadisli <csarven@status.net>
Tue, 12 Jan 2010 03:06:31 +0000 (03:06 +0000)
committerSarven Capadisli <csarven@status.net>
Tue, 12 Jan 2010 03:06:31 +0000 (03:06 +0000)
theme/base/css/ie.css

index 4e50aadbe9511e1d6142b9399315077972e008b5..70a6fd11a5697a6603791c038626a64bce0c1ec3 100644 (file)
@@ -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 {