diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-12-21 23:11:41 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-12-21 23:11:41 +0100 |
commit | 63ed510dfa9ac705d16df4344da5e41fcab6137e (patch) | |
tree | f0ff5b4550253284b9d51549d9d98e580ab82c25 /extensions/ProdCompSearch/web/styles | |
parent | 7a7d55ccbb4d5b4ac3f98270c8b8e27087fa47a1 (diff) | |
download | bugzilla-63ed510dfa9ac705d16df4344da5e41fcab6137e.tar.gz bugzilla-63ed510dfa9ac705d16df4344da5e41fcab6137e.tar.xz |
Introduction of new ProdCompSearch extension
Diffstat (limited to 'extensions/ProdCompSearch/web/styles')
-rw-r--r-- | extensions/ProdCompSearch/web/styles/prod_comp_search.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/extensions/ProdCompSearch/web/styles/prod_comp_search.css b/extensions/ProdCompSearch/web/styles/prod_comp_search.css new file mode 100644 index 000000000..59927302c --- /dev/null +++ b/extensions/ProdCompSearch/web/styles/prod_comp_search.css @@ -0,0 +1,16 @@ +/* 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. */ + +#prod_comp_search_main { + width: 400px; + margin-right: auto; + margin-left: auto; +} + +#prod_comp_search_form .yui3-aclist-input { + width: 360px; +} |