Minor changes
This commit is contained in:
@@ -79,7 +79,7 @@ body.status-page {
|
|||||||
}
|
}
|
||||||
.moment {
|
.moment {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-bottom: 50px;
|
padding-bottom: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
&.first {
|
&.first {
|
||||||
&:before {
|
&:before {
|
||||||
@@ -156,6 +156,9 @@ body.status-page {
|
|||||||
}
|
}
|
||||||
.panel-body {
|
.panel-body {
|
||||||
border-top: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
|
p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.panel-message {
|
.panel-message {
|
||||||
border: 1px solid #e8e8e8;
|
border: 1px solid #e8e8e8;
|
||||||
@@ -174,7 +177,6 @@ body.status-page {
|
|||||||
border-bottom: 15px solid transparent;
|
border-bottom: 15px solid transparent;
|
||||||
content: " ";
|
content: " ";
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-message:after {
|
.panel-message:after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 17px;
|
top: 17px;
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@empty
|
@empty
|
||||||
{{ Lang::get('cachet.incident.none') }}
|
<p>{{ Lang::get('cachet.incident.none') }}</p>
|
||||||
@endforelse
|
@endforelse
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -4428,7 +4428,7 @@ body.status-page {
|
|||||||
margin-left: 15px; }
|
margin-left: 15px; }
|
||||||
body.status-page .timeline .moment {
|
body.status-page .timeline .moment {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-bottom: 50px;
|
padding-bottom: 10px;
|
||||||
position: relative; }
|
position: relative; }
|
||||||
body.status-page .timeline .moment.first:before {
|
body.status-page .timeline .moment.first:before {
|
||||||
height: 130%;
|
height: 130%;
|
||||||
@@ -4488,6 +4488,8 @@ body.status-page {
|
|||||||
border-radius: 2px; }
|
border-radius: 2px; }
|
||||||
body.status-page .timeline .moment .panel-body {
|
body.status-page .timeline .moment .panel-body {
|
||||||
border-top: 1px solid #eee; }
|
border-top: 1px solid #eee; }
|
||||||
|
body.status-page .timeline .moment .panel-body p {
|
||||||
|
margin: 0; }
|
||||||
body.status-page .timeline .moment .panel-message {
|
body.status-page .timeline .moment .panel-message {
|
||||||
border: 1px solid #e8e8e8; }
|
border: 1px solid #e8e8e8; }
|
||||||
body.status-page .timeline .moment .panel-message .date {
|
body.status-page .timeline .moment .panel-message .date {
|
||||||
@@ -4428,7 +4428,7 @@ body.status-page {
|
|||||||
margin-left: 15px; }
|
margin-left: 15px; }
|
||||||
body.status-page .timeline .moment {
|
body.status-page .timeline .moment {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-bottom: 50px;
|
padding-bottom: 10px;
|
||||||
position: relative; }
|
position: relative; }
|
||||||
body.status-page .timeline .moment.first:before {
|
body.status-page .timeline .moment.first:before {
|
||||||
height: 130%;
|
height: 130%;
|
||||||
@@ -4488,6 +4488,8 @@ body.status-page {
|
|||||||
border-radius: 2px; }
|
border-radius: 2px; }
|
||||||
body.status-page .timeline .moment .panel-body {
|
body.status-page .timeline .moment .panel-body {
|
||||||
border-top: 1px solid #eee; }
|
border-top: 1px solid #eee; }
|
||||||
|
body.status-page .timeline .moment .panel-body p {
|
||||||
|
margin: 0; }
|
||||||
body.status-page .timeline .moment .panel-message {
|
body.status-page .timeline .moment .panel-message {
|
||||||
border: 1px solid #e8e8e8; }
|
border: 1px solid #e8e8e8; }
|
||||||
body.status-page .timeline .moment .panel-message .date {
|
body.status-page .timeline .moment .panel-message .date {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"css/all.css": "css/all-848e5a13.css",
|
"css/all.css": "css/all-6a23d7f9.css",
|
||||||
"js/all.js": "js/all-d8f5640f.js"
|
"js/all.js": "js/all-d8f5640f.js"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user