Add indicators to event calendar links in frontend stylesheet

This commit is contained in:
Brian Miyaji
2017-11-14 15:14:57 +11:00
parent 191896c55d
commit 742e3c904b
2 changed files with 32 additions and 1 deletions

View File

@@ -345,6 +345,20 @@
text-decoration: none !important;
}
.sp-template-event-calendar tbody td {
position: relative !important;
}
.sp-template-event-calendar tbody td a:before {
content: '•' !important;
position: absolute !important;
font-size: 20px !important;
line-height: 1 !important;
width: 1em !important;
top: 0 !important;
right: 0 !important;
}
/* Event Lists */
.sp-template-event-list .data-home {
@@ -672,9 +686,17 @@
padding: 15px 5px !important;
}
.sp-template-event-calendar tbody td a:before {
font-size: 25px !important;
}
.widget .sp-template-event-calendar tbody td {
padding: 10px 5px !important;
}
.widget .sp-template-event-calendar tbody td a:before {
font-size: 20px !important;
}
}
@media screen and (min-width: 801px) {
@@ -682,10 +704,18 @@
padding: 20px 5px !important;
}
.sp-template-event-calendar tbody td a:before {
font-size: 30px !important;
}
.widget .sp-template-event-calendar tbody td {
padding: 10px 5px !important;
}
.widget .sp-template-event-calendar tbody td a:before {
font-size: 20px !important;
}
.sp-template-event-performance-icons.sp-template-event-performance-section:nth-child(2n) {
padding-top: 61px !important;
}

View File

@@ -327,7 +327,8 @@
.sp-event-calendar a {
text-decoration: none;
}
.sp-event-calendar tbody td, .sp-event-calendar thead th {
.sp-event-calendar tbody td,
.sp-event-calendar thead th {
text-align: center;
}
.sp-event-calendar #next {