Merge branch 'ticket-14904-achatexpressmobile' into develop
This commit is contained in:
commit
1494653b77
@ -20,14 +20,14 @@
|
||||
<style type="text/css">{literal}
|
||||
h1 {
|
||||
text-align: left;
|
||||
line-height: 1em;
|
||||
width : 190px;
|
||||
color : #1E1633;
|
||||
font-style: italic;
|
||||
font-family: Georgia, Times, "Times New Roman", serif;
|
||||
font-weight: normal;
|
||||
min-height : 2em;
|
||||
font-size : 18px;
|
||||
padding:0;
|
||||
line-height: 20px;
|
||||
text-shadow:0px 0px 0px transparent;
|
||||
font-family: 'Montserrat-Regular';
|
||||
font-size:12px;
|
||||
font-weight:normal;
|
||||
font-style: normal;
|
||||
color:#333;
|
||||
}
|
||||
p {
|
||||
margin: 0px;
|
||||
@ -35,8 +35,8 @@
|
||||
}
|
||||
.center_element {
|
||||
margin : 20px 0;
|
||||
padding : 10px 20px 5px 10px;
|
||||
width : 220px;
|
||||
padding : 5px 5px 5px 5px;
|
||||
/*width : 220px;*/
|
||||
/*background : #DEA4BE;*/
|
||||
background : #fb66a9;
|
||||
float : left;
|
||||
@ -55,6 +55,7 @@
|
||||
text-align: right;
|
||||
}
|
||||
input[type="text"] {
|
||||
height: 24px;
|
||||
font-size: 12px;
|
||||
color: #8B8B8B;
|
||||
padding: 4px;
|
||||
@ -64,8 +65,9 @@
|
||||
-moz-border-radius : 2px;
|
||||
-o-border-radius : 2px;
|
||||
-ms-border-radius : 2px;
|
||||
}
|
||||
}
|
||||
select {
|
||||
height: 24px;
|
||||
font-size: 12px;
|
||||
color: #8B8B8B;
|
||||
padding: 4px;
|
||||
@ -142,14 +144,14 @@
|
||||
padding: 0px 15px;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
#add_to_cart input {
|
||||
#add_to_cart input {
|
||||
background : url('./themes/site_mobile/modules/expresscart/arrow.png') no-repeat right 9px #514C8C;
|
||||
height: 30px;
|
||||
font-family: Georgia, Times, "Times New Roman", serif;
|
||||
font-size: 13px;
|
||||
font-style: italic;
|
||||
color: #ffffff;
|
||||
margin: 20px 0 0;
|
||||
margin: 10px 0 0;
|
||||
padding: 7px 30px 6px 20px;
|
||||
-moz-border-radius: 20px;
|
||||
-webkit-border-radius: 20px;
|
||||
@ -399,8 +401,9 @@
|
||||
</p>
|
||||
<h1>{$product->name}</h1>
|
||||
<div class="border-separator"></div>
|
||||
<div class="border-separator"></div>
|
||||
<div class="center_element">
|
||||
{assign var=id_image value=Product::getCover($product->id)}
|
||||
<img src="{$link->getImageLink($product->link_rewrite, $product->id|cat:'-'|cat:$id_image.id_image, 'small')}" alt="{$product->name|escape:'htmlall':'UTF-8'}" />
|
||||
<div class="right_element">
|
||||
{if isset($groups)}
|
||||
<!-- attributes -->
|
||||
@ -440,7 +443,6 @@
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
|
||||
<div class="border-separator"></div>
|
||||
<div class="border-separator"></div>
|
||||
|
||||
<p id="add_to_cart" class="button"><input type="submit" name="Submit" value="{l s='Add to cart' mod='expresscart'}" class="exclusive" />
|
||||
|
Loading…
Reference in New Issue
Block a user