diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-12-03 15:17:22 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-12-03 15:17:22 +0000 |
commit | 29d3b1529391917afe72e7120467e46b50341bc2 (patch) | |
tree | 899470cfc32b0763405153e53ab1bd02b39ef55b /WebContent | |
parent | 3fe590cb5db70cfe12882651af3ad79d0eaf2b63 (diff) | |
download | vaadin-framework-29d3b1529391917afe72e7120467e46b50341bc2.tar.gz vaadin-framework-29d3b1529391917afe72e7120467e46b50341bc2.zip |
#2942 - Dual captions for TwinColSelect
svn changeset:16323/svn branch:6.5
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/base/select/select.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/select/select.css b/WebContent/VAADIN/themes/base/select/select.css index c0aa4e7ee6..646c91c7e0 100644 --- a/WebContent/VAADIN/themes/base/select/select.css +++ b/WebContent/VAADIN/themes/base/select/select.css @@ -17,9 +17,19 @@ .v-select-twincol-options { float: left; } +.v-select-twincol-options-caption { + float: left; + overflow: hidden; + text-overflow: ellipsis; +} .v-select-twincol-selections { font-weight: bold; } +.v-select-twincol-selections-caption { + float: right; + overflow: hidden; + text-overflow: ellipsis; +} .v-select-twincol-buttons { float: left; text-align: center; |