From 3d461d7335b62455cdb5c7f2c9ae1e51c9e74f00 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Mon, 6 Feb 2012 15:10:28 -0200 Subject: [PATCH] Moved cart to top of window to stay far from chat --- plugins/shopping_cart/public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/shopping_cart/public/style.css b/plugins/shopping_cart/public/style.css index 03e5912..32e6c17 100644 --- a/plugins/shopping_cart/public/style.css +++ b/plugins/shopping_cart/public/style.css @@ -19,7 +19,7 @@ .cart { position: fixed; right: 20px; - bottom: 0px; + top: 0px; width: 200px; z-index: 1000; border: 1px solid #777; -- libgit2 0.21.2