diff options
Diffstat (limited to 'ishtar_common/static')
| -rw-r--r-- | ishtar_common/static/media/style.css | 16 |
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; |
