summaryrefslogtreecommitdiff
path: root/ishtar_common/static/media/style.css
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-02-12 23:47:46 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-05-06 15:48:16 +0200
commit75071bc5fb3151f80cf87d92b33d6e85e4184149 (patch)
treea8f0972503d395ac588980a96e0b10da33bb47cf /ishtar_common/static/media/style.css
parent96b8337aa18ec199c925883dfb5d85bc310270b6 (diff)
downloadIshtar-75071bc5fb3151f80cf87d92b33d6e85e4184149.tar.bz2
Ishtar-75071bc5fb3151f80cf87d92b33d6e85e4184149.zip
Beautiful button for reseting wizards!
Diffstat (limited to 'ishtar_common/static/media/style.css')
-rw-r--r--ishtar_common/static/media/style.css16
1 files changed, 16 insertions, 0 deletions
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;