// Fix CSS

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12734 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
jBreux
2012-01-26 17:45:17 +00:00
parent 0d89be2789
commit 65a9112f08
2 changed files with 3 additions and 2 deletions
@@ -432,7 +432,7 @@
<div class="clear" style="margin-bottom: 10px;"></div>
</div>
<div class="container-command">
<div class="container-command container-command-top-spacing">
<!-- Addresses -->
<div style="width: 49%; float:left;"></contact>
<!-- Shipping address -->
@@ -495,7 +495,7 @@
<div class="clear" style="margin-bottom: 10px;"></div>
</div>
<form style="width: 98%" action="{$currentIndex}&vieworder&token={$smarty.get.token}" method="post" onsubmit="return orderDeleteProduct('{l s='Cannot return this product'}', '{l s='Quantity to cancel is greater than quantity available'}');">
<form style="width: 98%" class="container-command-top-spacing" action="{$currentIndex}&vieworder&token={$smarty.get.token}" method="post" onsubmit="return orderDeleteProduct('{l s='Cannot return this product'}', '{l s='Quantity to cancel is greater than quantity available'}');">
<input type="hidden" name="id_order" value="{$order->id}" />
<fieldset style="width: 100%; ">
<div style="display: none">
+1
View File
@@ -2141,6 +2141,7 @@ div#scrollTop a:hover{
/*commandes*/
.container-command {width:100%}
.container-command-top-spacing {margin-top: 25px;}
.bloc-command {background-color:#EBEDF4; border:1px solid #CCCED7; margin-bottom:10px;}
.button-command {float:right; padding:10px;}