Browse Source

Cleanup.

pull/193/head
Pēteris Caune 6 years ago
parent
commit
7f6d6dcea1
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
2 changed files with 19 additions and 30 deletions
  1. +18
    -29
      static/css/details.css
  2. +1
    -1
      templates/front/details.html

+ 18
- 29
static/css/details.css View File

@ -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;


+ 1
- 1
templates/front/details.html View File

@ -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…
Cancel
Save