Better styling when nothing to report is shown

This commit is contained in:
James Brooks
2014-12-29 21:50:33 +00:00
parent 9cf7b141f8
commit 7dfb3157bb
6 changed files with 115 additions and 95 deletions

View File

@@ -4787,6 +4787,8 @@ body.status-page {
font-size: 22px; }
body.status-page .timeline h3 small {
margin-left: 15px; }
body.status-page .timeline .panel .panel-body p {
margin: 0; }
body.status-page .timeline .moment {
width: 100%;
padding-bottom: 10px;
@@ -4847,35 +4849,35 @@ body.status-page {
body.status-page .timeline .moment .panel {
margin: 0;
border-radius: 2px; }
body.status-page .timeline .moment .panel-body {
border-top: 1px solid #eee; }
body.status-page .timeline .moment .panel-body p {
margin: 0;
font-size: 1em; }
body.status-page .timeline .moment .panel-message {
border: 1px solid #e8e8e8; }
body.status-page .timeline .moment .panel-message .date {
color: #949494; }
body.status-page .timeline .moment .panel-message:before {
position: absolute;
top: 16px;
left: 1px;
display: inline-block;
border-top: 15px solid transparent;
border-left: 0 solid #e8e8e8;
border-right: 15px solid #e8e8e8;
border-bottom: 15px solid transparent;
content: " "; }
body.status-page .timeline .moment .panel-message:after {
position: absolute;
top: 17px;
left: 2px;
display: inline-block;
border-top: 14px solid transparent;
border-left: 0 solid #fff;
border-right: 14px solid #fff;
border-bottom: 14px solid transparent;
content: " "; }
body.status-page .timeline .moment .panel.panel-message {
border: 1px solid #e8e8e8; }
body.status-page .timeline .moment .panel.panel-message .date {
color: #949494; }
body.status-page .timeline .moment .panel.panel-message:before {
position: absolute;
top: 16px;
left: 1px;
display: inline-block;
border-top: 15px solid transparent;
border-left: 0 solid #e8e8e8;
border-right: 15px solid #e8e8e8;
border-bottom: 15px solid transparent;
content: " "; }
body.status-page .timeline .moment .panel.panel-message:after {
position: absolute;
top: 17px;
left: 2px;
display: inline-block;
border-top: 14px solid transparent;
border-left: 0 solid #fff;
border-right: 14px solid #fff;
border-bottom: 14px solid transparent;
content: " "; }
body.status-page .timeline .moment .panel .panel-body {
border-top: 1px solid #eee; }
body.status-page .timeline .moment .panel .panel-body p {
margin: 0;
font-size: 1em; }
@media (max-width: 767px) {
body.status-page .timeline .moment .content {
width: 100%; }

View File

@@ -4787,6 +4787,8 @@ body.status-page {
font-size: 22px; }
body.status-page .timeline h3 small {
margin-left: 15px; }
body.status-page .timeline .panel .panel-body p {
margin: 0; }
body.status-page .timeline .moment {
width: 100%;
padding-bottom: 10px;
@@ -4847,35 +4849,35 @@ body.status-page {
body.status-page .timeline .moment .panel {
margin: 0;
border-radius: 2px; }
body.status-page .timeline .moment .panel-body {
border-top: 1px solid #eee; }
body.status-page .timeline .moment .panel-body p {
margin: 0;
font-size: 1em; }
body.status-page .timeline .moment .panel-message {
border: 1px solid #e8e8e8; }
body.status-page .timeline .moment .panel-message .date {
color: #949494; }
body.status-page .timeline .moment .panel-message:before {
position: absolute;
top: 16px;
left: 1px;
display: inline-block;
border-top: 15px solid transparent;
border-left: 0 solid #e8e8e8;
border-right: 15px solid #e8e8e8;
border-bottom: 15px solid transparent;
content: " "; }
body.status-page .timeline .moment .panel-message:after {
position: absolute;
top: 17px;
left: 2px;
display: inline-block;
border-top: 14px solid transparent;
border-left: 0 solid #fff;
border-right: 14px solid #fff;
border-bottom: 14px solid transparent;
content: " "; }
body.status-page .timeline .moment .panel.panel-message {
border: 1px solid #e8e8e8; }
body.status-page .timeline .moment .panel.panel-message .date {
color: #949494; }
body.status-page .timeline .moment .panel.panel-message:before {
position: absolute;
top: 16px;
left: 1px;
display: inline-block;
border-top: 15px solid transparent;
border-left: 0 solid #e8e8e8;
border-right: 15px solid #e8e8e8;
border-bottom: 15px solid transparent;
content: " "; }
body.status-page .timeline .moment .panel.panel-message:after {
position: absolute;
top: 17px;
left: 2px;
display: inline-block;
border-top: 14px solid transparent;
border-left: 0 solid #fff;
border-right: 14px solid #fff;
border-bottom: 14px solid transparent;
content: " "; }
body.status-page .timeline .moment .panel .panel-body {
border-top: 1px solid #eee; }
body.status-page .timeline .moment .panel .panel-body p {
margin: 0;
font-size: 1em; }
@media (max-width: 767px) {
body.status-page .timeline .moment .content {
width: 100%; }

View File

@@ -1,4 +1,4 @@
{
"css/all.css": "css/all-b0cbc5c6.css",
"css/all.css": "css/all-492bbb0d.css",
"js/all.js": "js/all-fe283b26.js"
}