From: Marcel Werk Date: Mon, 18 Mar 2013 16:59:39 +0000 (+0100) Subject: Fixed small style issue X-Git-Tag: 2.0.0_Beta_1~423 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=30db5f6181b1f5c8362a57223fc0b7a0bdaf9fd0;p=GitHub%2FWoltLab%2FWCF.git Fixed small style issue --- 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; } } }