forked from GithubBackups/healthchecks
Make the "Details" screen fit better on mobile screens.
This commit is contained in:
parent
7904908625
commit
05855c1c69
@ -34,6 +34,10 @@
|
|||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#how-to-ping code {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
#details-schedule th {
|
#details-schedule th {
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
@ -82,7 +86,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#downtimes table {
|
#downtimes table {
|
||||||
width: 350px;
|
max-width: 350px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#downtimes tr:first-child td, #downtimes tr:first-child th {
|
#downtimes tr:first-child td, #downtimes tr:first-child th {
|
||||||
@ -104,7 +108,6 @@
|
|||||||
padding: 32px;
|
padding: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ul.checkmarks {
|
ul.checkmarks {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="details-block">
|
<div id="how-to-ping" class="details-block">
|
||||||
<h2>How To Ping</h2>
|
<h2>How To Ping</h2>
|
||||||
<div>
|
<div>
|
||||||
<p>Keep this check up by making HTTP requests to this URL:</p>
|
<p>Keep this check up by making HTTP requests to this URL:</p>
|
||||||
@ -220,7 +220,9 @@
|
|||||||
data-toggle="modal"
|
data-toggle="modal"
|
||||||
data-target="#transfer-modal"
|
data-target="#transfer-modal"
|
||||||
data-url="{% url 'hc-transfer' check.code %}"
|
data-url="{% url 'hc-transfer' check.code %}"
|
||||||
class="btn btn-sm btn-default">Transfer to Another Project…</button>
|
class="btn btn-sm btn-default">
|
||||||
|
Transfer<span class="hidden-sm hidden-xs"> to Another Project</span>…
|
||||||
|
</button>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
id="details-remove-check"
|
id="details-remove-check"
|
||||||
@ -235,7 +237,7 @@
|
|||||||
<div id="events" class="col-sm-7">
|
<div id="events" class="col-sm-7">
|
||||||
<h2>
|
<h2>
|
||||||
Log
|
Log
|
||||||
<small>Click on individual items for details</small>
|
<small class="hidden-xs">Click on individual items for details</small>
|
||||||
<div id="format-switcher" class="btn-group pull-right" data-toggle="buttons">
|
<div id="format-switcher" class="btn-group pull-right" data-toggle="buttons">
|
||||||
<label class="btn btn-default btn-xs" data-format="UTC">
|
<label class="btn btn-default btn-xs" data-format="UTC">
|
||||||
<input type="radio" name="date-format">
|
<input type="radio" name="date-format">
|
||||||
|
@ -92,7 +92,7 @@
|
|||||||
</p>
|
</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="alert no-events">
|
<div class="alert no-events">
|
||||||
You will see a live-updating log of received pings here. <br />
|
You will see a <span class="hidden-xs">live-updating</span> log of received pings here. <br />
|
||||||
This check has not received any pings yet.
|
This check has not received any pings yet.
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user