From: Leif Åstrand Date: Fri, 17 Feb 2012 11:10:07 +0000 (+0200) Subject: Remove all margins from the combo box input field (#8313) X-Git-Tag: 7.0.0.alpha2~434^2~33 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=058d5e2da922e8cb4ce581466e4bae4b4624a64a;p=vaadin-framework.git Remove all margins from the combo box input field (#8313) --- diff --git a/WebContent/VAADIN/themes/base/select/select.css b/WebContent/VAADIN/themes/base/select/select.css index 612ffbf69c..98261b1665 100644 --- a/WebContent/VAADIN/themes/base/select/select.css +++ b/WebContent/VAADIN/themes/base/select/select.css @@ -64,6 +64,7 @@ .v-app .v-filterselect-input, .v-window .v-filterselect-input, .v-popupview-popup .v-filterselect-input { + margin: 0; float: left; -webkit-border-radius: 0px; box-sizing: border-box;