@groupdocs.examples.jquery/signature
Version:
jQuery plugin that allows to display and sign documents supported by groupdocs libraries APIs
144 lines • 2.78 kB
CSS
#csg-params-header > i {
color: white;
font-size: 25px;
cursor: pointer;
margin-left: 28px;
}
.csg-header-buttons {
display: flex;
flex-direction: row;
justify-content: flex-end;
margin: 11px 23px 14px 14px;
}
#csg-params-header > button {
background-color: #2e84b9;
color: #ffffff;
width: 83px;
height: 27px;
border: 0;
border-radius: 3px;
margin-left: 12px;
cursor: pointer;
font-size: 14px;
font-family: Helvetica;
font-weight: bold;
text-align: left;
}
#csg-params-header > button i {
width: 12px;
margin: 7px 11px 6px 9px;
}
.csg-params {
display: -webkit-inline-box;
height: 34px;
top: -40px;
padding: 0;
}
.csg-params i {
font-size: 14px;
padding: 10px 7px 10px 10px;
cursor: pointer;
}
.csg-params > *:last-child{
padding: 10px 10px 10px 10px;
}
.csg-preview {
width: 100%;
height: 100%;
}
.csg-bouding-box {
border: 1px solid #679FFA;
position: absolute;
z-index: 10;
}
.csg-border-width {
background-image: url(../images/stampBorderWidth.png);
width: 14px ;
height: 14px ;
margin: 10px 11px 10px 7px;
}
.csg-border-width select {
position: absolute;
width: 27px;
border: 0;
background-color: rgba(0,0,0,0);
cursor: pointer;
}
.csg-text-input {
display: none;
padding: 5px;
background-color: #e6e6e6;
position: absolute;
top: 50px;
left: 0px;
z-index: 999999999;
width: 100%;
flex-direction: row;
display: flex;
}
.csg-text-input::after{
content: " ";
width: 0;
height: 0;
border-style: solid;
border-width: 0 4px 5px 4px;
border-color: transparent transparent #e6e6e6 transparent;
position: absolute;
top:-5px;
right: 110px;
}
.csg-text-input input {
margin-right: 10px;
height: 26px;
width:100%;
}
.csg-insert-text {
padding: 5px;
width: 27px;
height: 27px;
background-color: #3787F5;
}
.csg-insert-text i {
color: white;
}
.fa-fill-drip > div{
visibility: hidden;
}
.csg-text-menu {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 50px;
background-color: #3E4E5A;
display: flex;
flex-direction: row;
align-items: baseline;
}
.csg-text-menu select {
font-size: 14px;
margin: 16px 29px 0 13px;
background-color: #3e4e5a;
color: white;
cursor: pointer;
}
.csg-text-menu .gd-font-size {
background-color: #3e4e5a;
color: white;
}
.csg-text-menu i {
font-size: 14px;
color: white;
padding: 6px;
margin: 0 16px 0 16px;
cursor: pointer;
}
.csg-text-menu .gd-text-color-picker {
width: 26px;
height: 26px;
top: 6px;
margin: 0px 11px 0 11px;
}
.csg-text-menu i.active {
background-color: #969696;
}