Commit 22109c9030a923fcc8d10d3bfb5145c125b3a196
1 parent
5b73133b
Exists in
staging
and in
42 other branches
Added a 'close' button to the shopping cart checkout
Showing
3 changed files
with
14 additions
and
1 deletions
Show diff stats
plugins/shopping_cart/public/cart.js
plugins/shopping_cart/public/style.css
| ... | ... | @@ -17,7 +17,6 @@ |
| 17 | 17 | width: 200px; |
| 18 | 18 | z-index: 1000; |
| 19 | 19 | border: 1px solid #777; |
| 20 | - border-top: none; | |
| 21 | 20 | background: rgba(100,100,100,0.8); |
| 22 | 21 | } |
| 23 | 22 | |
| ... | ... | @@ -120,6 +119,15 @@ |
| 120 | 119 | float: left; |
| 121 | 120 | } |
| 122 | 121 | |
| 122 | +#cart-request-box .cart-box-close { | |
| 123 | + position: absolute; | |
| 124 | + right: 10px; | |
| 125 | + bottom: 10px; | |
| 126 | + width: 16px; | |
| 127 | + height: 16px; | |
| 128 | + background-repeat: no-repeat; | |
| 129 | +} | |
| 130 | + | |
| 123 | 131 | #cart-form-main { |
| 124 | 132 | border: 2px solid #FFF; |
| 125 | 133 | padding: 0px 10px; | ... | ... |
plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb