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:
JC 2016-12-05 11:34:56 +01:00
parent e24008bae4
commit 52631a39de
3 changed files with 5 additions and 2 deletions

View file

@ -11,6 +11,10 @@
height: auto;
}
}
.fixed-right {
position: fixed;
right: 20px;
}
}
#pref_list {

View file

@ -70,4 +70,3 @@ h5 span {
border-bottom: 1px solid #FFFFFF;
margin: 20px 10px 0px 0;
}

View file

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