summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorDenis Anisimov <denis@vaadin.com>2014-03-13 08:56:31 +0200
committerDenis Anisimov <denis@vaadin.com>2014-04-30 12:58:06 +0000
commitc98286e22c32b56a75b21d629c8b5968856d1ae1 (patch)
treea22601f58aeb495c8a091602bda84023de4679c2 /WebContent
parent16bcacd5eb5d56491b4fb4777bab950880b644f3 (diff)
downloadvaadin-framework-c98286e22c32b56a75b21d629c8b5968856d1ae1.tar.gz
vaadin-framework-c98286e22c32b56a75b21d629c8b5968856d1ae1.zip
Set explicit left alignment instead of removing text-align style (#13399).
Change-Id: I3407555739ff443055e2e61aa14327d44a65cd8e
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/tests-table/styles.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/tests-table/styles.css b/WebContent/VAADIN/themes/tests-table/styles.css
new file mode 100644
index 0000000000..78193c0982
--- /dev/null
+++ b/WebContent/VAADIN/themes/tests-table/styles.css
@@ -0,0 +1,5 @@
+@import url(../reindeer/legacy-styles.css);
+
+.v-table-footer-container, .v-table-cell-wrapper {
+ text-align: center;
+}