mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] use fontawesome icon, some ui fiddling
This commit is contained in:
@@ -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>
|
||||
</t>
|
||||
</templates>
|
||||
|
||||
Reference in New Issue
Block a user