diff --git a/static/src/css/oj.css b/static/src/css/oj.css index 95a16f8..ce1bc0e 100644 --- a/static/src/css/oj.css +++ b/static/src/css/oj.css @@ -87,4 +87,8 @@ li.list-group-item { position: relative; outline: none; +} + +.contest-tab{ + margin-bottom: 5px; } \ No newline at end of file diff --git a/template/oj/contest/contest_problems_list.html b/template/oj/contest/contest_problems_list.html index 543135d..1b40095 100644 --- a/template/oj/contest/contest_problems_list.html +++ b/template/oj/contest/contest_problems_list.html @@ -2,18 +2,31 @@ {% block body %} {% load problem %}
| - | {{ item.sort_index }} | -{{ item.title }} | +{{ item.sort_index }} + | +{{ item.title }} + | {{ item|accepted_radio }} |
|---|