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.
*/
.islandora img,
.islandora-object-thumb img {
.islandora img {
max-width: 100%;
*width: 100%;
}

4
css/islandora.objects.css

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

Loading…
Cancel
Save