From 477973a43e790c165b41e3897393f33c646408f9 Mon Sep 17 00:00:00 2001 From: Vincent Augagneur Date: Wed, 9 Oct 2013 16:24:25 +0200 Subject: [PATCH] //carrier wizard button good place and order --- admin-dev/themes/default/css/_carrier-wizard.sass | 7 ++++++- admin-dev/themes/default/css/admin-theme.css | 13 ++++++++++--- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/admin-dev/themes/default/css/_carrier-wizard.sass b/admin-dev/themes/default/css/_carrier-wizard.sass index c1a96a36d..6eed571a4 100644 --- a/admin-dev/themes/default/css/_carrier-wizard.sass +++ b/admin-dev/themes/default/css/_carrier-wizard.sass @@ -139,4 +139,9 @@ table#zones_table width: auto .field_error - border-color: $brand-danger \ No newline at end of file + border-color: $brand-danger + .actionBar + height: 30px + .actionBar a + float: right + margin-right: 10px \ No newline at end of file diff --git a/admin-dev/themes/default/css/admin-theme.css b/admin-dev/themes/default/css/admin-theme.css index 7eb91a15b..a72139b1b 100644 --- a/admin-dev/themes/default/css/admin-theme.css +++ b/admin-dev/themes/default/css/admin-theme.css @@ -1,4 +1,4 @@ -/* +/*! * Bootstrap v3.0.0 * * Copyright 2013 Twitter, Inc @@ -7,7 +7,7 @@ * * Designed and built with all the love in the world by @mdo and @fat. */ -/* normalize.css v2.1.0 | MIT License | git.io/normalize */ +/*! normalize.css v2.1.0 | MIT License | git.io/normalize */ /* line 22, ../bower_components/sass-bootstrap/lib/_normalize.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } @@ -5717,7 +5717,7 @@ th.visible-print, td.visible-print { /* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ th.hidden-print, td.hidden-print { display: none !important; } } -/* +/*! * Font Awesome 3.2.1 * the iconic font designed for Bootstrap * ------------------------------------------------------------------------------ @@ -9132,6 +9132,13 @@ li.sortable-placeholder { /* line 141, _carrier-wizard.sass */ #carrier_wizard .field_error { border-color: #d9534f; } +/* line 143, _carrier-wizard.sass */ +#carrier_wizard .actionBar { + height: 30px; } +/* line 145, _carrier-wizard.sass */ +#carrier_wizard .actionBar a { + float: right; + margin-right: 10px; } /* line 3, _dashboard.sass */ .size_s, .size_md, .size_l, .size_xl, .size_xxl {