From 75071bc5fb3151f80cf87d92b33d6e85e4184149 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 12 Feb 2015 23:47:46 +0100 Subject: Beautiful button for reseting wizards! --- ishtar_common/static/media/style.css | 16 ++++++++++++++++ .../templates/ishtar/wizard/default_wizard.html | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) (limited to 'ishtar_common') diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 3e8efc131..c9143b026 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -16,6 +16,10 @@ div.form { background-color: #922; } +#reset_wizards{ + background-color: #D14; +} + /* color */ #window hr, #context_menu .red, @@ -27,6 +31,7 @@ a.add-button{ color:#61615C; } +#reset_wizards, #window h1{ color:#fff; } @@ -64,6 +69,7 @@ div.form { } /* radius */ +a.button, a.add-button, a.remove, .sheet, #progress-content, @@ -258,6 +264,16 @@ div#validation-bar.big{ height:60px; } +a.button{ + padding:0.5em; +} + +#reset_wizards{ + right:50px; + position:absolute; + color: white; +} + .display_details_inline, .display_details{ display:inline-block; diff --git a/ishtar_common/templates/ishtar/wizard/default_wizard.html b/ishtar_common/templates/ishtar/wizard/default_wizard.html index 2eb62457b..62aafff45 100644 --- a/ishtar_common/templates/ishtar/wizard/default_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html @@ -44,7 +44,7 @@
{% if next_steps %}{% endif %} - + {% trans "Cancel" %}
-- cgit v1.2.3