diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-12-07 15:48:38 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-12-07 15:48:38 +0000 |
commit | ede903d48329523a07dff5b820dfba410ae18e05 (patch) | |
tree | 69421df9188b8be3942973110f04390b550ceed9 /WebContent/VAADIN/themes/liferay | |
parent | 5257b56515beff2ef450aa4aaea3a3894bf00937 (diff) | |
download | vaadin-framework-ede903d48329523a07dff5b820dfba410ae18e05.tar.gz vaadin-framework-ede903d48329523a07dff5b820dfba410ae18e05.zip |
#2942 - Dual captions for TwinColSelect
Changed style names to be consistent with server side API
Added test for caption style names
svn changeset:16375/svn branch:6.5
Diffstat (limited to 'WebContent/VAADIN/themes/liferay')
-rw-r--r-- | WebContent/VAADIN/themes/liferay/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/liferay/styles.css b/WebContent/VAADIN/themes/liferay/styles.css index 32310d6a18..0f5eed7a0b 100644 --- a/WebContent/VAADIN/themes/liferay/styles.css +++ b/WebContent/VAADIN/themes/liferay/styles.css @@ -1107,7 +1107,7 @@ div.v-progressindicator-indeterminate-disabled { .v-select-twincol-options { float: left; } -.v-select-twincol-options-caption { +.v-select-twincol-caption-left { float: left; overflow: hidden; text-overflow: ellipsis; @@ -1115,7 +1115,7 @@ div.v-progressindicator-indeterminate-disabled { .v-select-twincol-selections { font-weight: bold; } -.v-select-twincol-selections-caption { +.v-select-twincol-caption-right { float: right; overflow: hidden; text-overflow: ellipsis; |