From 3df5debfdaa725ba07e8d963480d042462e92c3e Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 3 Feb 2013 17:42:24 +0100 Subject: larger package column --- module/web/static/css/default/dashboard.less | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 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 7f504ebdf..bfca80bc2 100644 --- a/module/web/static/css/default/dashboard.less +++ b/module/web/static/css/default/dashboard.less @@ -12,6 +12,10 @@ .sidebar-header { font-size: 25px; line-height: 25px; + margin: 4px 0; + border-bottom: 1px dashed @grey; +// text-shadow: 1px 0px @grey; +// box-shadow: 10px 10px 5px @grey; } /* @@ -28,6 +32,9 @@ margin-bottom: 4px; position: relative; overflow: hidden; + -webkit-hyphens: auto; + -moz-hyphens: auto; + hyphens: auto; i { cursor: move; @@ -54,10 +61,14 @@ } .package-indicator { -// position: absolute; -// top: 1px; -// right: 0; + color: @light; + position: absolute; + padding: 2px; + bottom: 5px; + border-radius: 5px; + right: 0; float: right; + .gradient(top, @blue, @blueDark); } /* -- cgit v1.2.3