Browse Source

[IMP] use fontawesome icon, some ui fiddling

pull/140/head
Holger Brunn 9 years ago
parent
commit
7c59483e3d
  1. 7
      web_dashboard_open_action/static/src/css/web_dashboard_open_action.css
  2. 2
      web_dashboard_open_action/static/src/xml/web_dashboard_open_action.xml

7
web_dashboard_open_action/static/src/css/web_dashboard_open_action.css

@ -1,4 +1,7 @@
.openerp .oe_dashboard .oe_action span.oe_web_dashboard_open_action
.openerp .oe_dashboard .oe_action span.oe_web_dashboard_open_action:before
{
margin-right: .2em;
font-size: 10px;
margin-left: 4px;
position: relative;
top: -1px;
}

2
web_dashboard_open_action/static/src/xml/web_dashboard_open_action.xml

@ -1,7 +1,7 @@
<templates>
<t t-extend="DashBoard.action">
<t t-jquery="span.oe_minimize" t-operation="after">
<span class="oe_icon oe_web_dashboard_open_action">&amp;square;</span>
<span class="oe_icon oe_web_dashboard_open_action fa fa-arrows-alt" />
</t>
</t>
</templates>
Loading…
Cancel
Save