mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
33 lines
504 B
CSS
33 lines
504 B
CSS
#dsvTabView .signature {
|
|
margin-left: 1em;
|
|
text-align: left;
|
|
}
|
|
|
|
#dsvTabView details {
|
|
margin-left: 2em;
|
|
border: none;
|
|
padding: 0;
|
|
text-align: left;
|
|
width: 100%;
|
|
display: block;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#dsvTabView .certItem {
|
|
background-color: transparent;
|
|
}
|
|
|
|
#dsvTabView summary {
|
|
color: #999;
|
|
padding-right: 1em;
|
|
}
|
|
|
|
#dsvTabView p {
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
margin-left: 2em;
|
|
}
|
|
|
|
#dsvTabView p:hover {
|
|
white-space: pre-wrap;
|
|
}
|