Made main images of detail pages be in a link, that leads to the image file.

Fixed error in search.
This commit is contained in:
2018-06-22 15:07:33 +02:00
committed by Stefan Rohde-Enslin
parent 4e06d0bae7
commit 04a7dbc112
4 changed files with 9 additions and 8 deletions

View File

@ -52,8 +52,7 @@ div.objDetails { }
div.objDetails dt { font-weight: bold; margin-top: .5em; }
div.objDetails dd { margin-left: 0; padding-left: 0; }
div.objDetails .objMainImg { max-width: 200px; margin: .5em 1em 1em 0; float: left;
border: 1px solid #D6D6D6; transition: max-width .4s; }
div.objDetails .objMainImg:hover { max-width: 100vw; max-height: 80vh; float: initial; }
border: 1px solid #D6D6D6; }
.metadataLine { margin-top: 2.5em; color: #666; border-top: 1px solid #D6D6D6; }
.metadataLine > span { margin-right: 2em; font-size: .95em; font-style: italic; }