improved styling of schedule edit

This commit is contained in:
James Tauber 2012-08-31 01:52:04 -04:00
parent d6a59f2e4f
commit 9bcfcb62e4

View file

@ -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 %}