For images show a preview picture instead of the symbol

This commit is contained in:
Jan Böhmer 2019-08-11 17:24:54 +02:00
parent ca48343293
commit bcdba8b3e0
2 changed files with 14 additions and 4 deletions

View file

@ -54,7 +54,7 @@ body {
top: 60px;
bottom: 0;
left: 0;
z-index: 1000;
/* z-index: 1000;*/
/* padding: 20px; */
padding-left: 15px;
/* padding-top: 15px; */
@ -81,7 +81,7 @@ body {
right: 0;
left: 0;
background-color: inherit;
z-index: 1000;
/* z-index: 1000; */
width: inherit;
overflow-x: hidden;
overflow-y: auto;
@ -327,6 +327,12 @@ btn-xs
display: block;
margin-left: auto;
margin-right: auto;
}
.hoverpic:hover {
transform: scale(5);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.thumbnail-sm {