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 ++++++++++++++--- module/web/static/css/fontawesome.css | 7 +++++++ 2 files changed, 21 insertions(+), 3 deletions(-) (limited to 'module/web/static/css') 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); } /* diff --git a/module/web/static/css/fontawesome.css b/module/web/static/css/fontawesome.css index 8ca8bbfbb..d314e7d68 100644 --- a/module/web/static/css/fontawesome.css +++ b/module/web/static/css/fontawesome.css @@ -279,9 +279,16 @@ ul.icons li [class*=" iconf-"] { .iconf-tags:before { content: "\f02c"; } .iconf-list:before { content: "\f03a"; } .iconf-check:before { content: "\f046"; } +.iconf-play:before { content: "\f04b"; } +.iconf-pause:before { content: "\f04c"; } +.iconf-stop:before { content: "\f04d"; } .iconf-check-empty:before { content: "\f096"; } +.iconf-globe:before { content: "\f0ac"; } +.iconf-tasks:before { content: "\f0ae"; } .iconf-filter:before { content: "\f0b0"; } .iconf-plus-sign:before { content: "\f055"; } +.iconf-chevron-left:before { content: "\f053"; } +.iconf-chevron-right:before { content: "\f054"; } .iconf-chevron-up:before { content: "\f077"; } .iconf-chevron-down:before { content: "\f078"; } .iconf-key:before { content: "\f084"; } -- cgit v1.2.3