diff sat_templates/templates/default/merge-request/item.html @ 172:4a03d0a6839b

css (styles): various styles improvments: - work on list - new paired-slides class - box-medium is a larger than before - use --text modified when size is 1em - added several list modifiers classes - added several box modifiers
author Goffi <goffi@goffi.org>
date Sat, 26 Jan 2019 20:22:18 +0100
parents 178f55b825b7
children
line wrap: on
line diff
--- a/sat_templates/templates/default/merge-request/item.html	Fri Jan 25 11:28:41 2019 +0100
+++ b/sat_templates/templates/default/merge-request/item.html	Sat Jan 26 20:22:18 2019 +0100
@@ -33,7 +33,7 @@
             {% if url_ticket_edit is defined %}
                 <p class="box__tools">
                     <a href="{{url_ticket_edit}}">
-                    {{ icon('pencil', cls='icon--small') }}
+                    {{ icon('pencil', cls='icon--text') }}
                     edit
                     </a>
                 </p>