diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 90b23d540af..fc718c21509 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -6820,12 +6820,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; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 931458b3ef3..509986d1e61 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -3302,6 +3302,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:; font-family: ; text-align: ; font-weight: bold; @@ -4071,7 +4072,7 @@ div.refidno { padding-top: 8px; font-weight: normal; color: var(--refidnocolor); - font-size: ; + font-size: 92%; line-height: 1.3em; } div.refidno form { @@ -6715,12 +6716,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;