diff --git a/app/assets/stylesheets/left_pannel.scss b/app/assets/stylesheets/left_pannel.scss index 5a5b9f67b..f9b412f2c 100644 --- a/app/assets/stylesheets/left_pannel.scss +++ b/app/assets/stylesheets/left_pannel.scss @@ -35,6 +35,7 @@ } #action-block { text-align: center; + margin: 10px; .action { background-color: #E45B51; text-align: center; diff --git a/app/views/layouts/left_panels/_left_panel_backoffice_dossierscontroller_index.html.haml b/app/views/layouts/left_panels/_left_panel_backoffice_dossierscontroller_index.html.haml index 0f4c5afb3..948d45a84 100644 --- a/app/views/layouts/left_panels/_left_panel_backoffice_dossierscontroller_index.html.haml +++ b/app/views/layouts/left_panels/_left_panel_backoffice_dossierscontroller_index.html.haml @@ -38,4 +38,3 @@ .dossier= notification.decorate.index_display[:dossier] .updated-at= notification.decorate.index_display[:date] = render partial: "layouts/left_panels/type_notif_fa", locals: {notification: notification} - .type= notification.decorate.index_display[:type]