[IMP] use fontawesome icon, some ui fiddling

pull/140/head
Holger Brunn 2015-06-08 09:54:15 +02:00
parent ca5753ff4d
commit 7c59483e3d
2 changed files with 6 additions and 3 deletions

View File

@ -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;
}

View File

@ -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>