diff sat_templates/templates/default/merge-request/edit.html @ 170:6c251da9a4f3

style improvment
author Goffi <goffi@goffi.org>
date Sat, 19 Jan 2019 11:49:18 +0100
parents e9f0a4215e46
children
line wrap: on
line diff
--- a/sat_templates/templates/default/merge-request/edit.html	Sat Jan 19 11:46:13 2019 +0100
+++ b/sat_templates/templates/default/merge-request/edit.html	Sat Jan 19 11:49:18 2019 +0100
@@ -8,16 +8,19 @@
 {% import 'input/xmlui.html' as xmlui with context %}
 
 {% block body %}
-<div class='instructions'>
-    <p><span class="box">{% trans app_name=C.APP_NAME%}Note: to modify content of the merge request, you'll have to use command line (with jp){% endtrans %}</span></p>
+<div class='instructions instructions--border box box--medium'>
+    <p>
+        <strong>{% trans %}Note:{% endtrans %}</strong>
+        {% trans app_name=C.APP_NAME%}to modify content of the merge request, you'll have to use command line (with jp){% endtrans %}
+    </p>
 </div>
-<div class="create single ticket box">
+<div class="create single ticket box box--medium">
 {% call form.form() %}
     {{ xmlui.generate(new_ticket_xmlui,
                       attributes = {'title': {'required': 'required',
                                               'placeholder': _("Short description of your issue/request")},
                                     'body': {'required': 'required',
-                                             'placeholder': _("Please describe your issue/request with as much details as possible")},
+                                             'placeholder': _("Please describe your issue/request with as much details as possible. You can use Markdown syntax.")},
                                     'labels': {'placeholder': _("You can enter one or several labels separated by commas")},
                                     })}}
     {{ field.submit(_("Modify ticket")) }}