Skip to content

Commit

Permalink
CC-5648: Events are shifted down in the month view
Browse files Browse the repository at this point in the history
* Fixed it.
  • Loading branch information
Albert Santoni committed Dec 17, 2013
1 parent 04140c3 commit 653f0e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion airtime_mvc/public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 653f0e0

Please sign in to comment.