diff options
author | Byron Jones <glob@mozilla.com> | 2015-04-28 06:41:44 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-04-28 06:41:44 +0200 |
commit | 29e3eb8b03ba072fa4ce092b45fb98c2e2352744 (patch) | |
tree | 38c4ab19d0e5bf1a81c927fd713c417f0d31e908 /extensions/BugModal/web | |
parent | 283be21f66e638667bc2ec7720cab459ecf1f698 (diff) | |
download | bugzilla-29e3eb8b03ba072fa4ce092b45fb98c2e2352744.tar.gz bugzilla-29e3eb8b03ba072fa4ce092b45fb98c2e2352744.tar.xz |
Bug 1153102: add hooks for bug bounty display and form
Diffstat (limited to 'extensions/BugModal/web')
-rw-r--r-- | extensions/BugModal/web/bug_modal.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index b9e6817fc..f35ac415d 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -319,6 +319,10 @@ input[type="number"] { /* attachments */ +#module-attachments .module-content { + padding: 0; +} + #attachments { width: 100%; } @@ -379,8 +383,8 @@ input[type="number"] { display: inline; } -#attachments-actions { - padding: 2px; +#attachments-actions button { + margin: 2px; } #attachments .attach-flag .vcard { |