diff options
author | 2007-10-10 15:06:52 +0000 | |
---|---|---|
committer | 2007-10-10 15:06:52 +0000 | |
commit | 997030e295661b4e18f29cef9832af98cc2a4038 (patch) | |
tree | 2fb7181727606276fd30527ac5a2518c1b5d78ec /skins | |
parent | Bug 313129: Implement $milestone->create and $milestone->update based on Obje... (diff) | |
download | bugzilla-997030e295661b4e18f29cef9832af98cc2a4038.tar.gz bugzilla-997030e295661b4e18f29cef9832af98cc2a4038.tar.bz2 bugzilla-997030e295661b4e18f29cef9832af98cc2a4038.zip |
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; |