diff --git a/modules/homeslider/bx_styles.css b/modules/homeslider/bx_styles.css index 8abe6b625..444544afd 100755 --- a/modules/homeslider/bx_styles.css +++ b/modules/homeslider/bx_styles.css @@ -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*/ diff --git a/modules/homeslider/gray_pager.png b/modules/homeslider/gray_pager.png index 8d21300fb..f4780d226 100755 Binary files a/modules/homeslider/gray_pager.png and b/modules/homeslider/gray_pager.png differ diff --git a/modules/productcomments/productcomments-extra.tpl b/modules/productcomments/productcomments-extra.tpl index 1ffee6cbb..5555d6184 100644 --- a/modules/productcomments/productcomments-extra.tpl +++ b/modules/productcomments/productcomments-extra.tpl @@ -158,11 +158,11 @@
{/if}- * {l s='Required fields' mod='productcomments'} {l s='or' mod='productcomments'} {l s='Cancel' mod='productcomments'}
+* {l s='Required fields' mod='productcomments'}