improved styling of schedule edit
This commit is contained in:
parent
d6a59f2e4f
commit
9bcfcb62e4
1 changed files with 2 additions and 24 deletions
|
@ -40,32 +40,10 @@
|
||||||
.schedule-controls a:hover {
|
.schedule-controls a:hover {
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
/*
|
td.slot .title {
|
||||||
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 {
|
|
||||||
font-weight: bold;
|
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>
|
</style>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue