diff options
author | lpsolit%gmail.com <> | 2007-07-05 04:05:58 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-07-05 04:05:58 +0200 |
commit | 223bd464bdfc6bcdff59e698ff3875eed7988207 (patch) | |
tree | 28e29367981b5104f829afe8b9405b2d52596737 /skins/standard | |
parent | 09b34ef6593a89e0e9a364fe73a2b1aed80741e7 (diff) | |
download | bugzilla-223bd464bdfc6bcdff59e698ff3875eed7988207.tar.gz bugzilla-223bd464bdfc6bcdff59e698ff3875eed7988207.tar.xz |
Bug 339437: Make flag requestee a select box and limit users to requestable only - Patch by Seth <laoseth@gmail.com> r/a=LpSolit
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/global.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 5c03f8832..b729b1aad 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -259,7 +259,7 @@ span.quote { table#flags th, table#flags td { - vertical-align: baseline; + vertical-align: middle; text-align: left; } |