diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-02-22 14:40:26 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-02-22 14:40:26 +0200 |
commit | 712a7f9d3b2a5b22a2b33017a3c959e6faa33973 (patch) | |
tree | a14501dafdaec8a8c816dc03ea23960fbca58749 /WebContent/VAADIN/themes/reindeer | |
parent | ded72095213083436c3c119479e213f54e027668 (diff) | |
download | vaadin-framework-712a7f9d3b2a5b22a2b33017a3c959e6faa33973.tar.gz vaadin-framework-712a7f9d3b2a5b22a2b33017a3c959e6faa33973.zip |
Further reduce the size calculations for VFilterSelect (#8313)
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/select/select.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/select/select.css b/WebContent/VAADIN/themes/reindeer/select/select.css index 4b444262fe..903066e4ab 100644 --- a/WebContent/VAADIN/themes/reindeer/select/select.css +++ b/WebContent/VAADIN/themes/reindeer/select/select.css @@ -3,6 +3,7 @@ background-repeat: no-repeat; background-image: url(img/left.png); /** sprite-ref: verticals; sprite-margin-bottom: 1px */ padding-left: 2px; + padding-right: 25px; /* Space for the button */ } .v-app .v-filterselect-input, .v-window .v-filterselect-input, @@ -17,7 +18,6 @@ .v-window input.v-filterselect-input, .v-popupview-popup input.v-filterselect-input { padding: 4px 0 4px 2px; - width: 128px; box-sizing: border-box; -moz-box-sizing: border-box; } @@ -39,6 +39,7 @@ height: 24px; background-image: url(img/right.png); /** sprite-ref: verticals ; sprite-margin-bottom: 1px */ cursor: default; + margin-right: -25px; } .v-filterselect-button:hover { background-image: url(img/right-hover.png); /** sprite-ref: verticals */ |