mirror of https://github.com/OCA/web.git
[IMP] use fontawesome icon, some ui fiddling
parent
ca5753ff4d
commit
7c59483e3d
|
@ -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>
|
<templates>
|
||||||
<t t-extend="DashBoard.action">
|
<t t-extend="DashBoard.action">
|
||||||
<t t-jquery="span.oe_minimize" t-operation="after">
|
<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>
|
</t>
|
||||||
</t>
|
</t>
|
||||||
</templates>
|
</templates>
|
||||||
|
|
Loading…
Reference in New Issue