This commit is contained in:
NBTX
2019-08-28 01:10:00 +01:00
parent f265046676
commit 8912004dcc
2 changed files with 107 additions and 34 deletions

View File

@@ -171,7 +171,7 @@ fieldset.orange legend {
color: #F5A623;
}
.collapsible.hidden {
.hidden {
display: none;
}
@@ -290,3 +290,29 @@ fieldset#history {
}
}
}
.align-left { text-align: left; }
.align-right { text-align: right; }
#response-details-wrapper {
position: relative;
overflow: hidden;
border-radius: 4px;
margin: 4px;
#response-details {
margin: 0;
}
.covers-response {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: white;
height: 100%;
width: 100%;
}
}