Working on dossiers#show
This commit is contained in:
parent
418b5faa52
commit
62f64d2bea
3 changed files with 3 additions and 5 deletions
|
@ -99,7 +99,7 @@
|
|||
height: 12px;
|
||||
}
|
||||
.title-row {
|
||||
margin: 20px 10px 0 10px;
|
||||
margin: 20px 10px 20px 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -57,7 +57,6 @@ h5 span {
|
|||
.procedure_list_element {
|
||||
padding: 15px 40px 15px 20px;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
line-height: 1.8em;
|
||||
}
|
||||
.procedure_list_element:hover{
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#pieces_justificatives
|
||||
|
||||
%table.table
|
||||
-if @facade.procedure.cerfa_flag?
|
||||
- if @facade.procedure.cerfa_flag?
|
||||
%tr{id: "piece_justificative_0"}
|
||||
%th{class:'col-lg-6'}
|
||||
='Formulaire'
|
||||
|
@ -43,4 +42,4 @@
|
|||
= 'Pièce non fournie'
|
||||
|
||||
-#- if gestionnaire_signed_in?
|
||||
=render partial: '/dossiers/modal_historique'
|
||||
=render partial: '/dossiers/modal_historique'
|
||||
|
|
Loading…
Reference in a new issue