Mercurial > libervia-templates
diff sat_templates/templates/default/ticket/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 | 6c251da9a4f3 |
children | c0e7389005ff |
line wrap: on
line diff
--- a/sat_templates/templates/default/ticket/item.html Fri Jan 25 11:28:41 2019 +0100 +++ b/sat_templates/templates/default/ticket/item.html Sat Jan 26 20:22:18 2019 +0100 @@ -26,7 +26,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>