]> code.citadel.org Git - citadel.git/commit
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)
committerthe_mgt <themgt@uncensored.citadel.org>
Wed, 18 May 2011 16:23:40 +0000 (18:23 +0200)
commitcfe05215913287d2f16684c64fe7ddbffeceea58
tree8780bb8dfc3d4af45199079d2c0d13bb1a66a086
parent1a141b0afaa73ed3b83895c2993a536a3133b4cf
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