2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
.b-settings-identities {
|
|
|
|
|
|
|
|
.process-place {
|
|
|
|
text-align: center;
|
|
|
|
width: 600px;
|
|
|
|
padding: 14px 0;
|
|
|
|
}
|
|
|
|
|
2014-02-07 07:22:39 +08:00
|
|
|
.e-signature-place {
|
|
|
|
display: inline-block;
|
2014-02-13 00:01:53 +08:00
|
|
|
width: 680px;
|
|
|
|
height: 250px;
|
2014-02-07 07:22:39 +08:00
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.list-table {
|
|
|
|
|
|
|
|
width: 600px;
|
|
|
|
|
|
|
|
td {
|
|
|
|
padding: 4px 8px;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.identity-img {
|
|
|
|
font-size: 12px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.identity-name {
|
|
|
|
display: inline-block;
|
|
|
|
word-break: break-all;
|
|
|
|
.box-sizing(border-box);
|
|
|
|
line-height: 22px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.identity-item {
|
|
|
|
|
|
|
|
.e-action {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-delete {
|
|
|
|
margin-right: 15px;
|
|
|
|
margin-top: 5px;
|
|
|
|
visibility: hidden;
|
|
|
|
.opacity(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.delete-access {
|
|
|
|
&.button-delete {
|
|
|
|
visibility: visible;
|
|
|
|
margin-right: 0;
|
|
|
|
.opacity(100);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.delete-identity {
|
|
|
|
cursor: pointer;
|
|
|
|
.opacity(50);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|