From 3783ab8fc71127acb6658cd37a2d22f3a53455da Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 31 Dec 2014 01:06:59 +0000 Subject: [PATCH] Add top and bottom margins to sidebar plugin list. Following Material Design spec. --- resources/report/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/report/css/style.css b/resources/report/css/style.css index c137c7a0..17483c66 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -88,6 +88,9 @@ paper-item > a:hover { #cardsNav[data-editModeToggle] > loot-plugin-item { transition: transform 0.6s; } +#cardsNav > loot-plugin-item { + margin: 8px 0; +} #searchBox { display: block; margin: 0 16px;