diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-06-18 16:41:40 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-06-18 16:41:40 +0200 |
| commit | bb4989764c6b1d291f013dc9a00300ddddd40f7c (patch) | |
| tree | d5acaad9cd6b9ec17270c3ca90bc156635b8694f /public | |
| parent | html for displaying legends (diff) | |
| download | stargit-bb4989764c6b1d291f013dc9a00300ddddd40f7c.tar.gz | |
small update
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to 'public')
| -rw-r--r-- | public/css/style.css | 17 |
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; +} |
