On déplace le bouton "Réserver"

This commit is contained in:
2021-03-23 19:23:20 +01:00
parent f95fbc5555
commit d81d190d5e
3 changed files with 17 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -11823,3 +11823,12 @@ body.page-order-payment div.page main.main-container div.container div#content d
body.page-order-payment div.page main.main-container div.container div#content div.main article.col-main.block-thumbnail div#payment-failure.panel.panel-default div.panel-body a.btn.btn-primary { body.page-order-payment div.page main.main-container div.container div#content div.main article.col-main.block-thumbnail div#payment-failure.panel.panel-default div.panel-body a.btn.btn-primary {
background: none !important; background: none !important;
} }
#form-product-details > fieldset > div.form-group.group-btn {
display: inline;
background-color: red;
}
#form-product-details > fieldset > div.form-group.group-btn #pse-submit {
float: right;
}

View File

@@ -70,6 +70,12 @@ GNU General Public License : http://www.gnu.org/licenses/
{stylesheets file='assets/dist/css/thelia.min.css'} {stylesheets file='assets/dist/css/thelia.min.css'}
<link rel="stylesheet" href="{$asset_url}"> <link rel="stylesheet" href="{$asset_url}">
{/stylesheets} {/stylesheets}
{*
{stylesheets file='assets/src/css/thelia.css'}
<link rel="stylesheet" href="{$asset_url}">
{/stylesheets}
*}
{* {*
If you want to generate the CSS assets on the fly, just replace the stylesheet inclusion above by the following. If you want to generate the CSS assets on the fly, just replace the stylesheet inclusion above by the following.
Then, in your back-office, go to Configuration -> System Variables and set process_assets to 1. Then, in your back-office, go to Configuration -> System Variables and set process_assets to 1.