]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed explicit height setting from reindeer theme table.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Fri, 22 May 2009 06:26:46 +0000 (06:26 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Fri, 22 May 2009 06:26:46 +0000 (06:26 +0000)
svn changeset:7946/svn branch:6.0

WebContent/VAADIN/themes/reindeer/styles.css
WebContent/VAADIN/themes/reindeer/table/table.css

index 238037e9cd0f152e36758be689462b531d3eeb2f..2b1808236b081d13bae930a8a2b13b987453e9cb 100644 (file)
@@ -3031,11 +3031,7 @@ td.v-datefield-calendarpanel-nextyear {
 }
 .v-table-cell-wrapper {
        padding-top: 3px;
-       height: 17px;
-}
-.v-table-row,
-.v-table-row-odd {
-       height: 19px;
+       padding-bottom: 3px;
 }
 .v-table-row-odd {
        background: #eff0f1;
index 56eef8b8a61ea8cf0c8f5cf9e5ff9aa49d4ac5b7..f898568baa4f4d2912e3ea133df9f93fe7a9f1ff 100644 (file)
 }
 .v-table-cell-wrapper {
        padding-top: 3px;
-       height: 17px;
-}
-.v-table-row,
-.v-table-row-odd {
-       height: 19px;
+       padding-bottom: 3px;
 }
 .v-table-row-odd {
        background: #eff0f1;