From 24767dff8822ce20d4094a7789ce38e7d71bdcfb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 13 Feb 2015 14:10:45 +0100 Subject: Refactoring of templates. Add a new ishtar_pdl with custom templates and CSS --- ishtar_pdl/__init__.py | 1 + ishtar_pdl/models.py | 1 + ishtar_pdl/static/pdl/styles.css | 14 ++++++++++++++ ishtar_pdl/templates/blocks/extra_head.html | 1 + 4 files changed, 17 insertions(+) create mode 100644 ishtar_pdl/__init__.py create mode 100644 ishtar_pdl/models.py create mode 100644 ishtar_pdl/static/pdl/styles.css create mode 100644 ishtar_pdl/templates/blocks/extra_head.html (limited to 'ishtar_pdl') 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 @@ + -- cgit v1.2.3