[*] MO : homeSlider: CSS/Button & productComments: CSS
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8287 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -5,8 +5,11 @@
|
||||
* background property for each of the five styles below
|
||||
*/
|
||||
|
||||
.bx-window {margin-bottom:20px;}
|
||||
|
||||
/*next button*/
|
||||
.bx-next {
|
||||
display:none;
|
||||
position:absolute;
|
||||
top:40%;
|
||||
right:-50px;
|
||||
@@ -18,7 +21,9 @@
|
||||
}
|
||||
|
||||
/*previous button*/
|
||||
|
||||
.bx-prev {
|
||||
display:none;
|
||||
position:absolute;
|
||||
top:40%;
|
||||
left:-50px;
|
||||
@@ -31,11 +36,12 @@
|
||||
|
||||
/*pager links*/
|
||||
.bx-pager a {
|
||||
margin-right: 5px;
|
||||
color: #fff;
|
||||
padding: 3px 8px 3px 6px;
|
||||
font-size: 12px;
|
||||
zoom:1;
|
||||
margin-right: 5px;
|
||||
padding: 4px 7px 3px 7px;
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
color: #fff;
|
||||
background: url(gray_pager.png) no-repeat 0 -20px;
|
||||
}
|
||||
|
||||
@@ -70,10 +76,14 @@
|
||||
|
||||
/*pager wrapper*/
|
||||
.bx-pager {
|
||||
text-align:center;
|
||||
float:left;
|
||||
position: relative;
|
||||
top: -60px;
|
||||
left: 15px;
|
||||
padding-top: 7px;
|
||||
font-size:12px;
|
||||
font-size:11px;
|
||||
color:#666;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
/*captions*/
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 422 B After Width: | Height: | Size: 1.4 KiB |
@@ -158,11 +158,11 @@
|
||||
</p>
|
||||
{/if}
|
||||
<p class="submit">
|
||||
<span class="txt_required">* {l s='Required fields' mod='productcomments'}</span>
|
||||
<input id="id_product_comment_send" name="id_product" type="hidden" value='{$id_product_comment_form}'></input>
|
||||
<button id="submitMessage" name="submitMessage" type="submit">{l s='Send' mod='productcomments'}</button>
|
||||
{l s='or' mod='productcomments'} <a href="#" onclick="$.fancybox.close();">{l s='Cancel' mod='productcomments'}</a>
|
||||
</p>
|
||||
<p class="txt_required">* {l s='Required fields' mod='productcomments'}</p>
|
||||
</div>
|
||||
</div><!-- /end new_comment_form_content -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user