summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/contacts/styles.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/contacts/styles.css b/WebContent/VAADIN/themes/contacts/styles.css
index 5a93f8604c..9eb3f33a1c 100644
--- a/WebContent/VAADIN/themes/contacts/styles.css
+++ b/WebContent/VAADIN/themes/contacts/styles.css
@@ -54,12 +54,18 @@
background: transparent url(images/table-header-bg.png) repeat-x;
}
+.v-table-sort-indicator,
+.v-table-header-cell-asc .v-table-sort-indicator,
+.v-table-header-cell-desc .v-table-sort-indicator {
+ height: 20px;
+}
+
.v-table-caption-container {
font-size: 11px;
color: #000;
font-weight: bold;
text-shadow: #fff 0 1px 0;
- padding-top: 1px;
+ padding: 0;
}
.v-table-body {