Topic: Wider default select boxes
Please fix the combo box selection css for the standard themes to accomodate the standard choices and stay within the width of the longest textarea and textbox widths.
--- old/themes/aqua/default.css Mon Sep 29 21:21:28 2014
+++ new/themes/aqua/default.css Tue Nov 18 18:19:02 2014
@@ -43,7 +43,7 @@
}
select {
- max-width: 200px;
+ max-width: 230px;
}
option.inactive {
--- old/themes/cool/default.css Mon Sep 29 21:21:28 2014
+++ new/themes/cool/default.css Tue Nov 18 18:18:44 2014
@@ -43,7 +43,7 @@
}
select {
- max-width: 200px;
+ max-width: 230px;
}
option.inactive {
--- old/themes/default/default.css Mon Sep 29 21:21:28 2014
+++ new/themes/default/default.css Tue Nov 18 18:17:32 2014
@@ -43,7 +43,7 @@
}
select {
- max-width: 200px;
+ max-width: 230px;
}
option.inactive {
The before and after screenshots of MS Internet Explorer 6 (same in FF 33 as well) are in the attachments.