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