Playing around with a new timeline view, may want restyling.

This commit is contained in:
James Brooks
2014-12-27 23:59:28 +00:00
parent cb8e0ab210
commit f859597336
5 changed files with 310 additions and 155 deletions

View File

@@ -4416,19 +4416,91 @@ body.status-page {
background: #ff6f6f;
border-color: #ff3c3c;
color: #FFF; }
body.status-page .badge {
padding-top: 8px;
padding-bottom: 8px;
padding-left: 12px;
padding-right: 12px; }
body.status-page .badge.badge-incident-1 {
background-color: #E87E04; }
body.status-page .badge.badge-incident-2 {
background-color: #F7CA18; }
body.status-page .badge.badge-incident-3 {
background-color: #3498db; }
body.status-page .badge.badge-incident-4 {
background-color: #2ECC71; }
body.status-page .timeline .content-wrapper {
margin-top: 40px;
margin-bottom: 40px; }
body.status-page .timeline h3 {
margin-top: 30px;
margin-bottom: 40px;
font-size: 22px; }
body.status-page .timeline h3 small {
margin-left: 15px; }
body.status-page .timeline .moment {
width: 100%;
padding-bottom: 50px;
position: relative; }
body.status-page .timeline .moment.first:before {
height: 130%;
top: -20px; }
body.status-page .timeline .moment.first:after {
content: '';
position: absolute;
left: 23px;
top: -20px;
width: 7px;
height: 7px;
background: #ecf0f1;
border-radius: 50%; }
body.status-page .timeline .moment:before {
content: '';
position: absolute;
left: 25px;
top: 5px;
width: 3px;
height: 100%;
background: #eee; }
body.status-page .timeline .moment .icon {
background: #000;
width: 35px;
height: 35px;
border-radius: 50%;
position: absolute;
left: 24px;
top: 4px; }
body.status-page .timeline .moment .icon .fa {
color: #fff;
position: absolute; }
body.status-page .timeline .moment .icon .fa.fa-flag {
top: 10px;
left: 11px; }
body.status-page .timeline .moment .icon .fa.fa-warning {
top: 10px;
left: 11px; }
body.status-page .timeline .moment .icon .fa.fa-eye {
top: 10px;
left: 11px; }
body.status-page .timeline .moment .icon .fa.fa-check {
top: 10px;
left: 11px; }
body.status-page .timeline .moment .icon.status-1 {
background-color: #E87E04; }
body.status-page .timeline .moment .icon.status-2 {
background-color: #F7CA18; }
body.status-page .timeline .moment .icon.status-3 {
background-color: #3498db; }
body.status-page .timeline .moment .icon.status-4 {
background-color: #2ECC71; }
body.status-page .timeline .moment.last:before {
background: #fff; }
body.status-page .timeline .moment .message .content {
float: left;
width: 80%; }
body.status-page .timeline .moment .message .content p {
margin-top: 15px;
color: #555; }
body.status-page .timeline .moment .message .content p .date {
display: block;
color: #cfd9db;
margin-bottom: 6px;
font-size: 13px; }
@media (max-width: 991px) {
body.status-page .timeline .moment .icon {
left: 17px; }
}
@media (max-width: 767px) {
body.status-page .timeline .moment .message .content {
width: 100%; }
}
body.status-page .list-group {
margin-bottom: 20px;
padding-left: 0;
@@ -4438,38 +4510,13 @@ body.status-page {
background-color: #ffffff;
border: 1px solid #ecf0f1;
font-size: 1.1em; }
body.status-page .list-group .list-group-item span.badge {
position: absolute;
top: 0;
right: 0;
border-radius: 0;
display: block; }
body.status-page .list-group .list-group-item i.glyphicon {
font-size: 1.4em;
color: rgba(255, 255, 255, 0.9); }
body.status-page .list-group .list-group-item h1, body.status-page .list-group .list-group-item h2, body.status-page .list-group .list-group-item h3, body.status-page .list-group .list-group-item h4 {
margin-bottom: 2px; }
body.status-page .list-group .list-group-item h4 {
margin-bottom: 2px;
font-weight: 400;
max-width: 90%; }
body.status-page .list-group .list-group-item p, body.status-page .list-group .list-group-item time {
margin-bottom: 0;
line-height: 1.3em; }
body.status-page .list-group .list-group-item time {
color: #6C7A89;
font-weight: 300;
font-size: 1.1em; }
body.status-page .list-group .list-group-item.active {
background-color: #F2F1EF; }
body.status-page .list-group .list-group-item.active h3 {
color: #22313F;
padding-top: 2px;
padding-bottom: 2px;
font-weight: 600;
font-size: 1.4em; }
body.status-page .list-group .list-group-item.active:hover {
color: inherit;
border-color: #ecf0f1; }
body.status-page .list-group.components {
margin-bottom: 30px; }
body.status-page .list-group.components p {

View File

@@ -4416,19 +4416,91 @@ body.status-page {
background: #ff6f6f;
border-color: #ff3c3c;
color: #FFF; }
body.status-page .badge {
padding-top: 8px;
padding-bottom: 8px;
padding-left: 12px;
padding-right: 12px; }
body.status-page .badge.badge-incident-1 {
background-color: #E87E04; }
body.status-page .badge.badge-incident-2 {
background-color: #F7CA18; }
body.status-page .badge.badge-incident-3 {
background-color: #3498db; }
body.status-page .badge.badge-incident-4 {
background-color: #2ECC71; }
body.status-page .timeline .content-wrapper {
margin-top: 40px;
margin-bottom: 40px; }
body.status-page .timeline h3 {
margin-top: 30px;
margin-bottom: 40px;
font-size: 22px; }
body.status-page .timeline h3 small {
margin-left: 15px; }
body.status-page .timeline .moment {
width: 100%;
padding-bottom: 50px;
position: relative; }
body.status-page .timeline .moment.first:before {
height: 130%;
top: -20px; }
body.status-page .timeline .moment.first:after {
content: '';
position: absolute;
left: 23px;
top: -20px;
width: 7px;
height: 7px;
background: #ecf0f1;
border-radius: 50%; }
body.status-page .timeline .moment:before {
content: '';
position: absolute;
left: 25px;
top: 5px;
width: 3px;
height: 100%;
background: #eee; }
body.status-page .timeline .moment .icon {
background: #000;
width: 35px;
height: 35px;
border-radius: 50%;
position: absolute;
left: 24px;
top: 4px; }
body.status-page .timeline .moment .icon .fa {
color: #fff;
position: absolute; }
body.status-page .timeline .moment .icon .fa.fa-flag {
top: 10px;
left: 11px; }
body.status-page .timeline .moment .icon .fa.fa-warning {
top: 10px;
left: 11px; }
body.status-page .timeline .moment .icon .fa.fa-eye {
top: 10px;
left: 11px; }
body.status-page .timeline .moment .icon .fa.fa-check {
top: 10px;
left: 11px; }
body.status-page .timeline .moment .icon.status-1 {
background-color: #E87E04; }
body.status-page .timeline .moment .icon.status-2 {
background-color: #F7CA18; }
body.status-page .timeline .moment .icon.status-3 {
background-color: #3498db; }
body.status-page .timeline .moment .icon.status-4 {
background-color: #2ECC71; }
body.status-page .timeline .moment.last:before {
background: #fff; }
body.status-page .timeline .moment .message .content {
float: left;
width: 80%; }
body.status-page .timeline .moment .message .content p {
margin-top: 15px;
color: #555; }
body.status-page .timeline .moment .message .content p .date {
display: block;
color: #cfd9db;
margin-bottom: 6px;
font-size: 13px; }
@media (max-width: 991px) {
body.status-page .timeline .moment .icon {
left: 17px; }
}
@media (max-width: 767px) {
body.status-page .timeline .moment .message .content {
width: 100%; }
}
body.status-page .list-group {
margin-bottom: 20px;
padding-left: 0;
@@ -4438,38 +4510,13 @@ body.status-page {
background-color: #ffffff;
border: 1px solid #ecf0f1;
font-size: 1.1em; }
body.status-page .list-group .list-group-item span.badge {
position: absolute;
top: 0;
right: 0;
border-radius: 0;
display: block; }
body.status-page .list-group .list-group-item i.glyphicon {
font-size: 1.4em;
color: rgba(255, 255, 255, 0.9); }
body.status-page .list-group .list-group-item h1, body.status-page .list-group .list-group-item h2, body.status-page .list-group .list-group-item h3, body.status-page .list-group .list-group-item h4 {
margin-bottom: 2px; }
body.status-page .list-group .list-group-item h4 {
margin-bottom: 2px;
font-weight: 400;
max-width: 90%; }
body.status-page .list-group .list-group-item p, body.status-page .list-group .list-group-item time {
margin-bottom: 0;
line-height: 1.3em; }
body.status-page .list-group .list-group-item time {
color: #6C7A89;
font-weight: 300;
font-size: 1.1em; }
body.status-page .list-group .list-group-item.active {
background-color: #F2F1EF; }
body.status-page .list-group .list-group-item.active h3 {
color: #22313F;
padding-top: 2px;
padding-bottom: 2px;
font-weight: 600;
font-size: 1.4em; }
body.status-page .list-group .list-group-item.active:hover {
color: inherit;
border-color: #ecf0f1; }
body.status-page .list-group.components {
margin-bottom: 30px; }
body.status-page .list-group.components p {

View File

@@ -1,4 +1,4 @@
{
"css/all.css": "css/all-cd88aa4c.css",
"css/all.css": "css/all-301b2b9a.css",
"js/all.js": "js/all-d8f5640f.js"
}