From a254bc2698ada46484d29563dfaac3ea8e623c8d Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 18 Feb 2013 20:43:36 +0100 Subject: added shadow to package box --- module/web/static/css/default/dashboard.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'module/web/static/css/default/dashboard.less') diff --git a/module/web/static/css/default/dashboard.less b/module/web/static/css/default/dashboard.less index 531dc9be3..accec18a9 100644 --- a/module/web/static/css/default/dashboard.less +++ b/module/web/static/css/default/dashboard.less @@ -32,12 +32,14 @@ .package-frame { position: absolute; - border-radius: 5px; top: -@frame-top; left: -@frame-top / 2; right: -@frame-top / 2; - bottom: -@frame-bottom + 4px; // + size of visible bar + bottom: -@frame-bottom + 2px; // + size of visible bar z-index: -1; // lies under package + border: 1px solid @grey; + border-radius: 5px; + box-shadow: 4px 4px 5px @dark; } .package-item { -- cgit v1.2.3