diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-09-05 20:01:44 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-09-05 20:01:44 +0200 |
commit | 54a4490e75cd5bb106cf9ea9be332d84f8514887 (patch) | |
tree | d22e18108c3c13d7fe282a3e98ecbeeebbe9c7b0 /extensions/OrangeFactor/web/style | |
parent | 8f9d5b4946f0ad7c32ef42200fd384c16c11f138 (diff) | |
download | bugzilla-54a4490e75cd5bb106cf9ea9be332d84f8514887.tar.gz bugzilla-54a4490e75cd5bb106cf9ea9be332d84f8514887.tar.xz |
Bug 706680 - Can we integrate the orange factor link with BMO's bug view page
r=glob
Diffstat (limited to 'extensions/OrangeFactor/web/style')
-rw-r--r-- | extensions/OrangeFactor/web/style/orangefactor.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/extensions/OrangeFactor/web/style/orangefactor.css b/extensions/OrangeFactor/web/style/orangefactor.css new file mode 100644 index 000000000..972f7b51e --- /dev/null +++ b/extensions/OrangeFactor/web/style/orangefactor.css @@ -0,0 +1,12 @@ +/* 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. */ + +#orange-graph { + width: 180px; + height: 38px; + margin-right: .5em; +} |