From 1e9dfa2ace87fd5578113d5542ca68e8fffbe6e9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 21 Feb 2023 02:35:22 +0100 Subject: [PATCH] css --- htdocs/theme/eldy/global.inc.php | 7 ++++++- htdocs/theme/md/style.css.php | 9 +++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index e7d94fe0d8c..aca2828da3b 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -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; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 6179c64db8c..7a0f9749be8 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -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:; font-family: ; text-align: ; font-weight: bold; @@ -4048,7 +4049,7 @@ div.refidno { padding-top: 8px; font-weight: normal; color: var(--refidnocolor); - font-size: ; + 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;