From 2f7e2a01376f160acc92e6747768856a8eeebcb9 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 17 Apr 2018 14:29:08 +0200 Subject: [PATCH] wip #1927 @0.5 --- style/fluidbook.less | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index 29a0a093..cb4890f3 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -857,6 +857,14 @@ a.bookmark { width: 100%; font-size: 0.7em; } + + &#menu_cart { + span.number { + width: auto; + top: 14px; + left: 39px; + } + } } [data-menu="cart"] { @@ -910,7 +918,7 @@ a.bookmark { padding: 0 30px; } } - .cart-footer{ + .cart-footer { top: 0; } } @@ -918,6 +926,7 @@ a.bookmark { } table { + width: 100%; max-width: 1004px; margin-left: 10px; td { -- 2.39.5