Commit 8cee33e0 authored by olav%bkor.dhs.org's avatar olav%bkor.dhs.org

Bug 357433: Labels of custom fields are left aligned on enter_bug.cgi and post_bug.cgi

Patch by Olav Vitters <olav@bkor.dhs.org> r=mkanat a=myk
parent 3ebf812b
......@@ -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;
}
......@@ -13,6 +13,3 @@
* Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
*/
.field_label {
text-align: right;
}
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