Skip to content
Snippets Groups Projects
Commit efd456e7 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

Merge branch 'develop' of https://labs.maarch.org/maarch/MaarchCourrier into develop

parents 65eea1f6 5aedbaa9
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
</div> </div>
</div> </div>
<div *ngIf="showRightPanel" class="contentRight" id="contentRight" [ngStyle]="{'width': rightContentWidth}"> <div *ngIf="showRightPanel" class="contentRight" id="contentRight" [ngStyle]="{'width': rightContentWidth}">
<div class="hideLeftContent" (click)="displayPanel('LEFT')" id="hideLeftContent"> <div class="hideLeftContent" (click)="displayPanel('LEFT')" id="hideLeftContent" [ngStyle]="{'margin-left': showLeftPanel ? '-13px' : '-2px'}">
<i class="fa fa-chevron-left" aria-hidden="true" *ngIf="showLeftPanel"></i> <i class="fa fa-chevron-left" aria-hidden="true" *ngIf="showLeftPanel"></i>
<i class="fa fa-chevron-right" aria-hidden="true" *ngIf="!showLeftPanel"></i> <i class="fa fa-chevron-right" aria-hidden="true" *ngIf="!showLeftPanel"></i>
</div> </div>
......
...@@ -442,7 +442,7 @@ ...@@ -442,7 +442,7 @@
z-index: 1; z-index: 1;
position: absolute; position: absolute;
left: 15px; left: 15px;
top:15px; margin-top: 2px;
text-align: center; text-align: center;
cursor: pointer; cursor: pointer;
background: #009DC5; background: #009DC5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment