From: olav%bkor.dhs.org <> Date: Wed, 1 Nov 2006 07:10:08 +0000 (+0000) Subject: Bug 357433: Labels of custom fields are left aligned on enter_bug.cgi and post_bug.cgi X-Git-Tag: bugzilla-2.23.4~245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cee33e0cb2597ad976312ea2fe0c11a75393db3;p=thirdparty%2Fbugzilla.git Bug 357433: Labels of custom fields are left aligned on enter_bug.cgi and post_bug.cgi Patch by Olav Vitters r=mkanat a=myk --- diff --git a/skins/standard/global.css b/skins/standard/global.css index c2701523ae..4d66f0e7f3 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -292,3 +292,12 @@ dl dl > dt { background-color: #fff; } } + +.field_label { + text-align: right; + vertical-align: top; + font-weight: bold; +} +.field_value { + vertical-align: top; +} diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css index 012d3b5e9b..1626f39efc 100644 --- a/skins/standard/show_bug.css +++ b/skins/standard/show_bug.css @@ -13,6 +13,3 @@ * Contributor(s): Max Kanat-Alexander */ -.field_label { - text-align: right; -}