From 997030e295661b4e18f29cef9832af98cc2a4038 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 10 Oct 2007 15:06:52 +0000 Subject: Bug 57842: On enter_bug.cgi, show component description when it is selected - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skins/standard/global.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index d7765dc88..3c49deefe 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -356,10 +356,22 @@ div.user_match { vertical-align: top; font-weight: bold; } -.field_value { +.field_value, form#Create th, form#Create td { vertical-align: top; } +form#Create th { + text-align: right; +} + +form#Create .comment { + vertical-align: top; + overflow: auto; + color: green; + margin: 0 0.5em; + padding: 0.3em; +} + #keyword-chooser { padding: 10px; position: absolute; -- cgit v1.2.3-24-g4f1b