diff options
author | Byron Jones <glob@mozilla.com> | 2015-04-14 07:53:42 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-04-14 07:53:42 +0200 |
commit | 56e097e7f119038506daec6900d2e99ac70b488d (patch) | |
tree | ec51a067d0b387f3d0ab506115293400b525eff1 /extensions/BMO/web/styles | |
parent | e5131c86c22c5577c0e27db04481084caf635dc5 (diff) | |
download | bugzilla-56e097e7f119038506daec6900d2e99ac70b488d.tar.gz bugzilla-56e097e7f119038506daec6900d2e99ac70b488d.tar.xz |
Bug 1153103: add hooks for legal product disclaimer
Diffstat (limited to 'extensions/BMO/web/styles')
-rw-r--r-- | extensions/BMO/web/styles/bug_modal.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/extensions/BMO/web/styles/bug_modal.css b/extensions/BMO/web/styles/bug_modal.css new file mode 100644 index 000000000..0c54ce64a --- /dev/null +++ b/extensions/BMO/web/styles/bug_modal.css @@ -0,0 +1,14 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this file, + * You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This Source Code Form is "Incompatible With Secondary Licenses", as + * defined by the Mozilla Public License, v. 2.0. */ + +#legal_disclaimer { + background: #fff; + color: #000; + padding: 10px; + border: 1px solid #ddd; + border-radius: 4px; +} |