summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/table
diff options
context:
space:
mode:
authorJohn Alhroos <john.ahlroos@itmill.com>2010-04-16 14:29:22 +0000
committerJohn Alhroos <john.ahlroos@itmill.com>2010-04-16 14:29:22 +0000
commit1ee5d432f434938201c16701432f19f8889b8ce5 (patch)
treef90fed01620f8553b49268211a395719fdb84ebe /WebContent/VAADIN/themes/reindeer/table
parentab798fddd8df7ae3d0e8f31691088914b26889a1 (diff)
downloadvaadin-framework-1ee5d432f434938201c16701432f19f8889b8ce5.tar.gz
vaadin-framework-1ee5d432f434938201c16701432f19f8889b8ce5.zip
Added footer to Table #1553
svn changeset:12613/svn branch:6.4
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/table')
-rw-r--r--WebContent/VAADIN/themes/reindeer/table/table.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/table/table.css b/WebContent/VAADIN/themes/reindeer/table/table.css
index 3c237d1393..b6052424bb 100644
--- a/WebContent/VAADIN/themes/reindeer/table/table.css
+++ b/WebContent/VAADIN/themes/reindeer/table/table.css
@@ -21,9 +21,23 @@
text-shadow: #fff 0 1px 0;
line-height: normal;
}
+
+.v-table-footer-wrap,
+.white .v-table-footer-wrap{
+ border-color: #c2c3c4;
+ background: transparent repeat-x;
+ background-image: url(img/header-bg-light.png);
+ height: 20px;
+}
+
.v-table-header {
height: 20px;
}
+.v-table-footer,
+.v-table-footer table {
+ height: 20px;
+}
+
.v-table-caption-container {
heigth: 16px;
padding-top: 4px;
@@ -37,6 +51,9 @@
.v-ie .v-table-caption-container .v-icon {
margin-top: -3px;
}
+.v-table-footer-container {
+ heigth: 16px;
+}
.v-table-resizer {
height: 20px;
width: 2px;