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 +++ module/web/static/fonts/fontawesome-webfont.eot | Bin 14957 -> 18832 bytes module/web/static/fonts/fontawesome-webfont.ttf | Bin 7440 -> 10084 bytes module/web/static/fonts/fontawesome-webfont.woff | Bin 4404 -> 6048 bytes module/web/static/fonts/fontawesome.txt | 7 +++ module/web/templates/default/base.html | 3 +- module/web/templates/default/dashboard.html | 72 +++++++++++++++++++---- 8 files changed, 90 insertions(+), 16 deletions(-) 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"; } diff --git a/module/web/static/fonts/fontawesome-webfont.eot b/module/web/static/fonts/fontawesome-webfont.eot index 4bdee495f..ffeb5c0d1 100644 Binary files a/module/web/static/fonts/fontawesome-webfont.eot and b/module/web/static/fonts/fontawesome-webfont.eot differ diff --git a/module/web/static/fonts/fontawesome-webfont.ttf b/module/web/static/fonts/fontawesome-webfont.ttf index b98525105..e9b0d3fd3 100644 Binary files a/module/web/static/fonts/fontawesome-webfont.ttf and b/module/web/static/fonts/fontawesome-webfont.ttf differ diff --git a/module/web/static/fonts/fontawesome-webfont.woff b/module/web/static/fonts/fontawesome-webfont.woff index 9d753b3e1..d8d28851b 100644 Binary files a/module/web/static/fonts/fontawesome-webfont.woff and b/module/web/static/fonts/fontawesome-webfont.woff differ diff --git a/module/web/static/fonts/fontawesome.txt b/module/web/static/fonts/fontawesome.txt index ee36a3130..dcc11c11b 100644 --- a/module/web/static/fonts/fontawesome.txt +++ b/module/web/static/fonts/fontawesome.txt @@ -11,9 +11,16 @@ tag 02b tags 02c list 03a check 046 +play 04b +pause 04c +stop 04d check-empty 096 +globe 0ac +tasks 0ae filter 0b0 plus-sign 055 +chevron-left 053 +chevron-right 054 chevron-up 077 chevron-down 078 key 084 diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 48b18e368..d6aeb7b6b 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -1,5 +1,6 @@ - +{# TODO: set language from config #} + diff --git a/module/web/templates/default/dashboard.html b/module/web/templates/default/dashboard.html index e512a87d8..00e3a5b17 100644 --- a/module/web/templates/default/dashboard.html +++ b/module/web/templates/default/dashboard.html @@ -73,7 +73,7 @@ {% endblock %} {% block actionbar %} -