Download:
child 299:18a3583a520a
parent 297:bb63ea9aa185
298:7a103296a019
Anton Shestakov <av6@dwimlabs.net>, Wed, 20 Sep 2017 11:25:26 +0800
viewer: use two columns for info lists on check page for small screens too Since lists themselves switch to one column on small screens, there's enough space for both of them side by side.

1 файлов изменено, 2 вставок(+), 2 удалений(-) [+]
templates/check.html file | annotate | diff | comparison | revisions
--- a/templates/check.html Tue Sep 19 22:29:13 2017 +0800
+++ b/templates/check.html Wed Sep 20 11:25:26 2017 +0800
@@ -9,7 +9,7 @@
<span class="uk-text-nowrap">· check #{{ check.ordinal }}</span>
</h2>
<div class="uk-grid">
- <div class="uk-width-medium-1-3">
+ <div class="uk-width-small-1-3">
<dl class="uk-description-list-horizontal list-terse">
<dt>Started:</dt>
<dd>{% module Time(check.started) %}</dd>
@@ -31,7 +31,7 @@
<dd><a href="{{ project.get_url() }}/{{ check.ordinal }}/raw">raw</a></dd>
</dl>
</div>
- <div class="uk-width-medium-2-3">
+ <div class="uk-width-small-2-3">
<dl class="uk-description-list-horizontal list-terse">
{% set change = check.change %}
<dt>Commit:</dt>