diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-16 19:18:09 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-16 19:18:09 +0100 |
commit | f95dd5e8b308938c2e02db657d7b32c483102a02 (patch) | |
tree | 46b3410b647ed80c02c883d4393cc82f3d1c7004 /ishtar_common/static/media/styles.css | |
parent | 9f6a093a874b7d4db0c17bbf92fe7d2c5b28edff (diff) | |
download | Ishtar-f95dd5e8b308938c2e02db657d7b32c483102a02.tar.bz2 Ishtar-f95dd5e8b308938c2e02db657d7b32c483102a02.zip |
UI: better table layout
Diffstat (limited to 'ishtar_common/static/media/styles.css')
-rw-r--r-- | ishtar_common/static/media/styles.css | 16 |
1 files changed, 16 insertions, 0 deletions
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; |