diff options
Diffstat (limited to 'public/css/style.css')
| -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; +} |
