diff options
author | lpsolit%gmail.com <> | 2007-05-31 22:49:39 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-05-31 22:49:39 +0200 |
commit | cd9895c9bc3d27b61af66131cc98502b3efc3d63 (patch) | |
tree | 65dce3aac55b6078a4463d417b63e47305fe7f22 /skins | |
parent | 4c77e10c45de70d6da9492e400420c90d537081a (diff) | |
download | bugzilla-cd9895c9bc3d27b61af66131cc98502b3efc3d63.tar.gz bugzilla-cd9895c9bc3d27b61af66131cc98502b3efc3d63.tar.xz |
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.css | 4 |
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; |