diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-12-21 23:13:17 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-12-21 23:13:17 +0100 |
commit | 1e95913315c21a2ce181007d66294c5f1f975038 (patch) | |
tree | bd8424a67bed0a121478603999d44ee3cf63ce44 /extensions/MyDashboard/web/styles | |
parent | 63ed510dfa9ac705d16df4344da5e41fcab6137e (diff) | |
download | bugzilla-1e95913315c21a2ce181007d66294c5f1f975038.tar.gz bugzilla-1e95913315c21a2ce181007d66294c5f1f975038.tar.xz |
- Converted several pages to use the new ProdCompSearch extension
- Other MyDashboard improvements/fixes
Diffstat (limited to 'extensions/MyDashboard/web/styles')
-rw-r--r-- | extensions/MyDashboard/web/styles/mydashboard.css | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/extensions/MyDashboard/web/styles/mydashboard.css b/extensions/MyDashboard/web/styles/mydashboard.css index fd441ec7a..dc253c0d1 100644 --- a/extensions/MyDashboard/web/styles/mydashboard.css +++ b/extensions/MyDashboard/web/styles/mydashboard.css @@ -38,29 +38,16 @@ width: 40%; } -.items_found, .refresh, .status { +.items_found, .refresh { font-size: 80%; } -.status { - color: red; - float: right; -} - #query_list_container { text-align:center; } -#prod_comp_search_container, -#query_list_container { - margin-bottom: 10px; - border: 1px solid rgb(116,126,147); - padding: 10px; - height: 40px; -} - +#query_list_container, #prod_comp_search_main { - margin-left: auto; - margin-right: auto; - text-align: left; + padding: 20px !important; + height: 40px; } |