summaryrefslogtreecommitdiff
path: root/ishtar_common
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-24 12:43:42 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-24 12:43:42 +0100
commit692b7954b94d002d178e5e622555e2f0099d5f48 (patch)
treeb2f02f7d47efe047fdcd8556a9728e53f681087a /ishtar_common
parent5fdb3d74e63e623cdab21a9575c57e5d947f7741 (diff)
downloadIshtar-692b7954b94d002d178e5e622555e2f0099d5f48.tar.bz2
Ishtar-692b7954b94d002d178e5e622555e2f0099d5f48.zip
CSS: ishtar is back on the background
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 19116e94c..ff27f7477 100644
--- a/ishtar_common/static/media/styles.css
+++ b/ishtar_common/static/media/styles.css
@@ -8,6 +8,17 @@
font-weight: bold;
}
+html{
+ background-image: url('images/ishtar-bg.jpg');
+ background-position: top right;
+ background-repeat: no-repeat;
+ background-color: #fff;
+}
+
+body{
+ background-color: transparent;
+}
+
.form-thumbnail{
max-width: 120px;
max-height: 120px;
@@ -143,6 +154,10 @@ div#foot{
height: auto;
}
+table.dataTable thead tr{
+ background-color: #fff;
+}
+
table.dataTable tbody th, table.dataTable tbody td {
padding: 2px 2px;
}