Fixed small style issue
authorMarcel Werk <burntime@woltlab.com>
Mon, 18 Mar 2013 16:59:39 +0000 (17:59 +0100)
committerMarcel Werk <burntime@woltlab.com>
Mon, 18 Mar 2013 17:03:06 +0000 (18:03 +0100)
wcfsetup/install/files/style/layout.less

index d7eb386f673fd07c22ac043feb8c5c0027645f3e..5e58344440259d716388114d78d787a4d9205355 100644 (file)
                                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;
                }
                
                &.layoutFluid > .searchBar {
-                       right: 30px;
+                       right: @wcfLayoutFluidGap;
                }
        }
 }