From 44c2972c3d634ea202be572a1c168935cac1757e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 16 Jan 2018 19:18:09 +0100 Subject: UI: better table layout --- ishtar_common/static/media/styles.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ishtar_common/static/media') diff --git a/ishtar_common/static/media/styles.css b/ishtar_common/static/media/styles.css index adadd4326..4872abd1c 100644 --- a/ishtar_common/static/media/styles.css +++ b/ishtar_common/static/media/styles.css @@ -124,6 +124,8 @@ div#foot{ margin-bottom: 1em; } +/* dataTable - start */ + .dataTables_wrapper .dataTables_processing{ height: auto; } @@ -140,6 +142,20 @@ table.dataTable tbody th, table.dataTable tbody td { background: none; border: 1px solid transparent; } +.dataTables_scrollBody:hover{ + cursor: pointer; +} + +table.dataTable thead th, table.dataTable thead td { + border-top: 1px solid #e6e6e6; + border-bottom: 1px solid #e6e6e6; +} + +.dataTables_wrapper.no-footer .dataTables_scrollBody { + border-bottom: 1px solid #e6e6e6; +} + +/* dataTable - end */ .display_details{ font-size: 1.4em; -- cgit v1.2.3