summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--WebContent/VAADIN/themes/base/styles.css10
-rw-r--r--WebContent/VAADIN/themes/liferay/styles.css10
-rw-r--r--WebContent/VAADIN/themes/reindeer/styles.css10
-rw-r--r--WebContent/VAADIN/themes/runo/styles.css10
4 files changed, 40 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/styles.css b/WebContent/VAADIN/themes/base/styles.css
index 49ff20ba0a..a28199b791 100644
--- a/WebContent/VAADIN/themes/base/styles.css
+++ b/WebContent/VAADIN/themes/base/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;
diff --git a/WebContent/VAADIN/themes/liferay/styles.css b/WebContent/VAADIN/themes/liferay/styles.css
index 2e7bbf980e..32310d6a18 100644
--- a/WebContent/VAADIN/themes/liferay/styles.css
+++ b/WebContent/VAADIN/themes/liferay/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;
diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css
index c5fc06158d..532bac85e2 100644
--- a/WebContent/VAADIN/themes/reindeer/styles.css
+++ b/WebContent/VAADIN/themes/reindeer/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;
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;