Commit 997030e2 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 57842: On enter_bug.cgi, show component description when it is selected -…

Bug 57842: On enter_bug.cgi, show component description when it is selected - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent c02ab7f8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment