Fixed formatting of report CSS

Added z-index: 1 to large preview image so it appears over other elements
This commit is contained in:
Chris King
2025-02-16 02:41:12 -08:00
parent 6ef3c77735
commit c383be80f0

View File

@@ -1,11 +1,26 @@
h2 {text-align: center;} h2 {
table, th, td {border:1px solid black;} text-align: center;
}
table,
th,
td {
border: 1px solid black;
}
.inline { .inline {
display: inline; display: inline;
} }
.scene-details{text-align: center;font-size: small;} .scene-details {
.reason-details{text-align: left;font-size: small;} text-align: center;
.link-items{text-align: center;font-size: small;} font-size: small;
}
.reason-details {
text-align: left;
font-size: small;
}
.link-items {
text-align: center;
font-size: small;
}
ul { ul {
padding: 0; padding: 0;
} }
@@ -21,8 +36,9 @@ li {
li:hover .large { li:hover .large {
left: 20px; left: 20px;
top: -150px; top: -150px;
z-index: 1;
} }
.large-image { .large-image {
border-radius: 4px; border-radius: 4px;
box-shadow: 1px 1px 3px 3px rgba(127, 127, 127, 0.15);; box-shadow: 1px 1px 3px 3px rgba(127, 127, 127, 0.15);
} }