From 5316c9a71b2aafb003217ff9cf55e47f8e66efc9 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 12 Feb 2013 23:09:36 +0800 Subject: fix dusk skin --- skins/custom/show_bug.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'skins/custom') diff --git a/skins/custom/show_bug.css b/skins/custom/show_bug.css index 9e43644d0..8e3325a4b 100644 --- a/skins/custom/show_bug.css +++ b/skins/custom/show_bug.css @@ -45,6 +45,11 @@ margin-top: 0px; } +/* put the width on the TD rather than the PRE to stop the col resizing + when comments are hidden */ +.bz_comment { + width: 55em; +} .bz_comment_text { width: auto; } @@ -53,6 +58,13 @@ float: right; } +/* style all field labels the same */ + +.field_label, .field_label a { + color: #000; + font-weight: bold; +} + .field_label a { cursor: help; } @@ -61,6 +73,10 @@ width: 0px; } +#bz_show_bug_column_1, #bz_show_bug_column_2 { + width: 50%; +} + /* fix flag table's vertical alignment */ table#flags { -- cgit v1.2.3-24-g4f1b