From 72975d548cdbe839a2fd890af3ccc8f25ddab935 Mon Sep 17 00:00:00 2001 From: Adam Waldenberg Date: Tue, 14 May 2013 03:11:58 +0200 Subject: [PATCH] Fixed the display of the pie charts in the HTML output. Pie charts could previously overlap the sections where they resided. --- html/html.header | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/html/html.header b/html/html.header index ff10252..67ca2c4 100644 --- a/html/html.header +++ b/html/html.header @@ -113,6 +113,7 @@ body > div > div > div {{ position: relative; width: 100%; + min-height: 215px; }} table.git {{ font-size: small; @@ -158,7 +159,7 @@ right: 0px; width: 40%; font-size: x-small; - max-height: 240px; + height: 210px; }} p.error {{ color: #700; @@ -171,6 +172,7 @@ width: auto; padding: 0.5em; background-color: #ddcece; + min-height: 0; }} table.git tfoot tr td.hover, div.hover {{ background-color: #eddede;