summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2010-12-07 13:43:18 +0000
committerArtur Signell <artur.signell@itmill.com>2010-12-07 13:43:18 +0000
commit318456845454cee32cb2c68dd2a74ee7b3cb6388 (patch)
treed2e5ca2488e3dc1c5d2db8abe05fe79ae1f557d0 /WebContent/VAADIN/themes/runo
parent92d7c2cf64d4bf664dfb0328d1615dbad6fd6084 (diff)
downloadvaadin-framework-318456845454cee32cb2c68dd2a74ee7b3cb6388.tar.gz
vaadin-framework-318456845454cee32cb2c68dd2a74ee7b3cb6388.zip
Recompiled theme
svn changeset:16362/svn branch:6.5
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-rw-r--r--WebContent/VAADIN/themes/runo/styles.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css
index bb2eb0dc1a..13e86faf1a 100644
--- a/WebContent/VAADIN/themes/runo/styles.css
+++ b/WebContent/VAADIN/themes/runo/styles.css
@@ -1107,9 +1107,19 @@ div.v-progressindicator-indeterminate-disabled {
.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;