Mercurial > libervia-templates
comparison 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 |
comparison
equal
deleted
inserted
replaced
171:cede18c118c9 | 172:4a03d0a6839b |
---|---|
31 <div class="tab__page state_clicked" id="tab_description"> | 31 <div class="tab__page state_clicked" id="tab_description"> |
32 <div id="{{ item.widget_value['id'] }}" class="view single ticket box"> | 32 <div id="{{ item.widget_value['id'] }}" class="view single ticket box"> |
33 {% if url_ticket_edit is defined %} | 33 {% if url_ticket_edit is defined %} |
34 <p class="box__tools"> | 34 <p class="box__tools"> |
35 <a href="{{url_ticket_edit}}"> | 35 <a href="{{url_ticket_edit}}"> |
36 {{ icon('pencil', cls='icon--small') }} | 36 {{ icon('pencil', cls='icon--text') }} |
37 edit | 37 edit |
38 </a> | 38 </a> |
39 </p> | 39 </p> |
40 {% endif %} | 40 {% endif %} |
41 {{ xmlui.generate(item, | 41 {{ xmlui.generate(item, |