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 %}
+ +
+
+ + + + +
+
-
-
-
-
- - -
-
-
-
+
@@ -28,8 +41,11 @@ {% for item in contest_problems %} - - + + {% endfor %} @@ -51,10 +67,11 @@ -
{% include "oj/announcement/_announcement_panel.html" %}
+ + {% endblock %} diff --git a/template/oj/index.html b/template/oj/index.html index 67610b9..520f753 100644 --- a/template/oj/index.html +++ b/template/oj/index.html @@ -90,7 +90,7 @@
{{ item.sort_index }}{{ item.title }}{{ item.sort_index }} + {{ item.title }} + {{ item|accepted_radio }}