css
This commit is contained in:
parent
20ee97fb9a
commit
1e9dfa2ace
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user