From 8ec3e0a3184234a895ffdc7831bcb06bf921509e Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sat, 7 Jul 2012 09:20:51 +0100 Subject: force same height on search input and tools select in mobile view I hate using heights, but couldn't find any other way --- lib/tpl/dokuwiki/css/mobile.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/tpl/dokuwiki') diff --git a/lib/tpl/dokuwiki/css/mobile.css b/lib/tpl/dokuwiki/css/mobile.css index 9138f8031..8194a1bf9 100644 --- a/lib/tpl/dokuwiki/css/mobile.css +++ b/lib/tpl/dokuwiki/css/mobile.css @@ -209,6 +209,14 @@ width: 100% !important; } +/* force same height on search input and tools select */ +#dokuwiki__sitetools form.search input.edit, +#dokuwiki__header .mobileTools select { + height: 2.1em; + line-height: 2.1em; + overflow: visible; +} + /*____________ content ____________*/ -- cgit v1.2.3