summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2010-11-23 11:18:49 +0000
committerArtur Signell <artur.signell@itmill.com>2010-11-23 11:18:49 +0000
commitfe584eb84ff7a0dd59f62202505526e27f01747a (patch)
tree4982db8f05e793714a2dd347d45ab4637877ea75 /WebContent
parent36ceaec74dba0f86384c6f731fb6388e84a830a6 (diff)
downloadvaadin-framework-fe584eb84ff7a0dd59f62202505526e27f01747a.tar.gz
vaadin-framework-fe584eb84ff7a0dd59f62202505526e27f01747a.zip
#6033 - Table header icons are too low in Table samples
svn changeset:16105/svn branch:6.5
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/sampler/table/styles.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/sampler/table/styles.css b/WebContent/VAADIN/themes/sampler/table/styles.css
index 5c4dd97a3c..c7d513ee12 100644
--- a/WebContent/VAADIN/themes/sampler/table/styles.css
+++ b/WebContent/VAADIN/themes/sampler/table/styles.css
@@ -29,6 +29,7 @@
width: 16px;
}
-.v-table-iso3166 .v-icon {
+/* explicitly set row icon height to avoid height calculation problems */
+.v-table-iso3166 .v-table-cell-content .v-icon {
height:11px;
}