diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-29 15:32:36 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-29 15:32:36 +0100 |
commit | de4c4369cf5f0d31372d0f798c7042ddcdffbe08 (patch) | |
tree | 6b18ca48c86a4449c3c51755d313034c2557a22b /ishtar_common | |
parent | cb342229d641836e04810b49fa3e21b2a548b751 (diff) | |
download | Ishtar-de4c4369cf5f0d31372d0f798c7042ddcdffbe08.tar.bz2 Ishtar-de4c4369cf5f0d31372d0f798c7042ddcdffbe08.zip |
Dashboard: fix display for operation and files
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/static/media/styles.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ishtar_common/static/media/styles.css b/ishtar_common/static/media/styles.css index 46a1b556a..6ff286c41 100644 --- a/ishtar_common/static/media/styles.css +++ b/ishtar_common/static/media/styles.css @@ -131,11 +131,22 @@ div#foot{ font-size: 0.9em; } +.clean-table h4, .sheet h4, .sheet h3{ text-align: center; text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.70); } +.clean-table h4{ + margin-top: 1em; +} + +.mini-table{ + height: 500px; + overflow: auto; + display: block; +} + .sheet h4{ text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.45); } @@ -203,6 +214,10 @@ table.dataTable thead th, table.dataTable thead td { display: none; } +.clean-table-wrap{ + overflow-x: auto; +} + /* à adapter */ #message, #message div{ |