diff --git a/app/assets/sass/_status-page.scss b/app/assets/sass/_status-page.scss index 9a1c1768..b1131711 100644 --- a/app/assets/sass/_status-page.scss +++ b/app/assets/sass/_status-page.scss @@ -77,6 +77,15 @@ body.status-page { margin-left: 15px; } } + + .panel { + .panel-body { + p { + margin: 0; + } + } + } + .moment { width: 100%; padding-bottom: 10px; @@ -153,43 +162,47 @@ body.status-page { .panel { margin: 0; border-radius: 2px; - } - .panel-body { - border-top: 1px solid #eee; - p { - margin: 0; - font-size: 1em; - // font-weight: normal; + + &.panel-message { + border: 1px solid #e8e8e8; + .date { + color: darken(#c7c7c7, 20%); + } + + &: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: " "; + } + + &: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: " "; + } } - } - .panel-message { - border: 1px solid #e8e8e8; - .date { - color: darken(#c7c7c7, 20%); + + .panel-body { + border-top: 1px solid #eee; + p { + margin: 0; + font-size: 1em; + // font-weight: normal; + } } } - .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: " "; - } - .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: " "; - } } } @media (max-width: 767px) { diff --git a/app/views/partials/incident.blade.php b/app/views/partials/incident.blade.php index f05b32db..0e7eead4 100644 --- a/app/views/partials/incident.blade.php +++ b/app/views/partials/incident.blade.php @@ -33,7 +33,11 @@ @empty -

{{ Lang::get('cachet.incident.none') }}

+
+
+

{{ Lang::get('cachet.incident.none') }}

+
+
@endforelse diff --git a/composer.lock b/composer.lock index 612d8920..ff3a44e0 100644 --- a/composer.lock +++ b/composer.lock @@ -3394,7 +3394,6 @@ "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, - "prefer-lowest": false, "platform": [], "platform-dev": [] } diff --git a/public/build/css/all-b0cbc5c6.css b/public/build/css/all-492bbb0d.css similarity index 99% rename from public/build/css/all-b0cbc5c6.css rename to public/build/css/all-492bbb0d.css index 92e18ac0..cd34e943 100644 --- a/public/build/css/all-b0cbc5c6.css +++ b/public/build/css/all-492bbb0d.css @@ -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%; } diff --git a/public/build/css/all.css b/public/build/css/all.css index 92e18ac0..cd34e943 100644 --- a/public/build/css/all.css +++ b/public/build/css/all.css @@ -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%; } diff --git a/public/build/rev-manifest.json b/public/build/rev-manifest.json index 76559738..aa76f09a 100644 --- a/public/build/rev-manifest.json +++ b/public/build/rev-manifest.json @@ -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" } \ No newline at end of file