From: Jouni Koivuviita Date: Wed, 3 Mar 2010 12:15:21 +0000 (+0000) Subject: Fixes #3735: Use semantic HTML X-Git-Tag: 6.7.0.beta1~1996 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=93166482c26078892c0b32d0ab9e18ec96517e5a;p=vaadin-framework.git Fixes #3735: Use semantic HTML svn changeset:11604/svn branch:6.3 --- diff --git a/WebContent/VAADIN/themes/base/styles.css b/WebContent/VAADIN/themes/base/styles.css index 92fea9cdf9..1194fdc719 100644 --- a/WebContent/VAADIN/themes/base/styles.css +++ b/WebContent/VAADIN/themes/base/styles.css @@ -1310,6 +1310,10 @@ div.v-progressindicator-indeterminate-disabled { .v-table-header-cell-desc .v-table-caption-container { background: transparent url(common/img/sprites.png) no-repeat right -10px; } +.v-table-caption-container .v-icon, +.v-table-header-drag .v-icon { + vertical-align: middle; +} .v-table-body { border: 1px solid #aaa; } @@ -1373,6 +1377,9 @@ div.v-progressindicator-indeterminate-disabled { margin-top: 20px; z-index: 30000; } +.v-table-header-drag .v-icon { + vertical-align: middle; +} .v-table-scrollposition { width: 160px; background: #eee; diff --git a/WebContent/VAADIN/themes/base/table/table.css b/WebContent/VAADIN/themes/base/table/table.css index 7747cd14f1..688b5ef3a3 100644 --- a/WebContent/VAADIN/themes/base/table/table.css +++ b/WebContent/VAADIN/themes/base/table/table.css @@ -72,6 +72,10 @@ .v-table-header-cell-desc .v-table-caption-container { background: transparent url(../common/img/sprites.png) no-repeat right -10px; } +.v-table-caption-container .v-icon, +.v-table-header-drag .v-icon { + vertical-align: middle; +} .v-table-body { border: 1px solid #aaa; } @@ -135,6 +139,9 @@ margin-top: 20px; z-index: 30000; } +.v-table-header-drag .v-icon { + vertical-align: middle; +} .v-table-scrollposition { width: 160px; background: #eee; diff --git a/WebContent/VAADIN/themes/reindeer/label/label.css b/WebContent/VAADIN/themes/reindeer/label/label.css index 2480460292..e9c445d5e1 100644 --- a/WebContent/VAADIN/themes/reindeer/label/label.css +++ b/WebContent/VAADIN/themes/reindeer/label/label.css @@ -2,7 +2,9 @@ line-height: 18px; } .v-label-h1, +.v-label h1, .v-label-h2, +.v-label h2, .v-caption-h1, .v-caption-h2 { font-size: 24px; @@ -13,6 +15,7 @@ text-shadow: #fff 0 -1px 1px; } .v-label-h2, +.v-label h2, .v-caption-h2 { font-size: 16px; line-height: 22px; @@ -24,7 +27,9 @@ } .blue .v-label-h1, +.blue .v-label h1, .blue .v-label-h2, +.blue .v-label h2, .blue .v-caption-h1, .blue .v-caption-h2 { color: #fff; @@ -35,7 +40,9 @@ } .black .v-label-h1, +.black .v-label h1, .black .v-label-h2, +.black .v-label h2, .black .v-caption-h1, .black .v-caption-h2 { color: #fff; diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index f005ef3a1e..749372e9d7 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -1310,6 +1310,10 @@ div.v-progressindicator-indeterminate-disabled { .v-table-header-cell-desc .v-table-caption-container { background: transparent url(../base/common/img/sprites.png) no-repeat right -10px; } +.v-table-caption-container .v-icon, +.v-table-header-drag .v-icon { + vertical-align: middle; +} .v-table-body { border: 1px solid #aaa; } @@ -1373,6 +1377,9 @@ div.v-progressindicator-indeterminate-disabled { margin-top: 20px; z-index: 30000; } +.v-table-header-drag .v-icon { + vertical-align: middle; +} .v-table-scrollposition { width: 160px; background: #eee; @@ -2981,7 +2988,9 @@ td.v-datefield-calendarpanel-nextyear { line-height: 18px; } .v-label-h1, +.v-label h1, .v-label-h2, +.v-label h2, .v-caption-h1, .v-caption-h2 { font-size: 24px; @@ -2992,6 +3001,7 @@ td.v-datefield-calendarpanel-nextyear { text-shadow: #fff 0 -1px 1px; } .v-label-h2, +.v-label h2, .v-caption-h2 { font-size: 16px; line-height: 22px; @@ -3003,7 +3013,9 @@ td.v-datefield-calendarpanel-nextyear { } .blue .v-label-h1, +.blue .v-label h1, .blue .v-label-h2, +.blue .v-label h2, .blue .v-caption-h1, .blue .v-caption-h2 { color: #fff; @@ -3014,7 +3026,9 @@ td.v-datefield-calendarpanel-nextyear { } .black .v-label-h1, +.black .v-label h1, .black .v-label-h2, +.black .v-label h2, .black .v-caption-h1, .black .v-caption-h2 { color: #fff; diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css index 5f27bce064..8559cb4758 100644 --- a/WebContent/VAADIN/themes/runo/styles.css +++ b/WebContent/VAADIN/themes/runo/styles.css @@ -1310,6 +1310,10 @@ div.v-progressindicator-indeterminate-disabled { .v-table-header-cell-desc .v-table-caption-container { background: transparent url(../base/common/img/sprites.png) no-repeat right -10px; } +.v-table-caption-container .v-icon, +.v-table-header-drag .v-icon { + vertical-align: middle; +} .v-table-body { border: 1px solid #aaa; } @@ -1373,6 +1377,9 @@ div.v-progressindicator-indeterminate-disabled { margin-top: 20px; z-index: 30000; } +.v-table-header-drag .v-icon { + vertical-align: middle; +} .v-table-scrollposition { width: 160px; background: #eee;