]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #3735: Use semantic HTML
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 3 Mar 2010 12:15:21 +0000 (12:15 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 3 Mar 2010 12:15:21 +0000 (12:15 +0000)
svn changeset:11604/svn branch:6.3

WebContent/VAADIN/themes/base/styles.css
WebContent/VAADIN/themes/base/table/table.css
WebContent/VAADIN/themes/reindeer/label/label.css
WebContent/VAADIN/themes/reindeer/styles.css
WebContent/VAADIN/themes/runo/styles.css

index 92fea9cdf9db98aee5d2f265bf8780202b26c456..1194fdc7196ce88f2f64ad01357836c2d45395b4 100644 (file)
@@ -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;
index 7747cd14f1c804272469410de1a06ecd40edcb71..688b5ef3a3b2d9dc2acbdd69933c1e3d74a4e5b7 100644 (file)
 .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;
 }
        margin-top: 20px;
        z-index: 30000;
 }
+.v-table-header-drag .v-icon {
+       vertical-align: middle;
+}
 .v-table-scrollposition {
        width: 160px;
        background: #eee;
index 2480460292b2a715cde1ebcba060cdea84c04505..e9c445d5e1274859f9245331c0ea96e4a8b74c06 100644 (file)
@@ -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;
index f005ef3a1e0865bfa2f82002b581fa538691e577..749372e9d7e6214247beaf0dfdf5303d21c74f25 100644 (file)
@@ -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;
index 5f27bce064f26b13dc4c99fb9ae8d39d0a2efd16..8559cb4758bbd2bf3a9c13cd7e4b892342cac624 100644 (file)
@@ -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;