Skip to content

Commit

Permalink
improved styling of schedule edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jtauber committed Aug 31, 2012
1 parent d6a59f2 commit 9bcfcb6
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions symposion/templates/schedule/schedule_edit.html
Expand Up @@ -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;
}
*/
</style>
{% endblock %}

Expand Down

0 comments on commit 9bcfcb6

Please sign in to comment.