[*] MO : homeSlider/SendToAFriend - Sandrine CSS
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8291 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -77,8 +77,8 @@
|
||||
/*pager wrapper*/
|
||||
.bx-pager {
|
||||
float:left;
|
||||
position: relative;
|
||||
top: -60px;
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
left: 15px;
|
||||
padding-top: 7px;
|
||||
font-size:11px;
|
||||
|
||||
@@ -91,13 +91,12 @@ $('document').ready(function(){
|
||||
<label for="friend_email">{l s='E-mail address of your friend' mod='sendtoafriend'}* :</label>
|
||||
<input id="friend_email" name="friend_email" type="text" value=""/>
|
||||
</p>
|
||||
<br /><br />
|
||||
<p class="txt_required">* {l s='Required fields' mod='sendtoafriend'}</p>
|
||||
<p class="submit">
|
||||
<input id="id_product_comment_send" name="id_product" type="hidden" value='{$stf_id_product}'></input>
|
||||
<a href="#" onclick="$.fancybox.close();">{l s='Cancel' mod='sendtoafriend'}</a> {l s='or' mod='sendtoafriend'}
|
||||
<button id="sendEmail" name="sendEmail" type="submit">{l s='Send' mod='sendtoafriend'}</button>
|
||||
</p>
|
||||
<p class="txt_required">* {l s='Required fields' mod='sendtoafriend'}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user