From: lpsolit%gmail.com <> Date: Thu, 31 May 2007 20:50:54 +0000 (+0000) Subject: Bug 364164: fields for flags are of different widths if you are not in the grant group for all flags - Patch by Frédéric Buclin r=reed r=gerv a=LpSolit --- diff --git a/skins/standard/global.css b/skins/standard/global.css index fe5fd8b0b2..e336f67f21 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; diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index 6b75b088c1..61ecf2dfaf 100644 --- a/template/en/default/flag/list.html.tmpl +++ b/template/en/default/flag/list.html.tmpl @@ -105,7 +105,8 @@ + onchange="toggleRequesteeField(this);" + class="flag_select"> [% IF type.is_requestable && user.can_request_flag(type) %] @@ -199,7 +201,8 @@