From bb4989764c6b1d291f013dc9a00300ddddd40f7c Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 18 Jun 2011 16:41:40 +0200 Subject: small update Signed-off-by: franck cuny --- public/css/style.css | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'public') diff --git a/public/css/style.css b/public/css/style.css index c7c8c5b..931f71a 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -190,12 +190,6 @@ input.fisheye{ border-left-style: solid; } -#legend_title{ - padding-left: 10px; - width: 100%; - height: 25%; - font-size: 10pt; -} #legend_elements{ width: 100%; @@ -219,9 +213,9 @@ input.fisheye{ } #info_graph { - height:2em; + height:22px; padding-left: 0.8em; - font-size: 8px; + font-size: 10px; border-bottom:1px solid #bedce7; } @@ -252,3 +246,10 @@ input.fisheye{ #error{ } + +#legend_title { + height:22px; + padding-left: 0.8em; + font-size: 10px; + border-bottom:1px solid #bedce7; +} -- cgit v1.2.3