From 8cee33e0cb2597ad976312ea2fe0c11a75393db3 Mon Sep 17 00:00:00 2001 From: "olav%bkor.dhs.org" <> Date: Wed, 1 Nov 2006 07:10:08 +0000 Subject: 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 --- skins/standard/global.css | 9 +++++++++ skins/standard/show_bug.css | 3 --- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index c2701523a..4d66f0e7f 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 012d3b5e9..1626f39ef 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; -} -- cgit v1.2.3-24-g4f1b