diff --git a/themes/default/css/clear-search.css b/themes/default/css/clear-search.css index ddb6ae99d..535cc0b8a 100644 --- a/themes/default/css/clear-search.css +++ b/themes/default/css/clear-search.css @@ -23,7 +23,8 @@ .filter-manager-popin .mcs-popin-title, .tags-found-popin .mcs-popin-title, -.albums-found-popin .mcs-popin-title { +.albums-found-popin .mcs-popin-title, +.quick-search-headers .mcs-popin-title { color: #ff7700; } diff --git a/themes/default/css/dark-search.css b/themes/default/css/dark-search.css index 0cf885759..7e323770c 100644 --- a/themes/default/css/dark-search.css +++ b/themes/default/css/dark-search.css @@ -23,7 +23,8 @@ .filter-manager-popin .mcs-popin-title, .tags-found-popin .mcs-popin-title, -.albums-found-popin .mcs-popin-title { +.albums-found-popin .mcs-popin-title, +.quick-search-headers .mcs-popin-title { color: #ff7700bb; } diff --git a/themes/default/css/help/quick_search.css b/themes/default/css/help/quick_search.css index 7c9eeb574..e53dc16e3 100644 --- a/themes/default/css/help/quick_search.css +++ b/themes/default/css/help/quick_search.css @@ -1,9 +1,7 @@ .quick-search-headers { - font-size: 1.4em; + font-size: 19px; font-weight: bold; - text-align: center; margin-bottom: 10px; - margin-top: 15px; } .quick-search-infos p { diff --git a/themes/default/css/search.css b/themes/default/css/search.css index 7c0b18f7c..aae14d66f 100644 --- a/themes/default/css/search.css +++ b/themes/default/css/search.css @@ -56,7 +56,8 @@ .filter-manager-popin .mcs-popin-title, .tags-found-popin .mcs-popin-title, -.albums-found-popin .mcs-popin-title { +.albums-found-popin .mcs-popin-title, +.quick-search-headers .mcs-popin-title{ width: 100%; font-size: 19px; font-weight: 700; diff --git a/themes/default/template/help/quick_search.tpl b/themes/default/template/help/quick_search.tpl index 54fe2883a..e19803121 100644 --- a/themes/default/template/help/quick_search.tpl +++ b/themes/default/template/help/quick_search.tpl @@ -1,7 +1,7 @@ {combine_css path="themes/default/css/help/quick_search.css"}