This commit is contained in:
Laurent Destailleur 2023-02-21 02:35:22 +01:00
parent 20ee97fb9a
commit 1e9dfa2ace
2 changed files with 13 additions and 3 deletions

View File

@ -6780,12 +6780,17 @@ dd.dropdowndd ul li {
/* ============================================================================== */
.searchpage .tagtr .tagtd {
padding-bottom: 3px;
padding-top: 2px;
padding-bottom: 2px;
}
.searchpage .tagtr .tagtd .button {
background: unset;
border: unset;
}
.searchpage .searchform input {
font-size: 1.15em;
}
li.ui-li-divider .ui-link {
color: #FFF !important;

View File

@ -3279,6 +3279,7 @@ div.vmenu, td.vmenu {
.companylogo { padding-top: 4px; }
.searchform { padding-top: 10px; }
.searchform .bordertransp { border: 0; }
#divsearchforms2 form.searchform .button { border: none !important; }
a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:active, span.vmenu, span.vsmenu {
white-space: nowrap; font-size:<?php print is_numeric($fontsize) ? $fontsize.'px' : $fontsize ?>; font-family: <?php print $fontlist ?>; text-align: <?php print $left; ?>; font-weight: bold;
@ -4048,7 +4049,7 @@ div.refidno {
padding-top: 8px;
font-weight: normal;
color: var(--refidnocolor);
font-size: <?php print is_numeric($fontsize) ? $fontsize.'px' : $fontsize ?>;
font-size: 92%;
line-height: 1.3em;
}
div.refidno form {
@ -6682,12 +6683,16 @@ dd.dropdowndd ul li {
/* ============================================================================== */
.searchpage .tagtr .tagtd {
padding-bottom: 3px;
padding-top: 2px;
padding-bottom: 2px;
}
.searchpage .tagtr .tagtd .button {
background: unset;
border: unset;
}
.searchpage .searchform input {
font-size: 1.15em;
}
li.ui-li-divider .ui-link {
color: #FFF !important;