summaryrefslogtreecommitdiff
path: root/ishtar_pdl
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-02-13 14:10:45 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-05-06 15:48:16 +0200
commite2e42bd068e94791edab44ac474a930223e8d42d (patch)
treefc33fa6077bd260ddf4dad959d86507f196f768d /ishtar_pdl
parent1d82730382ec543e67b60bd6a2b5f023f16d94e3 (diff)
downloadIshtar-e2e42bd068e94791edab44ac474a930223e8d42d.tar.bz2
Ishtar-e2e42bd068e94791edab44ac474a930223e8d42d.zip
Refactoring of templates. Add a new ishtar_pdl with custom templates and CSS
Diffstat (limited to 'ishtar_pdl')
-rw-r--r--ishtar_pdl/__init__.py1
-rw-r--r--ishtar_pdl/models.py1
-rw-r--r--ishtar_pdl/static/pdl/styles.css14
-rw-r--r--ishtar_pdl/templates/blocks/extra_head.html1
4 files changed, 17 insertions, 0 deletions
diff --git a/ishtar_pdl/__init__.py b/ishtar_pdl/__init__.py
new file mode 100644
index 000000000..8d1c8b69c
--- /dev/null
+++ b/ishtar_pdl/__init__.py
@@ -0,0 +1 @@
+
diff --git a/ishtar_pdl/models.py b/ishtar_pdl/models.py
new file mode 100644
index 000000000..8d1c8b69c
--- /dev/null
+++ b/ishtar_pdl/models.py
@@ -0,0 +1 @@
+
diff --git a/ishtar_pdl/static/pdl/styles.css b/ishtar_pdl/static/pdl/styles.css
new file mode 100644
index 000000000..f7a73f8eb
--- /dev/null
+++ b/ishtar_pdl/static/pdl/styles.css
@@ -0,0 +1,14 @@
+div#validation-bar{
+ position: fixed;
+ bottom: 0px;
+ background-color: #CCC;
+ width: 100%;
+ left: 0px;
+ height: 40px;
+ padding: 5px;
+}
+
+#reset_wizards{
+ right:50px;
+ position:absolute;
+}
diff --git a/ishtar_pdl/templates/blocks/extra_head.html b/ishtar_pdl/templates/blocks/extra_head.html
new file mode 100644
index 000000000..5a75d0728
--- /dev/null
+++ b/ishtar_pdl/templates/blocks/extra_head.html
@@ -0,0 +1 @@
+ <link rel="stylesheet" href="{{STATIC_URL}}/pdl/styles.css" />