summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-09-08 09:07:33 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-09-08 09:07:33 +0000
commit8075ccfaf3de7c1599118f207a5429990642e753 (patch)
treefcf2b37c16e2c57e483a0f01b1914f1fc3587082 /WebContent/VAADIN/themes/runo
parent0adb96f2d1c04a5724e402e2e059baf018d3f66e (diff)
downloadvaadin-framework-8075ccfaf3de7c1599118f207a5429990642e753.tar.gz
vaadin-framework-8075ccfaf3de7c1599118f207a5429990642e753.zip
Fixes #3205: Table columns for rows get pushed forward when used inside Liferay
svn changeset:8699/svn branch:6.1
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-rw-r--r--WebContent/VAADIN/themes/runo/styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css
index 0c70ca98f4..98d1c648dd 100644
--- a/WebContent/VAADIN/themes/runo/styles.css
+++ b/WebContent/VAADIN/themes/runo/styles.css
@@ -1186,6 +1186,7 @@ div.v-progressindicator-indeterminate-disabled {
.v-table-header table,
.v-table-table {
border-spacing: 0;
+ border-collapse: separate;
margin: 0;
padding: 0;
border: 0;