diff --git a/css/_materialFullCalendar.css b/css/_materialFullCalendar.css index 3f5ef991..4cb7d0ea 100644 --- a/css/_materialFullCalendar.css +++ b/css/_materialFullCalendar.css @@ -72,10 +72,14 @@ Colors: Use the following - https://www.google.com/design/spec/style/color.html# .fc th { border-style: ridge !important; border-width: 1px !important; - padding: 2px !important; + padding: 2px 4px 2px 4px !important; vertical-align: top !important; } +.fc td { + padding: 4px !important; +} + .fc-widget-header { background-color: #cc5500; color: white;