This commit is contained in:
Nicolas Bally 2019-05-22 13:36:38 +02:00
parent 3075c2ab63
commit b1f625d291

View File

@ -16,11 +16,11 @@
%td= i_task.name %td= i_task.name
%td{:style => "width:200px;"} %td.project{:style => "width:200px;"}
= i_task.i_website.name if i_task.i_website = i_task.i_website.name if i_task.i_website
%br %br
= i_task.p_customer.show_name if i_task.p_customer = i_task.p_customer.show_name if i_task.p_customer
%td{:style => "width:100px;"} %td.time{:style => "width:100px;"}
-if i_task.minutes -if i_task.minutes
= i_task.minutes = i_task.minutes
min min
@ -35,6 +35,11 @@
:scss :scss
.project,.time,.actions{
display:none;
}
.done,.undone{ .done,.undone{
font-size:2em; font-size:2em;
@ -48,8 +53,8 @@
} }
.i_task_row{ .i_task_row{
margin:5px 0; margin:2px 0;
padding:5px 0; padding:0px 0;
.qi_pannel.padding{ .qi_pannel.padding{
padding:10px; padding:10px;