+++ b/css/dc_ajax_add_cart.css
@@ -1,38 +1,35 @@
- background-color: #fff;
...

Contribution Date
Technology
Contribution Project
Contribution Details
  1. +++ b/css/dc_ajax_add_cart.css @@ -1,38 +1,35 @@ - background-color: #fff; - border: 2px solid #ccc; - color: #7f7f7f; - -khtml-border-radius: 20px; - left: 30%; - padding: 20px; position: fixed; - -moz-box-shadow: 0 1px 5px #333; - -moz-border-radius: 20px; - right: 30%; - top: 100px; - -webkit-box-shadow: 0 1px 5px #333; - -webkit-border-radius: 20px; z-index: 101; + top: 100px; + right: 30%; + left: 30%; + padding: 20px; + color: #7f7f7f; + border: 2px solid #ccc; + border-radius: 20px; + background-color: #fff; + box-shadow: 0 1px 5px #333;

    top, right, left, background-color have unrelated changes. Only the position of the styles have changed. Please undo them.

  2. +++ b/css/dc_ajax_add_cart.css @@ -1,38 +1,35 @@ - cursor: pointer; +.add-to-cart-close { float: right; + width: 26px; height: 26px; - margin-right: -30px; margin-top: -30px; - width: 26px; + margin-right: -30px; + cursor: pointer;

    cursor, margin-right, width are unrelated changes.

  3. +++ b/css/dc_ajax_add_cart.css @@ -45,28 +42,25 @@ a.add-to-cart-close { - cursor: pointer; margin-bottom: 20px; padding: 5px 10px; + cursor: pointer;

    Unrelated changes.

  4. +++ b/css/dc_ajax_add_cart.css @@ -45,28 +42,25 @@ a.add-to-cart-close { - color: #626262; + background-color: #969696; font-weight: bold; + color: #fff;

    Why are we chaging the color here.

  5. +++ b/css/dc_ajax_add_cart.css @@ -45,28 +42,25 @@ a.add-to-cart-close { - color: #ffffff; +.option-button.checkout a { font-weight: bold; + color: #626262;

    Why are we changing the color.

  6. +++ b/css/dc_ajax_add_cart.css @@ -107,7 +101,7 @@ a.add-to-cart-close { - clear: both; float: left; + clear: both;

    Please undo this.

Contribution Author
Files count
0
Patches count
0