summaryrefslogtreecommitdiffstats
path: root/skins/custom
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-01-10 14:12:10 +0100
committerByron Jones <bjones@mozilla.com>2012-01-10 14:12:10 +0100
commite23fa261d61319ece1ccfe87a64cf860b02f0eaa (patch)
tree67caaaa19bd8d1ce5f93654f30b655d3bdd0bd05 /skins/custom
parentdcf6e2e18619425eb7d3d78fc35741f271cecc54 (diff)
downloadbugzilla-e23fa261d61319ece1ccfe87a64cf860b02f0eaa.tar.gz
bugzilla-e23fa261d61319ece1ccfe87a64cf860b02f0eaa.tar.xz
bug 716460: apply same style to all field lables on show_bug
Diffstat (limited to 'skins/custom')
-rw-r--r--skins/custom/show_bug.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/skins/custom/show_bug.css b/skins/custom/show_bug.css
index b96c997f1..2d3e4995f 100644
--- a/skins/custom/show_bug.css
+++ b/skins/custom/show_bug.css
@@ -58,3 +58,14 @@
float: right;
}
+/* style all field labels the same */
+
+.field_label, .field_label a {
+ color: #000;
+ font-weight: bold;
+}
+
+.field_label a {
+ cursor: help;
+}
+