From 83f4cf67e66bc18b1c9a18c65150ef3553f30697 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 22 Jun 2018 23:21:16 +0200 Subject: [PATCH] css --- htdocs/main.inc.php | 5 ++++- htdocs/theme/eldy/style.css.php | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 5139c49674a..ed44352f97d 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1904,7 +1904,10 @@ function printSearchForm($urlaction, $urlobject, $title, $htmlmorecss, $htmlinpu $ret.=($accesskey?' accesskey="'.$accesskey.'"':''); $ret.=' placeholder="'.strip_tags($title).'"'; $ret.=' name="'.$htmlinputname.'" id="'.$prefhtmlinputname.$htmlinputname.'" />'; - $ret.=''; + //$ret.=''; + $ret.=''; $ret.="\n"; return $ret; } diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 57905f6954d..c66975046af 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2059,6 +2059,8 @@ input.vmenusearchselectcombo[type=text] { #menu_contenu_logo { /* padding-top: 0; */ } .companylogo { } .searchform { padding-top: 10px; } +.searchform input { font-size: 16px; } + a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:active, span.vmenu { white-space: nowrap; font-family: ; text-align: ; font-weight: bold; } font.vmenudisabled { font-family: ; text-align: ; font-weight: bold; color: #aaa; margin-left: 4px; }