From f3b1231d43160fab9e52d440fffb0e34b2d32268 Mon Sep 17 00:00:00 2001
From: Damien Burel <damien.burel@maarch.org>
Date: Fri, 24 Mar 2017 14:40:19 +0100
Subject: [PATCH] [FEAT] [PARA V2] Fix middle fullscreen for low resolution

---
 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 d5d7e28041c..47c717902b3 100644
--- a/apps/maarch_entreprise/js/angular/app/Views/signatureBook.html
+++ b/apps/maarch_entreprise/js/angular/app/Views/signatureBook.html
@@ -94,7 +94,7 @@
             <div *ngIf="headerTab == 5" class="contentShow" style="width:98%;">
                 <iframe [src]="linksViewerLink | safeUrl"></iframe>
             </div>
-            <div class="hideRightContent" (click)="displayPanel('MIDDLE')">
+            <div class="hideRightContent" (click)="displayPanel('MIDDLE')" [ngStyle]="{'right': showRightPanel ? '-10px' : '0px'}">
                 <i class="fa fa-chevron-right" aria-hidden="true" *ngIf="showRightPanel"></i>
                 <i class="fa fa-chevron-left" aria-hidden="true" *ngIf="!showRightPanel"></i>
             </div>
-- 
GitLab