diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2011-09-27 09:59:54 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2011-09-27 09:59:54 +0000 |
commit | a4990f201ec1da3b24414da4f7d24b44bed5f92a (patch) | |
tree | 89c9c9ac77a2a8647ec0190c77aa3329f2b306c0 /WebContent/VAADIN/themes/reindeer/common | |
parent | 849d5041e4d0de462058227f23a4d3ca6d54db2a (diff) | |
download | vaadin-framework-a4990f201ec1da3b24414da4f7d24b44bed5f92a.tar.gz vaadin-framework-a4990f201ec1da3b24414da4f7d24b44bed5f92a.zip |
Corrections to table column reordering styles.
Cleaned up table column drag styles for Reindeer (lost of duplication)
svn changeset:21334/svn branch:6.7
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/common')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/common/common.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/common/common.css b/WebContent/VAADIN/themes/reindeer/common/common.css index 1e540715e1..50dcdd84ab 100644 --- a/WebContent/VAADIN/themes/reindeer/common/common.css +++ b/WebContent/VAADIN/themes/reindeer/common/common.css @@ -24,7 +24,8 @@ .v-contextmenu, .v-Notification, .v-menubar-submenu, -.v-drag-element { +.v-drag-element, +.v-table-header-drag { font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif; font-size: 12px; line-height: normal; |