Browse Source

Added basic styling for solr driven thumbnails.

pull/663/head
MorganDawe 9 years ago
parent
commit
c1e6c5910b
  1. 3
      css/islandora.base.css
  2. 4
      css/islandora.objects.css

3
css/islandora.base.css

@ -5,8 +5,7 @@
Purpose of the stylesheet follows. Purpose of the stylesheet follows.
*/ */
.islandora img, .islandora img {
.islandora-object-thumb img {
max-width: 100%; max-width: 100%;
*width: 100%; *width: 100%;
} }

4
css/islandora.objects.css

@ -10,6 +10,10 @@ div.islandora-objects > div {
display: inline-block; display: inline-block;
} }
.islandora-object img {
max-width: 100%;
}
.islandora-objects-list-item { .islandora-objects-list-item {
clear: both; clear: both;
width: 100%; width: 100%;

Loading…
Cancel
Save