From 02b85b3676cdb27034c75bfa277675fd02e28d86 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Tue, 10 Jun 2014 15:58:46 -0500 Subject: [PATCH] * reorg buttons and colors --- .../assets/stylesheets/client/screen_common.css.scss | 11 ++++++----- .../assets/stylesheets/client/wizard/wizard.css.scss | 9 --------- web/app/views/clients/wizard/_buttons.html.haml | 1 - 3 files changed, 6 insertions(+), 15 deletions(-) diff --git a/web/app/assets/stylesheets/client/screen_common.css.scss b/web/app/assets/stylesheets/client/screen_common.css.scss index f3a66d06b..f5b5dec93 100644 --- a/web/app/assets/stylesheets/client/screen_common.css.scss +++ b/web/app/assets/stylesheets/client/screen_common.css.scss @@ -205,16 +205,17 @@ small, .small {font-size:11px;} line-height:12px; &.disabled { - background-color: #b03420; - border: solid 1px darken(#F27861, 20%); - outline: solid 2px #b03420; + background-color: transparent; + border: solid 1px #868686; + outline: solid 2px transparent; + color:#ccc; } &.disabled:hover { //background-color:darken(#f16750, 20%); //color:#FFF; - background-color: #b03420; - color:#FC9; + background-color: #515151; + color:#ccc; } } diff --git a/web/app/assets/stylesheets/client/wizard/wizard.css.scss b/web/app/assets/stylesheets/client/wizard/wizard.css.scss index 725301f78..4e974eb15 100644 --- a/web/app/assets/stylesheets/client/wizard/wizard.css.scss +++ b/web/app/assets/stylesheets/client/wizard/wizard.css.scss @@ -23,15 +23,6 @@ bottom:0; } - .middle-buttons { - position:absolute; - width:100%; - text-align: center; - a {margin:auto;} - bottom:0; - left:-24px; - } - .right-buttons { position:absolute; right:56px; diff --git a/web/app/views/clients/wizard/_buttons.html.haml b/web/app/views/clients/wizard/_buttons.html.haml index ac1e8bebd..438d06536 100644 --- a/web/app/views/clients/wizard/_buttons.html.haml +++ b/web/app/views/clients/wizard/_buttons.html.haml @@ -2,7 +2,6 @@ .wizard-buttons-holder .left-buttons %a.button-grey.btn-help{href: '#'} HELP - .middle-buttons %a.button-grey.btn-cancel{href:'#', 'layout-action' => 'close'} CANCEL .right-buttons %a.button-grey.btn-back{href:'#'} BACK