Adjust gallery and icon mode box score frontend styles

This commit is contained in:
Brian Miyaji
2017-01-16 22:21:02 +11:00
parent df6bc40566
commit 7018fc0b1d

View File

@@ -15,6 +15,10 @@
.sp-data-table *, .sp-data-table *,
.sp-table-caption { .sp-table-caption {
box-sizing: border-box !important; box-sizing: border-box !important;
border: none !important;
padding: 0 !important;
margin: 0 !important;
border-radius: 0 !important;
font-weight: 400 !important; font-weight: 400 !important;
text-transform: none !important; text-transform: none !important;
letter-spacing: normal !important; letter-spacing: normal !important;
@@ -165,6 +169,10 @@
color: #999 !important; color: #999 !important;
} }
.sp-template-gallery .gallery-item img {
display: block !important;
}
.sp-template-gallery .gallery-caption { .sp-template-gallery .gallery-caption {
padding: 0 !important; padding: 0 !important;
margin: 0 !important; margin: 0 !important;
@@ -319,6 +327,7 @@
color: rgba(51,51,51,0.5) !important; color: rgba(51,51,51,0.5) !important;
font-weight: 500 !important; font-weight: 500 !important;
font-size: 12px !important; font-size: 12px !important;
margin: 10px !important;
} }
.sp-template-event-blocks .sp-event-date a, .sp-template-event-blocks .sp-event-date a,
@@ -375,6 +384,10 @@
border: none !important; border: none !important;
} }
.sp-template-event-performance-icons tr:first-child td {
border-top: 1px solid #e5e5e5 !important;
}
/* Match Stats */ /* Match Stats */
.sp-template-event-statistics .sp-statistic-label { .sp-template-event-statistics .sp-statistic-label {