From e64741d186df03d31325dd1084ce7ae04ecd09eb Mon Sep 17 00:00:00 2001 From: Jeremy Dorn Date: Mon, 15 Dec 2014 14:31:51 -0800 Subject: [PATCH] Separate download dropdowns for each dataset. Clean up report list css. --- public/css/report_list.css | 5 +- templates/default/html/report.twig | 209 +++++++++++++++-------------- templates/default/html/table.twig | 28 +++- 3 files changed, 135 insertions(+), 107 deletions(-) diff --git a/public/css/report_list.css b/public/css/report_list.css index 7a72f52c..d8f3722c 100644 --- a/public/css/report_list.css +++ b/public/css/report_list.css @@ -1,6 +1,7 @@ #report_list a[name] { - padding-top: 10px; - margin-top: -30px; + padding: 0; + margin: 0; + height: 5px; visibility: hidden; } #report_list h2.no_title { diff --git a/templates/default/html/report.twig b/templates/default/html/report.twig index 9dfeb7d0..a35845b6 100644 --- a/templates/default/html/report.twig +++ b/templates/default/html/report.twig @@ -67,117 +67,120 @@ {% endblock %} {% block content %} -