diff --git a/app/views/admin/i_tasks/_i_task.html.haml b/app/views/admin/i_tasks/_i_task.html.haml index aae3545..df33485 100644 --- a/app/views/admin/i_tasks/_i_task.html.haml +++ b/app/views/admin/i_tasks/_i_task.html.haml @@ -16,11 +16,11 @@ %td= i_task.name - %td{:style => "width:200px;"} + %td.project{:style => "width:200px;"} = i_task.i_website.name if i_task.i_website %br = i_task.p_customer.show_name if i_task.p_customer - %td{:style => "width:100px;"} + %td.time{:style => "width:100px;"} -if i_task.minutes = i_task.minutes min @@ -35,6 +35,11 @@ :scss + + .project,.time,.actions{ + display:none; + } + .done,.undone{ font-size:2em; @@ -48,8 +53,8 @@ } .i_task_row{ - margin:5px 0; - padding:5px 0; + margin:2px 0; + padding:0px 0; .qi_pannel.padding{ padding:10px;