This commit is contained in:
Laurent Destailleur 2020-01-06 15:14:14 +01:00
parent 73806d6a3a
commit 8384c5b03c
3 changed files with 19 additions and 3 deletions

View File

@ -115,7 +115,7 @@ print "\n";
print "<!-- Begin SearchForm -->\n";
print '<div class="center"><div class="center" style="padding: 6px;">';
print '<style>.menu_titre { padding-top: 7px; }</style>';
print '<div id="blockvmenusearch">'."\n";
print '<div id="blockvmenusearch" class="tagtable center searchpage">'."\n";
print $searchform;
print '</div>'."\n";
print '</div></div>';

View File

@ -5173,9 +5173,17 @@ dd.dropdowndd ul li {
/* ============================================================================== */
/* JMobile */
/* JMobile - Android */
/* ============================================================================== */
.searchpage .tagtr .tagtd {
padding-bottom: 3px;
}
.searchpage .tagtr .tagtd .button {
background: unset;
border: unset;
}
li.ui-li-divider .ui-link {
color: #FFF !important;
}

View File

@ -5306,9 +5306,17 @@ dd.dropdowndd ul li {
/* ============================================================================== */
/* JMobile */
/* JMobile - Android */
/* ============================================================================== */
.searchpage .tagtr .tagtd {
padding-bottom: 3px;
}
.searchpage .tagtr .tagtd .button {
background: unset;
border: unset;
}
li.ui-li-divider .ui-link {
color: #FFF !important;
}