[IMP]
authorAmit Patel (OpenERP) <apa@tinyerp.com>
Tue, 10 Apr 2012 09:54:43 +0000 (15:24 +0530)
committerAmit Patel (OpenERP) <apa@tinyerp.com>
Tue, 10 Apr 2012 09:54:43 +0000 (15:24 +0530)
bzr revid: apa@tinyerp.com-20120410095443-oeugi1oblh3ugnhx

addons/project/static/src/css/project.css
addons/project/static/src/js/project.js

index 46e2aa5..792e892 100644 (file)
@@ -43,7 +43,7 @@ table {
     color: #4c4c4c; }
 
 .project_vignettes > li {
-  height: 175px;
+  height: 165px;
   width: 250px;
   padding: 8px;
   margin: 4px; }
@@ -81,7 +81,7 @@ table {
 .click_button {
     display: inline-block;
     background-color: transparent;
-    min-height: 145px;
+    min-height: 140px;
     min-width: 265px;
     border: hidden;
     margin-left: -6px !important;
index 219838e..fd86dc7 100644 (file)
@@ -38,7 +38,7 @@ openerp.project = function(openerp) {
                   });
                 $('#list').replaceWith(my_list);
                 
-                
+                // set background color
                 this.$element.find('.bgcolor_steelblue').click(function(){
                     $(this).closest('#oe_project_kanban_vignette').removeClass().addClass(self.kanban_color(1) + ' oe_project_kanban_vignette');
                     self.view.dataset.write(parseInt(this.id), {color:1},self.do_reload());