aboutsummaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-05-31 20:49:39 +0000
committerlpsolit%gmail.com <>2007-05-31 20:49:39 +0000
commitcd9895c9bc3d27b61af66131cc98502b3efc3d63 (patch)
tree65dce3aac55b6078a4463d417b63e47305fe7f22 /skins
parent4c77e10c45de70d6da9492e400420c90d537081a (diff)
downloadbugs-cd9895c9bc3d27b61af66131cc98502b3efc3d63.tar
bugs-cd9895c9bc3d27b61af66131cc98502b3efc3d63.tar.gz
bugs-cd9895c9bc3d27b61af66131cc98502b3efc3d63.tar.bz2
bugs-cd9895c9bc3d27b61af66131cc98502b3efc3d63.tar.xz
bugs-cd9895c9bc3d27b61af66131cc98502b3efc3d63.zip
Bug 364164: <select> fields for flags are of different widths if you are not in the grant group for all flags - Patch by Frédéric Buclin <LpSolit@gmail.com> r=reed r=gerv a=LpSolit
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 2c26966a4..5c03f8832 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -263,6 +263,10 @@ table#flags td {
text-align: left;
}
+.flag_select {
+ min-width: 3em;
+}
+
.throw_error {
background-color: #ff0000;
color: black;