From 7c917680f0779bbe25cecd9591afba7cdf1fad22 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Thu, 4 May 2017 16:22:35 +0300 Subject: [PATCH] badge_cart --- frontend/views/layouts/main.php | 1 + frontend/web/css/style.css | 5 +++++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 402cb98..0d7b7f4 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -240,6 +240,7 @@ _________________________________________________________ -->
+ 0 .badge, padding-right: 20px; outline: none; margin-bottom: 20px; +} +#cart .badge{ + position: absolute; + top: 2px; + right: 4px; } \ No newline at end of file -- libgit2 0.21.4