forked from GithubBackups/healthchecks
Cleanup.
This commit is contained in:
parent
7e56eb883e
commit
7f6d6dcea1
@ -6,12 +6,6 @@
|
|||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#details-head-actions {
|
|
||||||
text-align: right;
|
|
||||||
vertical-align: middle;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.details-block .status {
|
.details-block .status {
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
@ -19,8 +13,6 @@
|
|||||||
|
|
||||||
.details-block {
|
.details-block {
|
||||||
margin-bottom: 36px;
|
margin-bottom: 36px;
|
||||||
border: 1px #aaa;
|
|
||||||
border-radius: 3px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.details-block .copy-btn {
|
.details-block .copy-btn {
|
||||||
@ -38,12 +30,26 @@
|
|||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
#details-status td {
|
#details-schedule th {
|
||||||
padding: 8px;
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#log-schedule th {
|
#details-schedule td {
|
||||||
padding-top: 4px;
|
padding: 4px 0 4px 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#details-schedule th {
|
||||||
|
vertical-align: top;
|
||||||
|
font-weight: normal;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
#details-schedule .value {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
#details-schedule .subtitle {
|
||||||
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
#details-integrations th {
|
#details-integrations th {
|
||||||
@ -64,23 +70,6 @@
|
|||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
#log-schedule td {
|
|
||||||
padding: 4px 0 4px 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#log-schedule th {
|
|
||||||
vertical-align: top;
|
|
||||||
font-weight: normal;
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
#log-schedule .value {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
#log-schedule .subtitle {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
#details-remove-check {
|
#details-remove-check {
|
||||||
border-color: #d43f3a;
|
border-color: #d43f3a;
|
||||||
|
@ -70,7 +70,7 @@
|
|||||||
|
|
||||||
<div class="details-block">
|
<div class="details-block">
|
||||||
<h2>Schedule</h2>
|
<h2>Schedule</h2>
|
||||||
<table id="log-schedule">
|
<table id="details-schedule">
|
||||||
<tr>
|
<tr>
|
||||||
{% if check.kind == "simple" %}
|
{% if check.kind == "simple" %}
|
||||||
<th>Period</th>
|
<th>Period</th>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user