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"
|
||||
msgstr ""
|
||||
|
||||
msgid "mst"
|
||||
msgstr ""
|
||||
|
||||
msgid "multiplicative"
|
||||
msgstr ""
|
||||
|
||||
|
@ -558,9 +555,6 @@ msgstr ""
|
|||
msgid "tortoise-hare"
|
||||
msgstr ""
|
||||
|
||||
msgid "Training"
|
||||
msgstr ""
|
||||
|
||||
msgid "treap/splay"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -18,10 +18,6 @@
|
|||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
#show-btn {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
{% if page_obj and page_obj.number > 1%}
|
||||
#ongoing-table {
|
||||
display: none;
|
||||
|
@ -146,7 +142,7 @@
|
|||
{% endif %}
|
||||
{% endif %}
|
||||
{% if contest.is_rated %}
|
||||
<span class="contest-tag-rated">
|
||||
<span class="contest-tag contest-tag-rated">
|
||||
<i class="fa fa-bar-chart"></i> {{ _('rated') }}
|
||||
</span>
|
||||
{% endif %}
|
||||
|
@ -224,8 +220,10 @@
|
|||
{% endif %}
|
||||
<button id="search-btn" class="btn-green small"> {{ _('Search')}} </button>
|
||||
{% if organizations %}
|
||||
<div>
|
||||
<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 %}
|
||||
{% if create_url %}
|
||||
<a href="{{create_url}}" class="button small" style="float: right"><i class="fa fa-plus"></i> {{ _('Create')}}</a>
|
||||
|
|
Loading…
Reference in a new issue