[IMP] Improved dashboard styling

bzr revid: fme@openerp.com-20110614202322-1ndeuhfkfvi3let2
This commit is contained in:
Fabien Meghazi 2011-06-14 22:23:22 +02:00
parent 747070fd75
commit 89e9a7d21b
2 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@
}
.openerp .oe-dashboard-links {
text-align: right;
margin: -2em 1em 1em 0;
margin: -2em 0.4em 1em 0;
}
.openerp .oe-dashboard-action {
margin: 0 0 1em 0;
margin: 0 0.5em 0.5em 0;
}
.openerp .oe-dashboard-action .oe-dashboard-action-header {
margin: 0.3em;

View File

@ -18,7 +18,7 @@
<span>Change layout</span>
</button>
</div>
<table t-att-data-layout="node.attrs.style" t-attf-class="oe-dashboard oe-dashboard-layout_#{node.attrs.style}" cellspacing="4" cellpadding="0" border="0">
<table t-att-data-layout="node.attrs.style" t-attf-class="oe-dashboard oe-dashboard-layout_#{node.attrs.style}" cellspacing="0" cellpadding="0" border="0">
<tr>
<td t-foreach="node.children" t-as="column" t-if="column.tag == 'column'"
t-att-id="view.element_id + '_column_' + column_index" t-attf-class="oe-dashboard-column index_#{column_index}">