Style the events calendar

This commit is contained in:
Brian Miyaji
2014-03-17 21:38:54 +11:00
parent 7abc853b0b
commit ad7b12e50e
2 changed files with 11 additions and 1 deletions

View File

@@ -32,6 +32,16 @@
width: auto;
}
/* Events Calendar */
.sp-events-calendar tbody td, .sp-events-calendar thead th {
text-align: center;
}
.sp-events-calendar #next {
text-align: right;
}
.sp-events-calendar #prev {
text-align: left;
}
/* Events List */
.sp-events-list .column-article {
white-space: nowrap;