Adjust table and calendar spacing

This commit is contained in:
Brian Miyaji
2014-10-24 18:22:21 +11:00
parent 8f74290f60
commit ed1fdf6284

View File

@@ -28,6 +28,8 @@
.sp-data-table { .sp-data-table {
width: 100%; width: 100%;
position: relative; position: relative;
border-spacing: 0;
border-collapse: separate;
} }
.sp-scrollable-table-wrapper .sp-data-table { .sp-scrollable-table-wrapper .sp-data-table {
margin-bottom: 0; margin-bottom: 0;
@@ -166,6 +168,10 @@
} }
/* Event Calendar */ /* Event Calendar */
.sp-event-calendar {
border-spacing: 0;
border-collapse: separate;
}
.sp-event-calendar tbody td, .sp-event-calendar thead th { .sp-event-calendar tbody td, .sp-event-calendar thead th {
text-align: center; text-align: center;
} }
@@ -221,6 +227,12 @@
.sp-event-blocks .logo-even { .sp-event-blocks .logo-even {
float: right; float: right;
} }
.sp-event-blocks .team-logo img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
}
.widget .sp-event-blocks .event-title { .widget .sp-event-blocks .event-title {
margin: 10px; margin: 10px;
padding: 0; padding: 0;