summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-06-18 16:41:40 +0200
committerfranck cuny <franck@lumberjaph.net>2011-06-18 16:41:40 +0200
commitbb4989764c6b1d291f013dc9a00300ddddd40f7c (patch)
treed5acaad9cd6b9ec17270c3ca90bc156635b8694f /public/css
parenthtml for displaying legends (diff)
downloadstargit-bb4989764c6b1d291f013dc9a00300ddddd40f7c.tar.gz
small update
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to 'public/css')
-rw-r--r--public/css/style.css17
1 files changed, 9 insertions, 8 deletions
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;
+}