From 6eef9c2593d5768622afaca4760e896dc6d15379 Mon Sep 17 00:00:00 2001
From: Alex ORLUC <alex.orluc@maarch.org>
Date: Mon, 10 Apr 2017 12:08:56 +0200
Subject: [PATCH] fix css for list attachments icon

---
 apps/maarch_entreprise/js/angular/app/Views/signatureBook.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/maarch_entreprise/js/angular/app/Views/signatureBook.html b/apps/maarch_entreprise/js/angular/app/Views/signatureBook.html
index 23582693919..9e311db666b 100644
--- a/apps/maarch_entreprise/js/angular/app/Views/signatureBook.html
+++ b/apps/maarch_entreprise/js/angular/app/Views/signatureBook.html
@@ -214,7 +214,7 @@
                     <br/><i style="position: absolute;margin-left: -9px;" >.{{attachment.format}}</i>
                 </div>
             </div>
-            <div style="bottom: 0px;position: absolute;left: 5px;">
+            <div style="bottom: 0px;position: absolute;width:100%;">
                 <div class="panelRightListPj" (click)="displayAttachmentPanel()" title="Afficher la liste des pièces jointes" [ngClass]="{'panelSelectedThumbnail': showAttachmentPanel}">
                     <i class="fa fa-bars fa-2x" ></i>
                 </div>
-- 
GitLab