Files
Axter-Stash/plugins/DupFileManager/web/DupFileManager_report.css
Chris King c383be80f0 Fixed formatting of report CSS
Added z-index: 1 to large preview image so it appears over other elements
2025-02-16 02:41:12 -08:00

45 lines
584 B
CSS

h2 {
text-align: center;
}
table,
th,
td {
border: 1px solid black;
}
.inline {
display: inline;
}
.scene-details {
text-align: center;
font-size: small;
}
.reason-details {
text-align: left;
font-size: small;
}
.link-items {
text-align: center;
font-size: small;
}
ul {
padding: 0;
}
li {
list-style-type: none;
padding: 1px;
position: relative;
}
.large {
position: absolute;
left: -9999px;
}
li:hover .large {
left: 20px;
top: -150px;
z-index: 1;
}
.large-image {
border-radius: 4px;
box-shadow: 1px 1px 3px 3px rgba(127, 127, 127, 0.15);
}