diff options
author | Byron Jones <glob@mozilla.com> | 2015-04-17 06:56:18 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-04-17 06:56:18 +0200 |
commit | 09de3de190a692dfbc2533ceee8f31648905b91a (patch) | |
tree | b551eb1643bf54f614b3810b0c84bec90d0b411b /extensions/ProdCompSearch/web/styles | |
parent | e9bfbbb9c07d902499bb0901a0cd67fe9279bf3b (diff) | |
download | bugzilla-09de3de190a692dfbc2533ceee8f31648905b91a.tar.gz bugzilla-09de3de190a692dfbc2533ceee8f31648905b91a.tar.xz |
Bug 1154730: rewrite product/component searching to use jquery-ui instead of yui
Diffstat (limited to 'extensions/ProdCompSearch/web/styles')
-rw-r--r-- | extensions/ProdCompSearch/web/styles/prod_comp_search.css | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/extensions/ProdCompSearch/web/styles/prod_comp_search.css b/extensions/ProdCompSearch/web/styles/prod_comp_search.css index ccb5887c4..b898672b4 100644 --- a/extensions/ProdCompSearch/web/styles/prod_comp_search.css +++ b/extensions/ProdCompSearch/web/styles/prod_comp_search.css @@ -5,23 +5,11 @@ * 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; -} - -#prod_comp_search_form .yui3-aclist-content { - max-height: 500px; - overflow: auto; +.pcs-message { + color: red; } -#prod_comp_no_components, -#prod_comp_error, -#prod_comp_too_many_components { - color: red; +#prod_comp_search_main { + width: 400px; + margin: 0 auto; } |