From 6a3dd0260dc9bc2380bbe34a9817644c2980e72b Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 6 Oct 2012 19:53:31 +0200 Subject: added little pie chart --- module/web/static/css/default/style.less | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'module/web/static/css') diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less index a2701bbc7..355f5a569 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -366,6 +366,7 @@ footer h2 { font-weight: bold; border-radius: 5px; margin-bottom: 3px; + line-height: 28px; } .package-view > div { @@ -379,7 +380,6 @@ footer h2 { .package-view .package-row { display: inline-block; height: 100%; -// padding-top: 4px; padding-left: 8px; } @@ -387,15 +387,10 @@ footer h2 { width: 50%; } -// TODO: bad scaling and positioning .package-view .second { width: 30%; .gradient(top, @darkblue, @darkerblue); - span { - margin-top: 4px; - display: block; - } } .package-view a { @@ -403,7 +398,7 @@ footer h2 { } .package-graph { - display: none; + display: inline; width: 20px; height: 20px; } \ No newline at end of file -- cgit v1.2.3