Skip to content
Snippets Groups Projects
Commit c2a9faea authored by Alex ORLUC's avatar Alex ORLUC
Browse files

update css

parent 1f7cd990
No related branches found
No related tags found
No related merge requests found
...@@ -21,11 +21,6 @@ ...@@ -21,11 +21,6 @@
</div> </div>
</div> </div>
<div id="labelSignatureBook" title="{{signatureBook.currentAction.actionLabel}}" ><div>{{signatureBook.currentAction.actionLabel}}</div></div> <div id="labelSignatureBook" title="{{signatureBook.currentAction.actionLabel}}" ><div>{{signatureBook.currentAction.actionLabel}}</div></div>
<div class="others">
<span id="consigne">
<input type="text" value="{{signatureBook.consigne}}" title="Consigne" readonly="readonly">
</span>
</div>
<div class="actions"> <div class="actions">
<i style="cursor: pointer;vertical-align: middle;" title="Accédez à la fiche détaillée" class="fa fa-info-circle fa-2x" (click)="backToDetails()"></i>&nbsp; <i style="cursor: pointer;vertical-align: middle;" title="Accédez à la fiche détaillée" class="fa fa-info-circle fa-2x" (click)="backToDetails()"></i>&nbsp;
<select id="signatureBookActions"> <select id="signatureBookActions">
...@@ -33,6 +28,11 @@ ...@@ -33,6 +28,11 @@
</select> </select>
<input name="send" id="send" value="Valider" class="button" type="button" (click)="validForm()"> <input name="send" id="send" value="Valider" class="button" type="button" (click)="validForm()">
</div> </div>
<div class="others">
<span id="consigne">
<input type="text" value="{{signatureBook.consigne}}" title="Consigne" readonly="readonly">
</span>
</div>
</div> </div>
<div class="contentSignatureBook"> <div class="contentSignatureBook">
<div class="resListContent" [ngStyle]="{'display': showResLeftPanel ? 'inline-block' : 'none'}" id="resListContent"> <div class="resListContent" [ngStyle]="{'display': showResLeftPanel ? 'inline-block' : 'none'}" id="resListContent">
......
...@@ -246,16 +246,17 @@ ...@@ -246,16 +246,17 @@
} }
.titleSignatureBook .others{ .titleSignatureBook .others{
border-right: solid 1px black; float:right;
width:10%;
padding: 5px; padding: 5px;
vertical-align: middle; vertical-align: middle;
text-align: right; text-align: right;
} }
.titleSignatureBook .others input{ .titleSignatureBook .others input{
width: 95%;
background: #E6E6E6; background: #E6E6E6;
border-radius: 2px; border-radius: 2px;
width: 350px;
border: none; border: none;
padding: 5px; padding: 5px;
} }
...@@ -479,11 +480,13 @@ img.panelSelectedThumbnail,img:hover.panelSelectedThumbnail{ ...@@ -479,11 +480,13 @@ img.panelSelectedThumbnail,img:hover.panelSelectedThumbnail{
} }
.actions{ .actions{
width: 35%; float:right;
width: 25%;
padding: 5px; padding: 5px;
vertical-align: middle; vertical-align: middle;
text-align: right; text-align: right;
text-transform: initial; text-transform: initial;
border-left: solid 1px black;
} }
.actions i{ .actions i{
width:5%; width:5%;
...@@ -509,30 +512,33 @@ img.panelSelectedThumbnail,img:hover.panelSelectedThumbnail{ ...@@ -509,30 +512,33 @@ img.panelSelectedThumbnail,img:hover.panelSelectedThumbnail{
text-transform : uppercase; text-transform : uppercase;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis;
} }
#closeSignatureBook{ #closeSignatureBook{
float:left;
padding:5px; padding:5px;
width:2%; width:2%;
text-align: center; text-align: center;
} }
#labelSignatureBook{ #labelSignatureBook{
float:left;
width: 33%; width: 33%;
padding-left: 10px; padding-left: 10px;
margin-top: 10px;
} }
#labelSignatureBook div{ #labelSignatureBook div{
width: 450px; /*width: 100%;*/
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
display: block; display: block;
} }
#tabSignatureBook{ #tabSignatureBook{
float:left;
width:auto; width:auto;
} }
.titleSignatureBook div{ .titleSignatureBook div{
display:table-cell; display:inline-block;
vertical-align: middle; vertical-align: middle;
} }
......
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