forked from jasder/taskover
padding right bug and duplcate new_list id fixed
This commit is contained in:
parent
2185288074
commit
11bc71de2b
|
|
@ -158,8 +158,9 @@
|
|||
#new-list-button{
|
||||
padding-right: 15px !important;
|
||||
}
|
||||
#new_list{
|
||||
#new_list_area{
|
||||
padding-bottom: 20px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
#new_list_field{
|
||||
height: 100px;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
%p
|
||||
%span{':class' => 'task.status_class'}
|
||||
{{task.title}}
|
||||
.col-md-3#new_list{ 'v-show' => 'newListField' }
|
||||
.col-md-3#new_list_area{ 'v-show' => 'newListField' }
|
||||
#new_list_field
|
||||
= render 'lists/form'
|
||||
.add-list-buttons
|
||||
|
|
|
|||
Loading…
Reference in New Issue