]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 357433: Labels of custom fields are left aligned on enter_bug.cgi and post_bug.cgi
authorolav%bkor.dhs.org <>
Wed, 1 Nov 2006 07:10:08 +0000 (07:10 +0000)
committerolav%bkor.dhs.org <>
Wed, 1 Nov 2006 07:10:08 +0000 (07:10 +0000)
Patch by Olav Vitters <olav@bkor.dhs.org> r=mkanat a=myk

skins/standard/global.css
skins/standard/show_bug.css

index c2701523ae0a09e988947e3108da477bc6272bb1..4d66f0e7f31fafb1fb475bf9d17d2487aa05bc11 100644 (file)
@@ -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;
+}
index 012d3b5e9b1e2b14fddd24d2ec2b65f8c7c4e820..1626f39efc469fd8cf4156df41d412f0f868190c 100644 (file)
@@ -13,6 +13,3 @@
   * Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
   */
 
-.field_label {
-    text-align: right;
-}