Updated to include show image functionality

This commit is contained in:
Duncan Sommerville 2014-09-17 19:41:17 -04:00
parent 63d1bf08f7
commit b89a764442
3 changed files with 50 additions and 7 deletions

View file

@ -18,8 +18,6 @@
width: 60%;
}
#schedule-add-show .ui-tabs-panel {
padding-top: 8px;
}
@ -127,3 +125,10 @@ label.wrapp-label input[type="checkbox"] {
cursor: default;
width: 65px;
}
#show_logo_current, #show_logo_preview {
width: 50px;
height: 50px;
display: none;
cursor: default;
}