From 9bcfcb62e4814dd6099db0f42322c46b5daf164b Mon Sep 17 00:00:00 2001 From: James Tauber Date: Fri, 31 Aug 2012 01:52:04 -0400 Subject: [PATCH] improved styling of schedule edit --- .../templates/schedule/schedule_edit.html | 26 ++----------------- 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/symposion/templates/schedule/schedule_edit.html b/symposion/templates/schedule/schedule_edit.html index 4ecdbb21..ebc2cf21 100644 --- a/symposion/templates/schedule/schedule_edit.html +++ b/symposion/templates/schedule/schedule_edit.html @@ -40,32 +40,10 @@ .schedule-controls a:hover { color: #999; } - /* - td.slot.recess, - td.slot.recess.colspan-1.rowspan-1, - td.slot.recess.colspan-1.rowspan-2 { - background: #ECFFFF; - } - td.slot.plenary { - background: #DCDCFF; - } - td.slot div.title { + td.slot .title { font-weight: bold; + line-height: 10pt; } - td.slot div.speaker { - font-style: italic; - font-size: 8pt; - } - td.colspan-1.rowspan-1 { - background: #FFFCC9; - } - td.colspan-1.rowspan-2 { - background: #FDA; - } - #facebox h3 { - margin-top: 0; - } - */ {% endblock %}