diff options
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 |
commit | 24767dff8822ce20d4094a7789ce38e7d71bdcfb (patch) | |
tree | fc33fa6077bd260ddf4dad959d86507f196f768d /ishtar_pdl/static | |
parent | a584b08f7c347af2fb85df86ddd89430c14824c0 (diff) | |
download | Ishtar-24767dff8822ce20d4094a7789ce38e7d71bdcfb.tar.bz2 Ishtar-24767dff8822ce20d4094a7789ce38e7d71bdcfb.zip |
Refactoring of templates. Add a new ishtar_pdl with custom templates and CSS
Diffstat (limited to 'ishtar_pdl/static')
-rw-r--r-- | ishtar_pdl/static/pdl/styles.css | 14 |
1 files changed, 14 insertions, 0 deletions
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; +} |