diff options
author | Byron Jones <bjones@mozilla.com> | 2013-02-12 16:09:36 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-02-12 16:09:36 +0100 |
commit | 5316c9a71b2aafb003217ff9cf55e47f8e66efc9 (patch) | |
tree | 083a2fbe88fd56132a5d26198cc3fbba144b2c8f /skins | |
parent | 106755b31a9c5a58091b742cfd7eda63eaa9c507 (diff) | |
download | bugzilla-5316c9a71b2aafb003217ff9cf55e47f8e66efc9.tar.gz bugzilla-5316c9a71b2aafb003217ff9cf55e47f8e66efc9.tar.xz |
fix dusk skin
Diffstat (limited to 'skins')
-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 { |