Fix css
This commit is contained in:
parent
6bc8b54d94
commit
0ac620b9bd
3 changed files with 311 additions and 248 deletions
File diff suppressed because it is too large
Load diff
|
@ -402,9 +402,6 @@ msgstr ""
|
||||||
msgid "monotonic-queue"
|
msgid "monotonic-queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "mst"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "multiplicative"
|
msgid "multiplicative"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -558,9 +555,6 @@ msgstr ""
|
||||||
msgid "tortoise-hare"
|
msgid "tortoise-hare"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Training"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "treap/splay"
|
msgid "treap/splay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -18,10 +18,6 @@
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#show-btn {
|
|
||||||
margin-top: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
{% if page_obj and page_obj.number > 1%}
|
{% if page_obj and page_obj.number > 1%}
|
||||||
#ongoing-table {
|
#ongoing-table {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -146,7 +142,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if contest.is_rated %}
|
{% if contest.is_rated %}
|
||||||
<span class="contest-tag-rated">
|
<span class="contest-tag contest-tag-rated">
|
||||||
<i class="fa fa-bar-chart"></i> {{ _('rated') }}
|
<i class="fa fa-bar-chart"></i> {{ _('rated') }}
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -224,8 +220,10 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<button id="search-btn" class="btn-green small"> {{ _('Search')}} </button>
|
<button id="search-btn" class="btn-green small"> {{ _('Search')}} </button>
|
||||||
{% if organizations %}
|
{% if organizations %}
|
||||||
<input id="show_orgs" type="checkbox" name="show_orgs" value="1" {% if show_orgs %}checked{% endif %}>
|
<div>
|
||||||
<label for="show_orgs">{{ _('Hide organization contests') }}</label>
|
<input id="show_orgs" type="checkbox" name="show_orgs" value="1" {% if show_orgs %}checked{% endif %}>
|
||||||
|
<label for="show_orgs">{{ _('Hide organization contests') }}</label>
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if create_url %}
|
{% if create_url %}
|
||||||
<a href="{{create_url}}" class="button small" style="float: right"><i class="fa fa-plus"></i> {{ _('Create')}}</a>
|
<a href="{{create_url}}" class="button small" style="float: right"><i class="fa fa-plus"></i> {{ _('Create')}}</a>
|
||||||
|
|
Loading…
Reference in a new issue