cleaned up styling of schedule edit table including centering room names

This commit is contained in:
James Tauber 2012-09-19 21:02:32 -04:00
parent 968e9f4ee6
commit 4bf5a3c7c4

View file

@ -13,10 +13,10 @@
{% block extra_head %}
<link rel="stylesheet" href="{{ STATIC_URL }}chosen/chosen.css" />
<style>
td {
.table td {
font-size: 9pt;
}
td.slot {
.table th, td.slot {
text-align: center;
vertical-align: middle;
}
@ -26,20 +26,6 @@
font-size: 8pt;
padding-top: 0;
}
td.slot:hover .schedule-controls {
display: block;
}
.schedule-controls {
display: none;
font-size: 8pt;
}
.schedule-controls a {
text-decoration: none;
color: #000;
}
.schedule-controls a:hover {
color: #999;
}
td.slot .title {
font-weight: bold;
line-height: 10pt;