add show ability is now presented as a screen rather than in a dialog.

This commit is contained in:
Naomi 2011-01-24 17:26:43 -05:00
parent 5173674714
commit 3cd5444f49
10 changed files with 363 additions and 344 deletions

22
public/css/add-show.css Normal file
View file

@ -0,0 +1,22 @@
#schedule-add-show,
#fullcalendar_show_display {
float: left;
}
#schedule-add-show {
font-size: 12px;
width: 600px;
}
#schedule-add-show textarea {
width: 100%;
height: 100px;
}
#fullcalendar_show_display {
width: 400px;
}
#schedule-add-show-overlap {
clear: left;
}