@ -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;
}
@ -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">&square;</span>
<span class="oe_icon oe_web_dashboard_open_action fa fa-arrows-alt" />
</t>
</templates>