From 63ed510dfa9ac705d16df4344da5e41fcab6137e Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Fri, 21 Dec 2012 17:11:41 -0500 Subject: Introduction of new ProdCompSearch extension --- .../ProdCompSearch/web/styles/prod_comp_search.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 extensions/ProdCompSearch/web/styles/prod_comp_search.css (limited to 'extensions/ProdCompSearch/web/styles/prod_comp_search.css') 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; +} -- cgit v1.2.3-24-g4f1b