From cd5c1193a2bd8d8f383e71f87f4cbd5112912496 Mon Sep 17 00:00:00 2001 From: 10001shh Date: Tue, 28 Aug 2018 14:21:27 -0500 Subject: [PATCH] calendar popup styling --- css/_materialFullCalendar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/_materialFullCalendar.css b/css/_materialFullCalendar.css index 84c30310..bd918661 100644 --- a/css/_materialFullCalendar.css +++ b/css/_materialFullCalendar.css @@ -252,7 +252,7 @@ Colors: Use the following - https://www.google.com/design/spec/style/color.html# margin: auto; max-height: 85%; overflow-y: auto; - padding: 20px; + padding: 15px; border: 1px solid #888; width: 35%; } @@ -298,7 +298,7 @@ body a:visited { .card { transition: 0.3s; - margin-bottom: 10px; + margin-bottom: 5px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }