|
|
|
@ -10,9 +10,15 @@ div.islandora-objects > div { |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* img styling (max-width) - Setting a max width to ensure a thumbnails width |
|
|
|
|
|
|
|
* does not exceed that of its parent container (ex: 20%). |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* img styling (max-height) - Avoid making assumptions on max height here, allowing auto |
|
|
|
|
|
|
|
* height based on max-width of 100%. Consider overrideing this file in your theme, |
|
|
|
|
|
|
|
* or adding your own CSS to address a maximum thumbnail height. |
|
|
|
|
|
|
|
*/ |
|
|
|
.islandora-object img { |
|
|
|
.islandora-object img { |
|
|
|
max-width: 100%; |
|
|
|
max-width: 100%; |
|
|
|
max-height: 12em; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.islandora-objects-list-item { |
|
|
|
.islandora-objects-list-item { |
|
|
|
|