summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorJonatan Kronqvist <jonatan.kronqvist@itmill.com>2010-11-29 11:16:12 +0000
committerJonatan Kronqvist <jonatan.kronqvist@itmill.com>2010-11-29 11:16:12 +0000
commit5495755350f8968aa160dd2fb758de69b9073408 (patch)
tree39cbfddbddc7fbb315aad860c291a3208f65902c /WebContent
parentb8b64499aad6c9da9a369d3e66d7823b5847073c (diff)
downloadvaadin-framework-5495755350f8968aa160dd2fb758de69b9073408.tar.gz
vaadin-framework-5495755350f8968aa160dd2fb758de69b9073408.zip
Updated the vaadintunes theme with the table themeing changes introduced in the fix for #5066
svn changeset:16209/svn branch:6.5
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/vaadintunes/styles.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/vaadintunes/styles.css b/WebContent/VAADIN/themes/vaadintunes/styles.css
index 43a4c04764..fb41e42e23 100644
--- a/WebContent/VAADIN/themes/vaadintunes/styles.css
+++ b/WebContent/VAADIN/themes/vaadintunes/styles.css
@@ -240,12 +240,18 @@
background: transparent url(images/table-header-bg.png) repeat-x;
}
+.tTunes .v-table-sort-indicator {
+ width: 0px;
+ height: 16px;
+}
+
.tTunes .v-table-caption-container {
font-size: 11px;
color: #000;
font-weight: bold;
text-shadow: #fff 0 1px 0;
padding-top: 1px;
+ margin-left: 3px;
}
.tTunes .v-table-body {