suite
This commit is contained in:
parent
3075c2ab63
commit
b1f625d291
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user