CC-5648: Events are shifted down in the month view

* Fixed it.
This commit is contained in:
Albert Santoni 2013-12-17 15:25:43 -05:00
parent 04140c38d1
commit 653f0e02a4

View file

@ -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 which makes it a pain in the ass to fix. That's why we're overriding it
with !important here. with !important here.
*/ */
.fc-view > div:nth-child(2)
div.fc-agenda > div:nth-child(2)
{ {
top: 34px !important; top: 34px !important;
} }