[*] 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:
bMancone
2011-09-01 08:17:58 +00:00
parent 9aab069851
commit 347c584ae9
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -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>&nbsp;{l s='or' mod='sendtoafriend'}&nbsp;
<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>