Skip to content
Snippets Groups Projects
Commit 2b3f0a54 authored by Damien's avatar Damien
Browse files

[FEAT] [PARA V2] Resize ResList panel

parent e9093ce8
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<div class="titleSignatureBook"> <div class="titleSignatureBook">
<div id="closeSignatureBook"><i style="cursor: pointer" (click)="backToBasket()" class="fa fa-times-circle fa-2x"></i></div> <div id="closeSignatureBook"><i style="cursor: pointer" (click)="backToBasket()" class="fa fa-times-circle fa-2x"></i></div>
<div id="tabSignatureBook"> <div id="tabSignatureBook">
<div title="Courrier" class="item" [ngClass]="{'activeTabSignatureBook': headerTab == 1}" (click)="changeSignatureBookLeftContent(1)"> <div title="Courrier" class="item" [ngClass]="{'activeTabSignatureBook': headerTab == 1}" style="border-left: solid 1px black" (click)="changeSignatureBookLeftContent(1)">
<i class="fa fa-dashboard fa-2x"></i> <i class="fa fa-dashboard fa-2x"></i>
</div> </div>
<div title="Note(s)" class="item" [ngClass]="{'activeTabSignatureBook': headerTab == 2}" (click)="changeSignatureBookLeftContent(2)"> <div title="Note(s)" class="item" [ngClass]="{'activeTabSignatureBook': headerTab == 2}" (click)="changeSignatureBookLeftContent(2)">
......
...@@ -54,8 +54,8 @@ var SignatureBookComponent = (function () { ...@@ -54,8 +54,8 @@ var SignatureBookComponent = (function () {
this.showAttachmentEditionPanel = false; this.showAttachmentEditionPanel = false;
this.loading = false; this.loading = false;
this.loadingSign = false; this.loadingSign = false;
this.leftContentWidth = "42%"; this.leftContentWidth = "43%";
this.rightContentWidth = "42%"; this.rightContentWidth = "43%";
this.notesViewerLink = ""; this.notesViewerLink = "";
this.visaViewerLink = ""; this.visaViewerLink = "";
this.histViewerLink = ""; this.histViewerLink = "";
...@@ -110,8 +110,8 @@ var SignatureBookComponent = (function () { ...@@ -110,8 +110,8 @@ var SignatureBookComponent = (function () {
_this.visaViewerLink = "index.php?display=true&page=show_visa_tab&module=visa&resId=" + _this.resId + "&collId=letterbox_coll&visaStep=true"; _this.visaViewerLink = "index.php?display=true&page=show_visa_tab&module=visa&resId=" + _this.resId + "&collId=letterbox_coll&visaStep=true";
_this.histViewerLink = "index.php?display=true&dir=indexing_searching&page=document_workflow_history&id=" + _this.resId + "&coll_id=letterbox_coll&load&size=full"; _this.histViewerLink = "index.php?display=true&dir=indexing_searching&page=document_workflow_history&id=" + _this.resId + "&coll_id=letterbox_coll&load&size=full";
_this.linksViewerLink = "index.php?display=true&page=show_links_tab&id=" + _this.resId; _this.linksViewerLink = "index.php?display=true&page=show_links_tab&id=" + _this.resId;
_this.leftContentWidth = "42%"; _this.leftContentWidth = "43%";
_this.rightContentWidth = "42%"; _this.rightContentWidth = "43%";
if (_this.signatureBook.documents[0]) { if (_this.signatureBook.documents[0]) {
_this.leftViewerLink = _this.signatureBook.documents[0].viewerLink; _this.leftViewerLink = _this.signatureBook.documents[0].viewerLink;
} }
...@@ -204,8 +204,8 @@ var SignatureBookComponent = (function () { ...@@ -204,8 +204,8 @@ var SignatureBookComponent = (function () {
this.leftContentWidth = "47%"; this.leftContentWidth = "47%";
} }
else { else {
this.rightContentWidth = "42%"; this.rightContentWidth = "43%";
this.leftContentWidth = "42%"; this.leftContentWidth = "43%";
} }
} }
}; };
......
...@@ -50,8 +50,8 @@ export class SignatureBookComponent implements OnInit { ...@@ -50,8 +50,8 @@ export class SignatureBookComponent implements OnInit {
loading : boolean = false; loading : boolean = false;
loadingSign : boolean = false; loadingSign : boolean = false;
leftContentWidth : string = "42%"; leftContentWidth : string = "43%";
rightContentWidth : string = "42%"; rightContentWidth : string = "43%";
notesViewerLink : string = ""; notesViewerLink : string = "";
visaViewerLink : string = ""; visaViewerLink : string = "";
...@@ -114,8 +114,8 @@ export class SignatureBookComponent implements OnInit { ...@@ -114,8 +114,8 @@ export class SignatureBookComponent implements OnInit {
this.histViewerLink = "index.php?display=true&dir=indexing_searching&page=document_workflow_history&id=" + this.resId + "&coll_id=letterbox_coll&load&size=full"; this.histViewerLink = "index.php?display=true&dir=indexing_searching&page=document_workflow_history&id=" + this.resId + "&coll_id=letterbox_coll&load&size=full";
this.linksViewerLink = "index.php?display=true&page=show_links_tab&id=" + this.resId; this.linksViewerLink = "index.php?display=true&page=show_links_tab&id=" + this.resId;
this.leftContentWidth = "42%"; this.leftContentWidth = "43%";
this.rightContentWidth = "42%"; this.rightContentWidth = "43%";
if (this.signatureBook.documents[0]) { if (this.signatureBook.documents[0]) {
this.leftViewerLink = this.signatureBook.documents[0].viewerLink; this.leftViewerLink = this.signatureBook.documents[0].viewerLink;
} }
...@@ -208,8 +208,8 @@ export class SignatureBookComponent implements OnInit { ...@@ -208,8 +208,8 @@ export class SignatureBookComponent implements OnInit {
this.rightContentWidth = "47%"; this.rightContentWidth = "47%";
this.leftContentWidth = "47%"; this.leftContentWidth = "47%";
} else { } else {
this.rightContentWidth = "42%"; this.rightContentWidth = "43%";
this.leftContentWidth = "42%"; this.leftContentWidth = "43%";
} }
} }
} }
......
This diff is collapsed.
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
} }
.resListContent{ .resListContent{
width:10%; width:8%;
height:100%; height:100%;
text-align: center; text-align: center;
border-right: solid 1px; border-right: solid 1px;
...@@ -547,12 +547,12 @@ img.panelSelectedThumbnail,img:hover.panelSelectedThumbnail{ ...@@ -547,12 +547,12 @@ img.panelSelectedThumbnail,img:hover.panelSelectedThumbnail{
display: table-cell; display: table-cell;
padding: 5px; padding: 5px;
cursor: pointer; cursor: pointer;
width: 5%;
vertical-align: middle; vertical-align: middle;
width: 40px; width: 40px;
text-align: center; text-align: center;
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
padding-bottom: 7px;
color:#666; color:#666;
background-color: #deedf3; background-color: #deedf3;
} }
......
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