From e23fa261d61319ece1ccfe87a64cf860b02f0eaa Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 10 Jan 2012 21:12:10 +0800 Subject: bug 716460: apply same style to all field lables on show_bug --- skins/custom/show_bug.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'skins/custom/show_bug.css') 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; +} + -- cgit v1.2.3-24-g4f1b