From b13ee6c773677bad81ecaedb278e1856c27937f6 Mon Sep 17 00:00:00 2001 From: topilski Date: Tue, 4 Jun 2019 11:17:47 -0400 Subject: [PATCH] CSS --- app/templates/service/upload_m3u.html | 60 ++++++++++++++------------- 1 file changed, 31 insertions(+), 29 deletions(-) diff --git a/app/templates/service/upload_m3u.html b/app/templates/service/upload_m3u.html index fcf31bf..b844758 100644 --- a/app/templates/service/upload_m3u.html +++ b/app/templates/service/upload_m3u.html @@ -5,36 +5,38 @@ Upload m3u | {{ config['PUBLIC_CONFIG'].site.title }} {% block content %} -
-
- -
-

{% trans %}Upload m3u file{% endtrans %}

-

{% trans %}Note: Please upload m3u file for service.{% endtrans %}

- {{ util.flashed_messages(dismissible=True, container=False) }} -
- {{ form.hidden_tag() }} -
- {{ form.file }} -
-
- {{ form.type }} -
-
- {{ form_field(form.submit, class="btn") }} -
-
-
+
+ -
- - {% trans %}Dashboard{% endtrans %} - +
+
+
+

{% trans %}Upload m3u file{% endtrans %}

+

{% trans %}Note: Please upload m3u file for service.{% endtrans %}

+ {{ util.flashed_messages(dismissible=True, container=False) }} +
+ {{ form.hidden_tag() }} +
+ {{ form.file }} +
+
+ {{ form.type }} +
+
+ {{ form_field(form.submit, class="btn btn-success") }} +
+
+
+ +
{%- endblock %} \ No newline at end of file