diff options
author | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2010-11-29 11:16:12 +0000 |
---|---|---|
committer | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2010-11-29 11:16:12 +0000 |
commit | f6c7d34a9be4635611bb62d2059b42ebd79c1fe4 (patch) | |
tree | 66b83940995fd7994c64194f5127e64590429136 /WebContent/VAADIN/themes/liferay | |
parent | 5495755350f8968aa160dd2fb758de69b9073408 (diff) | |
download | vaadin-framework-f6c7d34a9be4635611bb62d2059b42ebd79c1fe4.tar.gz vaadin-framework-f6c7d34a9be4635611bb62d2059b42ebd79c1fe4.zip |
The headers in align right table columns are now aligned in the same way as before #5066
svn changeset:16210/svn branch:6.5
Diffstat (limited to 'WebContent/VAADIN/themes/liferay')
-rw-r--r-- | WebContent/VAADIN/themes/liferay/styles.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/liferay/styles.css b/WebContent/VAADIN/themes/liferay/styles.css index cc53ed5582..09f0735583 100644 --- a/WebContent/VAADIN/themes/liferay/styles.css +++ b/WebContent/VAADIN/themes/liferay/styles.css @@ -1,5 +1,5 @@ -.v-theme-version:after {content:"6_5_0_dev-20101124";} -.v-theme-version-6_5_0_dev-20101124 {display: none;} +.v-theme-version:after {content:"6_5_0_dev-20101129";} +.v-theme-version-6_5_0_dev-20101129 {display: none;} /* Automatically compiled css file from subdirectories. */ .v-absolutelayout-wrapper { @@ -1527,6 +1527,9 @@ div.v-progressindicator-indeterminate-disabled { white-space: nowrap; margin-left: 6px; } +.v-table-caption-container-align-right { + float: right; +} .v-table-sort-indicator { width: 0px; height: 1.2em; |