Index: branches/1.0.x/elements/content_boxes.elm.tpl =================================================================== diff -u -N -r14798 -r14859 --- branches/1.0.x/elements/content_boxes.elm.tpl (.../content_boxes.elm.tpl) (revision 14798) +++ branches/1.0.x/elements/content_boxes.elm.tpl (.../content_boxes.elm.tpl) (revision 14859) @@ -94,10 +94,9 @@

Is this Review Inappropriate?

+

-

Rating: - -

+ +   +

+

Index: branches/1.0.x/inc/cart.css =================================================================== diff -u -N -r14824 -r14859 --- branches/1.0.x/inc/cart.css (.../cart.css) (revision 14824) +++ branches/1.0.x/inc/cart.css (.../cart.css) (revision 14859) @@ -253,6 +253,11 @@ text-shadow: #000 0px 1px 1px; text-decoration: none; } +.place-grey-button, +.checkout-grey-button { + color: #000; + text-shadow: none; +} .place-button span, .place-grey-button span, .checkout-button span, Index: branches/1.0.x/inc/styles.css =================================================================== diff -u -N -r14770 -r14859 --- branches/1.0.x/inc/styles.css (.../styles.css) (revision 14770) +++ branches/1.0.x/inc/styles.css (.../styles.css) (revision 14859) @@ -35,7 +35,7 @@ #header .infoblock { float: right; position: relative; - width: 550px; + width: 580px; } #header .infoblock .welcome { @@ -83,7 +83,7 @@ } #header .infoblock .cart { background: url(@templates_base@/img/bg-cart.jpg) no-repeat 100% 0; - float: right; + float: left; font-size: 1.154em; font-weight: bold; padding: 15px 0; @@ -757,9 +757,10 @@ border-radius: 5px; } .good-item dl { - padding: 14px 16px; + padding: 14px 16px 0; text-align: center; } +.good-item dl dd { padding-bottom: 15px; } .good-item.comparing-items dl { border-bottom: 1px dotted #b5b5b5; padding: 14px 0; Index: branches/1.0.x/products/details.tpl =================================================================== diff -u -N -r14826 -r14859 --- branches/1.0.x/products/details.tpl (.../details.tpl) (revision 14826) +++ branches/1.0.x/products/details.tpl (.../details.tpl) (revision 14859) @@ -127,7 +127,7 @@
Manufacturer:
-
+
SKU:
Size:
Index: branches/1.0.x/elements/side_boxes/categories.elm.tpl =================================================================== diff -u -N -r14739 -r14859 --- branches/1.0.x/elements/side_boxes/categories.elm.tpl (.../categories.elm.tpl) (revision 14739) +++ branches/1.0.x/elements/side_boxes/categories.elm.tpl (.../categories.elm.tpl) (revision 14859) @@ -10,30 +10,31 @@
  • class="active"> - - +
      - +
    -
  • +

    -
    -
      - -
    -
    + +
    +
      + +
    +
    +

    - +
    Index: branches/1.0.x/index.tpl =================================================================== diff -u -N -r14852 -r14859 --- branches/1.0.x/index.tpl (.../index.tpl) (revision 14852) +++ branches/1.0.x/index.tpl (.../index.tpl) (revision 14859) @@ -52,7 +52,8 @@ headerSelected: "ui-icon-circle-arrow-l3s" }; $( "#accordion-menu" ).accordion({ - icons: icons + icons: icons, + autoHeight: false }); $( "#level2-menu" ).accordion({ icons: level2icons Index: branches/1.0.x/img/product-nav.png =================================================================== diff -u -N -r14708 -r14859 Binary files differ Index: branches/1.0.x/inc/details.css =================================================================== diff -u -N -r14793 -r14859 --- branches/1.0.x/inc/details.css (.../details.css) (revision 14793) +++ branches/1.0.x/inc/details.css (.../details.css) (revision 14859) @@ -23,9 +23,15 @@ top: 9px; width: 21px; } -.block h2 a.product-prev:hover { background-position: 0 100%; } -.block h2 a.product-next:hover { background-position: 100% 100%; } +.block h2 a.product-prev:hover { background-position: 0 -21px; } +.block h2 a.product-next:hover { background-position: 100% -21px; } +.block h2 a.product-prev.disabled { background-position: 0 -42px; } +.block h2 a.product-next.disabled { background-position: 100% -42px; } + +.block h2 a.product-prev.disabled:hover, +.block h2 a.product-next.disabled:hover { background: none; } + .product-detail { position: relative; } .product-detail .ribbon { background: url(@templates_base@/img/ribbon-big.png) no-repeat 0 0; @@ -138,7 +144,8 @@ } .product .description .har { border-top: 1px solid #d0d0d0; float: left; margin-top: 10px; padding-top: 10px; text-align: left; width: 50%; } .product .description .har dt { float: left; font-weight: bold; padding: 0 10px 3px 0; width: 100px; } -.product .description .har dd { float: left; width: 80px; } +.product .description .har dd { float: left; padding: 0 0 3px 0; width: 80px; } +.product .description .har_right dt { width: 50px; } .product .description .price-block { float: left; Index: branches/1.0.x/inc/flexslider.css =================================================================== diff -u -N -r14708 -r14859 --- branches/1.0.x/inc/flexslider.css (.../flexslider.css) (revision 14708) +++ branches/1.0.x/inc/flexslider.css (.../flexslider.css) (revision 14859) @@ -10,7 +10,7 @@ #slider .slides li {position: relative;} /* Control Nav */ -#slider .flex-control-nav {position: absolute; bottom: 7px; right: 0; width: 180px;} +#slider .flex-control-nav {position: absolute; bottom: 7px; right: 10px; } #slider .flex-control-nav li {margin: 0 0 0 5px; float: left;} #slider .flex-control-nav li:first-child {margin: 0;} #slider .flex-control-nav li a {