padding right bug and duplcate new_list id fixed

This commit is contained in:
Zoker 2016-10-06 13:11:09 +08:00
parent 2185288074
commit 11bc71de2b
2 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -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