formating the date start/end of each show in the accordian.

This commit is contained in:
Naomi Aro 2013-08-30 01:06:59 -04:00
parent 15e27f8166
commit 2c88d1e0a0
2 changed files with 39 additions and 8 deletions

View file

@ -41,3 +41,29 @@ table.dataTable tbody tr {
.his-selected.odd {
background-color: rgba(255, 136, 56, 1);
}
.show-title, .show-time {
display:inline-block;
font-size:13px;
}
.show-title {
font-weight: bold;
margin: 0 8px;
}
.show-date {
font-size:12px;
color: #363636;
margin: 0 5px;
}
.show-time {
font-size:12px;
color: #363636;
margin: 0 5px;
}
.push-right {
float:right;
margin-right:5px;
}