Minh Tran (OpenERP) has proposed merging
lp:~openerp-dev/openerp-web/trunk-config-mit into lp:openerp-web.
Requested reviews:
OpenERP R&D Web Team (openerp-dev-web)
For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-config-mit/+merge/88199
Relooking of the configuration todo list.
--
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-config-mit/+merge/88199
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openerp-web/trunk-config-mit.
=== modified file 'addons/web_dashboard/static/src/css/dashboard.css'
--- addons/web_dashboard/static/src/css/dashboard.css 2011-12-30 10:53:41 +0000
+++ addons/web_dashboard/static/src/css/dashboard.css 2012-01-11 12:33:08 +0000
@@ -201,7 +201,6 @@
.openerp .oe-dashboard-config-overview li {
cursor: pointer;
position: relative;
- text-indent: 20px;
}
.openerp .oe-dashboard-config-overview li:hover {
cursor: pointer;
@@ -213,6 +212,26 @@
color: #999999;
}
+.openerp span.oe-label {
+ display: inline-block;
+ padding: 1px 3px 2px;
+ min-width: 38px;
+ font-size: 10px;
+ font-weight: bold;
+ color: white;
+ text-transform: uppercase;
+ text-align: center;
+ white-space: nowrap;
+ background-color: #BFBFBF;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+}
+
+.openerp span.oe-todo {
+ background: #7F82AC;
+}
+
.openerp .oe-dashboard-layout_2-1 .index_0 .oe-dashboard-config-overview ul,
.openerp .oe-dashboard-layout_1-2 .index_1 .oe-dashboard-config-overview ul {
-moz-column-count: 2;
@@ -273,6 +292,10 @@
padding: 2px;
}
+.openerp .oe-dashboard-action-content {
+ padding: 8px;
+}
+
.oe-static-home {
padding: 0.5em 0.5em;
text-align: center;
=== modified file 'addons/web_dashboard/static/src/xml/web_dashboard.xml'
--- addons/web_dashboard/static/src/xml/web_dashboard.xml 2011-12-30 10:53:41 +0000
+++ addons/web_dashboard/static/src/xml/web_dashboard.xml 2012-01-11 12:33:08 +0000
@@ -73,9 +73,7 @@
t-att-class="todo.done ? 'oe-done' : undefined"
t-att-data-id="todo.id"
t-att-title="!todo.done ? 'Execute task \'' + todo.name + '\'' : undefined">
- <input type="checkbox" t-att-value="todo.id"
- t-att-title="!todo.done ? 'Mark this task as done' : undefined"
- t-att-checked="todo.done ? 'checked' : undefined"/>
+ <span t-att-class="todo.done ? 'oe-label' : 'oe-label oe-todo'"><t t-esc="todo.done ? 'Done' : 'To do'"/></span>
<t t-esc="todo.name"/>
</li>
</ul></dd>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp