Add blocks layout to calendar close #22

This commit is contained in:
Brian Miyaji
2014-04-28 01:38:03 +10:00
parent bb8169f139
commit 24f95d75b6
20 changed files with 292 additions and 46 deletions

View File

@@ -19,6 +19,10 @@
content: "\f163";
}
.post-state-format.post-format-blocks:before, .post-format-icon.post-format-blocks:before, a.post-state-format.format-blocks:before {
content: "\f164";
}
#sp_videodiv .inside > fieldset > p:last-child {
margin-bottom: 1px !important;
}

View File

@@ -51,6 +51,9 @@
.sp-icon-list:before {
content: "\f163"
}
.sp-icon-blocks:before {
content: "\f164"
}
.sp-icon-smile:before {
content: "\f328";
}

View File

@@ -26,11 +26,6 @@
content: "\f140";
position: absolute;
}
.sp-data-table .team-logo {
vertical-align: middle;
height: 2.5em;
width: auto;
}
/* Pagination */
.sp-paginated-table {
@@ -66,6 +61,13 @@
text-align: center;
}
/* League table */
.sp-league-table .team-logo {
vertical-align: middle;
height: 2.5em;
width: auto;
}
/* Event Calendar */
.sp-event-calendar tbody td, .sp-event-calendar thead th {
text-align: center;
@@ -76,6 +78,7 @@
.sp-event-calendar #prev {
text-align: left;
}
/* Event List */
.sp-event-list .column-article {
white-space: nowrap;
@@ -84,6 +87,33 @@
padding-right: 3px;
}
/* Event Blocks */
.sp-event-blocks .event-date,
.sp-event-blocks .event-time,
.sp-event-blocks .event-results,
.sp-event-blocks .event-title {
text-align: center;
display: block;
margin: 10px 20%;
padding: 0 20px;
clear: none;
}
.sp-event-blocks .team-logo {
width: 20%;
height: auto;
margin: 10px;
}
.sp-event-blocks .logo-odd {
float: left;
}
.sp-event-blocks .logo-even {
float: right;
}
.widget .sp-event-blocks .event-title {
margin: 10px;
padding: 0;
}
/* Google Maps */
.sp-google-map {
height: 320px;