diff --git a/public/css/report_list.css b/public/css/report_list.css index b7d01472..b8ef95b5 100644 --- a/public/css/report_list.css +++ b/public/css/report_list.css @@ -19,14 +19,6 @@ position: fixed; overflow-y: auto; } -@media (max-width: 979px) { - #table_of_contents { - position: absolute; - top: 60px; - bottom: auto; - height: auto; - } -} #report_list { padding-bottom: 400px; -} +} \ No newline at end of file diff --git a/public/css/typeahead.js-bootstrap.css b/public/css/typeahead.js-bootstrap.css index c26ba599..521188e2 100644 --- a/public/css/typeahead.js-bootstrap.css +++ b/public/css/typeahead.js-bootstrap.css @@ -1,3 +1,7 @@ +.navbar-form[role="search"] > .form-group { + width: 240px; +} + .twitter-typeahead { width: 100%; position: relative; diff --git a/templates/default/html/chart_report.twig b/templates/default/html/chart_report.twig index c0476cec..6b93c195 100644 --- a/templates/default/html/chart_report.twig +++ b/templates/default/html/chart_report.twig @@ -56,7 +56,8 @@ {% endif %} displayAnnotations: true, series: series_{{chart.num}}, - colors: [] + colors: [], + wmode: 'transparent' }; {% for color in chart.colors %} diff --git a/templates/default/html/report_list.twig b/templates/default/html/report_list.twig index 62a6ae71..b014edaf 100644 --- a/templates/default/html/report_list.twig +++ b/templates/default/html/report_list.twig @@ -6,7 +6,7 @@ {% block stylesheets %} {{ parent() }} - + {% endblock %} {% block header %} @@ -24,7 +24,7 @@ {% endblock %} -