diff options
author | Byron Jones <glob@mozilla.com> | 2015-03-30 08:19:52 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-03-30 08:19:52 +0200 |
commit | 34266a4c9a7a8cb4550a5cbb1a7e7c4c585a4e47 (patch) | |
tree | 0023297e15ac67a2b57f9cd1ae439aa7125f353f | |
parent | 9a07ea292800bf33eb660f893de8a2d89569541d (diff) | |
download | bugzilla-34266a4c9a7a8cb4550a5cbb1a7e7c4c585a4e47.tar.gz bugzilla-34266a4c9a7a8cb4550a5cbb1a7e7c4c585a4e47.tar.xz |
Bug 1149017: differentiate between the bug's short-desc and the bug's status summary in the header
-rw-r--r-- | extensions/BugModal/web/bug_modal.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index 0ef8c7601..b8be9d84d 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -218,6 +218,11 @@ input[type="number"] { font-size: 120%; } +#field-status_summary { + border-top: 1px dotted silver; + padding-top: 4px; +} + #status-needinfo, #status-needinfo .vcard { display: inline; } |