Tweak frontend styles

This commit is contained in:
Brian Miyaji
2014-12-09 18:12:47 +11:00
parent 69813deaf5
commit 98db060a5a

View File

@@ -6,7 +6,10 @@
overflow: visible;
}
/* Thumbnails and Details */
/* Templates */
.sp-template {
margin-bottom: 1.5em;
}
.sp-template-logo,
.sp-template-photo {
float: left;
@@ -18,7 +21,10 @@
text-align: center;
}
.sp-template-details {
display: inline-block;
display: inline;
}
.sp-template-details dl {
overflow: hidden;
}
/* Data Tables */
@@ -172,6 +178,9 @@
border-spacing: 0;
border-collapse: separate;
}
.sp-event-calendar a {
text-decoration: none;
}
.sp-event-calendar tbody td, .sp-event-calendar thead th {
text-align: center;
}
@@ -185,7 +194,7 @@
/* Event List */
.sp-event-list .data-date date,
.sp-event-list .data-time date {
display: none;
display: none !important;
}
.sp-event-list .data-article {
white-space: nowrap;
@@ -256,8 +265,7 @@
}
/* Alternate */
.sp-data-table tbody tr.odd,
.sp-data-table tbody tr.alternate {
.sp-data-table tbody tr.odd {
background: rgba(0, 0, 0, 0.02);
}