Add countdown module with team logos option

This commit is contained in:
Brian Miyaji
2015-02-13 18:57:42 +11:00
parent 72815b6960
commit 7e0dbb385f
10 changed files with 163 additions and 8 deletions

View File

@@ -250,6 +250,33 @@
padding: 0;
}
/* Countdowns */
.sp-template-countdown .event-name {
overflow: auto;
}
.sp-template-countdown .team-logo {
width: 20%;
height: auto;
max-width: 4em;
}
.sp-template-countdown .logo-odd {
float: left;
margin-right: 10px;
}
.sp-template-countdown .logo-even {
float: right;
margin-left: 10px;
}
.sp-template-countdown .team-logo img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
}
.sp-template-countdown .sp-countdown {
clear: both;
}
/* Google Maps */
.sp-google-map {
height: 320px;