Removed "style" from extra_hour and hour in view_calendar.c in order to let the css...
authorthe_mgt <themgt@uncensored.citadel.org>
Wed, 18 May 2011 16:23:40 +0000 (18:23 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 20:45:58 +0000 (20:45 +0000)
commitc296efdbc83186f6e5bdcdd3a09b862f819dfb6d
treeb5de1591663149198fbb5735282b694d4f1f68f5
parentc01fbe68592d58c906b8ced3bc429739698c6d5e
Removed "style" from extra_hour and hour in view_calendar.c in order to let the css kick in for events_of_the_day. Modified according css so that it looks as it as intended.
The hardcoded style overwrote the stuff in css (we have a few of these cases in calendar) and made the view stick to top:0 and left:0, which looked wrong.
Also made the td.events_of_the_day 50% width, works better for small and large viewports.
Additionally, made a:visited in .calendar look like unvisited links, since i think there is no real use for the difference.
webcit/calendar_view.c
webcit/static/styles/webcit.css