Fix a little bit with how thumbnails were displayed.

Also fix session bug (if session secret changes).
This commit is contained in:
2018-01-29 15:45:58 -06:00
parent 0e2dce822c
commit 4591d3c827
3 changed files with 36 additions and 28 deletions

View File

@@ -122,11 +122,13 @@ div.horizontal-scroll {
img.thumbnail {
height: 100px;
max-height: 100%;
max-width: 100%;
}
.thumbnail-container {
display: block;
height: 120px;
height: 100%;
background-color: #EEE;
padding-top: 20px;
}
@@ -228,7 +230,8 @@ table tfoot {
}
#modal-overlay>div {
width: 500px;
margin: 10% 10%;
width: 80%;
margin: 100px auto;
background-color: #FFF;
border: 1px solid #000;
@@ -242,6 +245,11 @@ div#embiggenedScreenShot {
background-color: #FFF;
}
div#embiggenedScreenShot>img{
max-width:100%;
max-height:100%;
}
div.fullscreen {
height: 100%;
width: 100%;