From 0cf2f1b9a1821228299ac35bfcdf1f99da036077 Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Fri, 14 Sep 2012 16:10:40 +0800 Subject: [PATCH] final commit for calendar --- .../app/assets/stylesheets/calendar.css | 93 ------------------- 1 file changed, 93 deletions(-) diff --git a/vendor/built_in_modules/calendar/app/assets/stylesheets/calendar.css b/vendor/built_in_modules/calendar/app/assets/stylesheets/calendar.css index d789448b3..e8bc4a963 100644 --- a/vendor/built_in_modules/calendar/app/assets/stylesheets/calendar.css +++ b/vendor/built_in_modules/calendar/app/assets/stylesheets/calendar.css @@ -249,99 +249,6 @@ margin: 0 8px 0 0; } -/* agenda view */ -#calendar_agenda { - border-bottom: solid 1px #ddd; -} -#calendar_agenda .table { - margin-bottom: 0; -} -#calendar_agenda .event { - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; -} -.event_time { - font-family: Tahoma, sans-serif; -} - -/* day view */ -#calendar_day .header { - margin-bottom: 10px; -} -#calendar_day .header th { - text-align: center; -} -#calendar_day td { - border: 0; -} -#calendar_day .event { - margin-bottom: 2px; -} -#calendar_day .all_day_event { - background: #eee; - border: solid 1px #ddd -} -#calendar_day .event_list .table { - border-top: solid 1px #ddd; -} -#calendar_day .event_list td { - padding: 0; -} - -/* week view */ -#calendar_week { - -} -#calendar_week .cell_wrapper { - position: absolute; - width: 100%; -} -#calendar_week td { - padding: 0; -} -#calendar_week .table { - margin-bottom: 0; -} -#calendar_week .header { - margin-bottom: 12px; - border-top: 0; - table-layout: fixed; -} -#calendar_week .header th { - text-align: center; - font-size: 12px; -} -#calendar_week .header td { - border: solid 1px #ddd; - background-color: #eee; -} -#calendar_week .week_day { - padding: 0 2px; - border: solid 1px #ddd; -} -#calendar_week .header .week_day { - padding: 1px 2px 10px 2px; -} -#calendar_week .event_list .event { - position: absolute; - width: 100%; - margin-bottom: 2px; -} -#calendar_week .cell_map { - margin-bottom: 18px; -} -#calendar_week .cell_map td { - border-top: 0; - border-bottom: 0; -} -#calendar_week .cell_map tr:first-child td { - border-top: solid 1px #ddd; -} -#calendar_week .event_holder .inner { - margin: 0 8px 0 0; -} -