Skip to content
Snippets Groups Projects
Commit 9fd75136 authored by Damien's avatar Damien
Browse files

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

parents 1e4850ab 79530059
No related branches found
No related tags found
No related merge requests found
...@@ -61,11 +61,11 @@ ...@@ -61,11 +61,11 @@
</div> </div>
</div> </div>
</div> </div>
<div *ngIf="showLeftPanel" class="hideresListContent" (click)="displayPanel('RESLEFT')">
<i class="fa fa-chevron-left" aria-hidden="true" *ngIf="showResLeftPanel"></i>
<i class="fa fa-chevron-right" aria-hidden="true" *ngIf="!showResLeftPanel"></i>
</div>
<div *ngIf="showLeftPanel" class="contentLeft" [ngStyle]="{'width': leftContentWidth}" id="contentLeft"> <div *ngIf="showLeftPanel" class="contentLeft" [ngStyle]="{'width': leftContentWidth}" id="contentLeft">
<div *ngIf="showLeftPanel" class="hideresListContent" (click)="displayPanel('RESLEFT')">
<i class="fa fa-chevron-left" aria-hidden="true" *ngIf="showResLeftPanel"></i>
<i class="fa fa-chevron-right" aria-hidden="true" *ngIf="!showResLeftPanel"></i>
</div>
<div *ngIf="headerTab == 1" class="contentShow"> <div *ngIf="headerTab == 1" class="contentShow">
<div *ngIf="showTopLeftPanel" class="pjDoc"> <div *ngIf="showTopLeftPanel" class="pjDoc">
<div style="height:100%;"> <div style="height:100%;">
...@@ -92,12 +92,16 @@ ...@@ -92,12 +92,16 @@
<div *ngIf="headerTab == 5" class="contentShow" style="width:98%;"> <div *ngIf="headerTab == 5" class="contentShow" style="width:98%;">
<iframe [src]="linksViewerLink | safeUrl"></iframe> <iframe [src]="linksViewerLink | safeUrl"></iframe>
</div> </div>
</div> <div class="hideRightContent">
<div class="hideLeftContent" (click)="displayPanel('LEFT')"> <i class="fa fa-chevron-right" aria-hidden="true" *ngIf="showLeftPanel"></i>
<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> </div>
</div> </div>
<div class="contentRight" id="contentRight" [ngStyle]="{'width': rightContentWidth}"> <div class="contentRight" id="contentRight" [ngStyle]="{'width': rightContentWidth}">
<div class="hideLeftContent" (click)="displayPanel('LEFT')">
<i class="fa fa-chevron-left" aria-hidden="true" *ngIf="showLeftPanel"></i>
<i class="fa fa-chevron-right" aria-hidden="true" *ngIf="!showLeftPanel"></i>
</div>
<div *ngIf="signatureBook.attachments[rightSelectedThumbnail] && signatureBook.hasWorkflow" class="contentShow"> <div *ngIf="signatureBook.attachments[rightSelectedThumbnail] && signatureBook.hasWorkflow" class="contentShow">
<div *ngIf="showTopRightPanel" class="pjDetails"> <div *ngIf="showTopRightPanel" class="pjDetails">
<div class="infoPj" title="{{signatureBook.attachments[rightSelectedThumbnail].attachment_type}}"> <div class="infoPj" title="{{signatureBook.attachments[rightSelectedThumbnail].attachment_type}}">
......
...@@ -303,21 +303,43 @@ ...@@ -303,21 +303,43 @@
overflow-y: auto; overflow-y: auto;
} }
.hideresListContent,.hideLeftContent{ .hideLeftContent{
display: inline-block; position: absolute;
height:100%; margin-left: -13px;
text-align: center; color: #666;
vertical-align: middle; top: 45%;
overflow: auto; padding: 5px;
cursor: pointer; cursor: pointer;
width:1%; background: #CEE9F1;
padding-top: 15%; border-radius:40px;
}
.hideRightContent{
position: absolute;
right: -10px;
color: #666;
top: 45%;
padding: 5px;
cursor: pointer;
background: #CEE9F1;
border-radius:40px;
}
.hideresListContent{
position: absolute;
left: -4px;
color: #666;
top: 45%;
padding: 5px;
cursor: pointer;
background: #CEE9F1;
border-radius:40px;
} }
.contentLeft{ .contentLeft{
position: relative; position: relative;
border-right: solid 1px; border-right: solid 1px;
vertical-align: top; vertical-align: top;
padding-left: 10px;
/*width:39%;*/ /*width:39%;*/
} }
...@@ -415,7 +437,7 @@ ...@@ -415,7 +437,7 @@
.pjDetailsMore{ .pjDetailsMore{
z-index: 1; z-index: 1;
position: absolute; position: absolute;
left: -14px; left: 15px;
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