diff options
-rw-r--r-- | skins/custom/show_bug.css | 16 |
1 files changed, 16 insertions, 0 deletions
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 { |