From 30db5f6181b1f5c8362a57223fc0b7a0bdaf9fd0 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 18 Mar 2013 17:59:39 +0100 Subject: [PATCH] Fixed small style issue --- wcfsetup/install/files/style/layout.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index d7eb386f67..5e58344440 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -115,8 +115,9 @@ input[type="search"] { background-color: transparent; border-width: 0; + box-sizing: content-box; color: @wcfUserPanelColor; - height: 40px; + height: 29px; padding: 6px 12px 5px 26px; width: 240px; -webkit-appearance: textfield; @@ -131,7 +132,7 @@ } &.layoutFluid > .searchBar { - right: 30px; + right: @wcfLayoutFluidGap; } } } -- 2.20.1