diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-11-23 11:18:49 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-11-23 11:18:49 +0000 |
commit | fe584eb84ff7a0dd59f62202505526e27f01747a (patch) | |
tree | 4982db8f05e793714a2dd347d45ab4637877ea75 /WebContent | |
parent | 36ceaec74dba0f86384c6f731fb6388e84a830a6 (diff) | |
download | vaadin-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.css | 3 |
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; } |