css
This commit is contained in:
parent
73806d6a3a
commit
8384c5b03c
@ -115,7 +115,7 @@ print "\n";
|
|||||||
print "<!-- Begin SearchForm -->\n";
|
print "<!-- Begin SearchForm -->\n";
|
||||||
print '<div class="center"><div class="center" style="padding: 6px;">';
|
print '<div class="center"><div class="center" style="padding: 6px;">';
|
||||||
print '<style>.menu_titre { padding-top: 7px; }</style>';
|
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 $searchform;
|
||||||
print '</div>'."\n";
|
print '</div>'."\n";
|
||||||
print '</div></div>';
|
print '</div></div>';
|
||||||
|
|||||||
@ -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 {
|
li.ui-li-divider .ui-link {
|
||||||
color: #FFF !important;
|
color: #FFF !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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 {
|
li.ui-li-divider .ui-link {
|
||||||
color: #FFF !important;
|
color: #FFF !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user