[ticket/365] Remove inline CSS from calendar module
B3P-365
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user