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

update css

parent fd489088
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
</div>
<div class='visaContent'>
<div class="titleSignatureBook" title="Viser le document n°231 : {{signatureBook.documents[0].title}}">
Viser le document n°231 : {{signatureBook.documents[0].title}}
</div>
<div class="headerSignatureBook">
<div class="item" ng-class="{'activeTabSignatureBook': signatureBook.headerTab == 1}" ng-click="changeSignatureBookLeftContent(1)">
<i class="fa fa-dashboard fa-2x"></i>
......
......@@ -347,6 +347,23 @@ img.panelSelectedThumbnail,img:hover.panelSelectedThumbnail{
width:19%;
}
.titleSignatureBook{
border-radius: 0px 0px 20px;
width:40%;
border-right: solid 1px black;
border-top: solid 1px black;
border-left: solid 1px black;
padding: 5px;
vertical-align: middle;
font-weight: bold;
background: #009DC5;
color: white;
text-transform : uppercase;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.headerSignatureBook{
border: solid 1px black;
display: table;
......
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