From 62f64d2bea9f91df6b0164d143ee2b95ab3dc90b Mon Sep 17 00:00:00 2001 From: JC Date: Fri, 2 Dec 2016 10:39:21 +0100 Subject: [PATCH] Working on dossiers#show --- app/assets/stylesheets/dossier_show.scss | 2 +- app/assets/stylesheets/dossiers.scss | 1 - app/views/dossiers/_pieces_justificatives.html.haml | 5 ++--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/dossier_show.scss b/app/assets/stylesheets/dossier_show.scss index 8d6c06fd8..47cc75aa0 100644 --- a/app/assets/stylesheets/dossier_show.scss +++ b/app/assets/stylesheets/dossier_show.scss @@ -99,7 +99,7 @@ height: 12px; } .title-row { - margin: 20px 10px 0 10px; + margin: 20px 10px 20px 10px; } } } diff --git a/app/assets/stylesheets/dossiers.scss b/app/assets/stylesheets/dossiers.scss index 8ca11460d..644bbd5ae 100644 --- a/app/assets/stylesheets/dossiers.scss +++ b/app/assets/stylesheets/dossiers.scss @@ -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{ diff --git a/app/views/dossiers/_pieces_justificatives.html.haml b/app/views/dossiers/_pieces_justificatives.html.haml index 06d77a192..9ed9da99a 100644 --- a/app/views/dossiers/_pieces_justificatives.html.haml +++ b/app/views/dossiers/_pieces_justificatives.html.haml @@ -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' \ No newline at end of file + =render partial: '/dossiers/modal_historique'