[ticket/365] Remove inline CSS from calendar module

B3P-365
This commit is contained in:
Marc Alexander
2014-09-16 00:35:34 +02:00
parent 4b3b1d2a1c
commit 08a10d7866
2 changed files with 80 additions and 28 deletions

View File

@@ -187,6 +187,58 @@ a.portal-forumtitle {
margin: 5px;
}
/**
* Calendar CSS rules
*/
.portal-calendar-go-previous {
text-align: left;
}
.portal-calendar-current-month {
text-align: center;
}
.portal-calendar-go-next {
text-align: right;
}
.portal-calendar-days-title td, .portal-calendar-days td {
width: 14%;
}
.portal-calendar-days-title span {
font-weight: bold;
}
.portal-calendar-days td {
text-align: center;
}
.portal-calendar-events-heading {
font-weight: bold;
font-size: 12px;
text-decoration: underline;
}
.portal-calendar-event-listing {
width: 100%;
padding-left: 0;
padding-bottom: 5px;
}
.portal-calendar-event-title {
font-weight: bold;
}
.portal-calendar-event-description {
font-style: italic;
}
.portal-calendar-divider {
margin: 5px 0;
border-top: 0;
}
/**
* Replacement for table layout
*/