summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}