summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/liferay
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2010-12-07 15:48:38 +0000
committerArtur Signell <artur.signell@itmill.com>2010-12-07 15:48:38 +0000
commitede903d48329523a07dff5b820dfba410ae18e05 (patch)
tree69421df9188b8be3942973110f04390b550ceed9 /WebContent/VAADIN/themes/liferay
parent5257b56515beff2ef450aa4aaea3a3894bf00937 (diff)
downloadvaadin-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.css4
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;