Skip to content
Extraits de code Groupes Projets
style.less 410 octets
Newer Older
  • Learn to ignore specific revisions
  • Benjamin's avatar
    Benjamin a validé
    
    .o_project_kanban_main { width: 100%!important; }
    
    .lf_cell { padding: 5px 0; border-top: 1px solid #999!important; }
    .budget_table { margin-top: 10px; margin-bottom: 20px; }
    
    .budget_table td { padding: 0 5px; }
    
    .project-progress .o_progressbar .o_progress {
    	border-radius: 0;
    	border: 1px solid #f0f0f0;
    }
    .project-progress .o_progressbar .o_progress .o_progressbar_complete {
    	background-color: #26a69a;
    }