From 38e2124c646e5086288dccfb02d4803672e61e32 Mon Sep 17 00:00:00 2001 From: James Tauber Date: Thu, 30 Aug 2012 12:26:41 -0400 Subject: [PATCH] work in progress improvements to schedule edit styling --- symposion/templates/schedule/_grid.html | 6 +- .../templates/schedule/schedule_edit.html | 68 +++++++------------ 2 files changed, 26 insertions(+), 48 deletions(-) diff --git a/symposion/templates/schedule/_grid.html b/symposion/templates/schedule/_grid.html index 722b0b7f..b4592343 100644 --- a/symposion/templates/schedule/_grid.html +++ b/symposion/templates/schedule/_grid.html @@ -1,4 +1,4 @@ - +
{% for room in timetable.rooms %} @@ -9,8 +9,8 @@ {% for slot in row.slots %} - {% comment %}
 
{{ row.time|date:"h:iA" }} - add: plenary | break | presentation + + add: plenary | break | presentation diff --git a/symposion/templates/schedule/schedule_edit.html b/symposion/templates/schedule/schedule_edit.html index e5cd80f1..75c5f799 100644 --- a/symposion/templates/schedule/schedule_edit.html +++ b/symposion/templates/schedule/schedule_edit.html @@ -10,29 +10,34 @@ {% block extra_head %}