[ADD] Add a tip to the board "Configuration Overview"

bzr revid: fme@openerp.com-20111124114923-ozvhek1294ijnq8g
This commit is contained in:
Fabien Meghazi 2011-11-24 12:49:23 +01:00
parent c9d3b801f2
commit 3fc7f5e0a3
2 changed files with 6 additions and 0 deletions

View File

@ -169,6 +169,11 @@
text-transform: uppercase;
margin: 0 0 0.5em 0;
}
.openerp .oe-dashboard-config-overview .oe-config-tip {
color: #222;
text-shadow: #eee 0 1px 0;
text-align: center;
}
.openerp .oe-dashboard-config-overview dt {
font-weight: bold;
text-transform: uppercase;

View File

@ -67,6 +67,7 @@
</h6>
<div class="oe-config-progress-bar" t-att-data-completion="completion"/>
</div>
<p class="oe-config-tip">Click on the functionalites listed below to launch them and configure your system</p>
<dl>
<t t-foreach="groups" t-as="category">
<dt><t t-esc="category"/></dt>