diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-04 23:27:40 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-05 01:42:49 +0100 |
| commit | f32930fac442c7948132844a9648879fbd62bab2 (patch) | |
| tree | cc5e7cc2f75a6109f2b7fbf9e77cd65a2d66fdbc /StoneIsland/www/css | |
| parent | 08c203b4dc4b9fdacd9aa0f2f2074dbd7d431a80 (diff) | |
make cart button easier to click
Diffstat (limited to 'StoneIsland/www/css')
| -rwxr-xr-x | StoneIsland/www/css/nav.css | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css index 0b9ad123..c84b5b30 100755 --- a/StoneIsland/www/css/nav.css +++ b/StoneIsland/www/css/nav.css @@ -219,19 +219,23 @@ padding-bottom:0px; padding: 9px 10px 5px; } -#header .cart { +#header .cart_rapper { display: inline-block; + position: relative; + float: right; + width: 40px; height: 40px; +} +#header .cart { + position: relative; float: right; width: 18px; top: 15px; height: 18px; - margin-right:18px; - background: #fff; + margin-right: 18px; + background: #fff; background-image:url(../img/cart-box.png); background-size:100%; background-repeat:no-repeat; - position: relative; - } .cart .cart_count { @@ -243,7 +247,7 @@ padding-bottom:0px; font-size:12.35px; } -.cart::before { +#header .cart::before { position: absolute; content: ''; left: 50%; |
