mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #2456 use same style as choose filters popin
This commit is contained in:
@@ -23,7 +23,8 @@
|
|||||||
|
|
||||||
.filter-manager-popin .mcs-popin-title,
|
.filter-manager-popin .mcs-popin-title,
|
||||||
.tags-found-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;
|
color: #ff7700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,8 @@
|
|||||||
|
|
||||||
.filter-manager-popin .mcs-popin-title,
|
.filter-manager-popin .mcs-popin-title,
|
||||||
.tags-found-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;
|
color: #ff7700bb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
.quick-search-headers {
|
.quick-search-headers {
|
||||||
font-size: 1.4em;
|
font-size: 19px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
margin-top: 15px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.quick-search-infos p {
|
.quick-search-infos p {
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
|
|
||||||
.filter-manager-popin .mcs-popin-title,
|
.filter-manager-popin .mcs-popin-title,
|
||||||
.tags-found-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%;
|
width: 100%;
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{combine_css path="themes/default/css/help/quick_search.css"}
|
{combine_css path="themes/default/css/help/quick_search.css"}
|
||||||
|
|
||||||
<div class="quick-search-headers">
|
<div class="quick-search-headers">
|
||||||
<span>{"Search using extended syntax"|translate}</span>
|
<span class="mcs-popin-title">{"Search using extended syntax"|translate}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="quick-search-infos">
|
<div class="quick-search-infos">
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user