From 653f0e02a495ba06d6345cb12a4dbe389869871f Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Tue, 17 Dec 2013 15:25:43 -0500 Subject: [PATCH] CC-5648: Events are shifted down in the month view * Fixed it. --- airtime_mvc/public/css/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index 6ce22d0813..a63f4975e1 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -1166,7 +1166,8 @@ thead tr.fc-first which makes it a pain in the ass to fix. That's why we're overriding it with !important here. */ -.fc-view > div:nth-child(2) + +div.fc-agenda > div:nth-child(2) { top: 34px !important; }