summaryrefslogtreecommitdiff
path: root/ishtar_common
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common')
-rw-r--r--ishtar_common/static/media/styles.css15
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{