add show ability is now presented as a screen rather than in a dialog.
This commit is contained in:
parent
5173674714
commit
3cd5444f49
10 changed files with 363 additions and 344 deletions
22
public/css/add-show.css
Normal file
22
public/css/add-show.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue