diff options
author | lpsolit%gmail.com <> | 2007-10-10 17:06:52 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-10-10 17:06:52 +0200 |
commit | 997030e295661b4e18f29cef9832af98cc2a4038 (patch) | |
tree | 2fb7181727606276fd30527ac5a2518c1b5d78ec /skins | |
parent | c02ab7f8bd9caf0dffaba6a88030ac57c21951a8 (diff) | |
download | bugzilla-997030e295661b4e18f29cef9832af98cc2a4038.tar.gz bugzilla-997030e295661b4e18f29cef9832af98cc2a4038.tar.xz |
Bug 57842: On enter_bug.cgi, show component description when it is selected - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 14 |
1 files changed, 13 insertions, 1 deletions
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; |