On déplace le bouton "Réserver"
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||
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;
|
||||
}
|
||||
@@ -70,6 +70,12 @@ GNU General Public License : http://www.gnu.org/licenses/
|
||||
{stylesheets file='assets/dist/css/thelia.min.css'}
|
||||
<link rel="stylesheet" href="{$asset_url}">
|
||||
{/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.
|
||||
Then, in your back-office, go to Configuration -> System Variables and set process_assets to 1.
|
||||
|
||||
Reference in New Issue
Block a user