Adding fixed-right css class for close btn on right pan (from dossiers#index, the cool one, for field selection)
This commit is contained in:
parent
e24008bae4
commit
52631a39de
3 changed files with 5 additions and 2 deletions
|
@ -11,6 +11,10 @@
|
|||
height: auto;
|
||||
}
|
||||
}
|
||||
.fixed-right {
|
||||
position: fixed;
|
||||
right: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
#pref_list {
|
||||
|
|
|
@ -70,4 +70,3 @@ h5 span {
|
|||
border-bottom: 1px solid #FFFFFF;
|
||||
margin: 20px 10px 0px 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%button#pref_list_dossier_close_action.btn.btn-danger.btn-xs{style:'float:right'}
|
||||
%button#pref_list_dossier_close_action.btn.btn-danger.btn-xs.fixed-right
|
||||
%i.fa.fa-close
|
||||
%h3
|
||||
=t('dynamics.backoffice.pref_list.title')
|
||||
|
|
Loading…
Reference in a new issue