diff --git a/htmlreport/cppcheck-htmlreport b/htmlreport/cppcheck-htmlreport index 978eb45b5..36fdb8ac2 100755 --- a/htmlreport/cppcheck-htmlreport +++ b/htmlreport/cppcheck-htmlreport @@ -48,9 +48,9 @@ body { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; - margin: 30px; + margin: 10px; overflow: auto; - padding: 5px 20px; + padding: 5px 10px; width: auto; } @@ -62,24 +62,38 @@ body { float: left; margin-top: 5px; text-align: left; - width: 100px; - height: auto; + width: 150px; + height: 75%; + position: fixed; + overflow: auto; + z-index: 1; } #menu > a { display: block; margin-left: 10px; + font: 12px; + z-index: 1; +} + +.highlighttable { + background-color:white; + z-index: 10; + position: relative; + margin: -10 px; } #content { + background-color: white; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; - border-left: thin solid #aaa; float: left; margin: 5px; + margin-left: 10px; padding: 0 10px 10px 10px; width: 80%; + padding-left: 150px; } .linenos { @@ -108,17 +122,18 @@ HTML_HEAD = """ Cppcheck - HTML report - %s -
-