From b7b04bd17db068176c8671792fb2e80dfcbcc7fe Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Thu, 12 Jan 2012 14:14:59 +0100 Subject: [PATCH] [IMP] revert ir config todo styling move checkbox at the right bzr revid: al@openerp.com-20120112131459-lt3rmnpannlfbr9i --- addons/web_dashboard/static/src/css/dashboard.css | 25 +------------------- .../web_dashboard/static/src/xml/web_dashboard.xml | 8 ++++--- 2 files changed, 6 insertions(+), 27 deletions(-) diff --git a/addons/web_dashboard/static/src/css/dashboard.css b/addons/web_dashboard/static/src/css/dashboard.css index 96ed4be..fe31f0a 100644 --- a/addons/web_dashboard/static/src/css/dashboard.css +++ b/addons/web_dashboard/static/src/css/dashboard.css @@ -201,6 +201,7 @@ .openerp .oe-dashboard-config-overview li { cursor: pointer; position: relative; + text-indent: 20px; } .openerp .oe-dashboard-config-overview li:hover { cursor: pointer; @@ -212,26 +213,6 @@ 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; @@ -292,10 +273,6 @@ padding: 2px; } -.openerp .oe-dashboard-action-content { - padding: 8px; -} - .oe-static-home { padding: 0.5em 0.5em; text-align: center; diff --git a/addons/web_dashboard/static/src/xml/web_dashboard.xml b/addons/web_dashboard/static/src/xml/web_dashboard.xml index 76857f0..4db96d5 100644 --- a/addons/web_dashboard/static/src/xml/web_dashboard.xml +++ b/addons/web_dashboard/static/src/xml/web_dashboard.xml @@ -72,9 +72,11 @@
  • - - + t-att-title="!todo.done ? 'Execute task \'' + todo.name + '\'' : undefined"> + +
  • -- 1.7.10.4