diff --git a/css/islandora_compound_object.block.css b/css/islandora_compound_object.block.css index 9d6571d..7772f3a 100644 --- a/css/islandora_compound_object.block.css +++ b/css/islandora_compound_object.block.css @@ -1,33 +1,41 @@ .islandora-compound-title { font-weight: bold; + display: inline-block; + font-size: 85%; + line-height: 1.5em; } .islandora-compound-prev-next { - border-bottom: 1px solid #b3b3b3; - margin-bottom: 15px; + margin-bottom: 2em; } .islandora-compound-thumbs { display: block; overflow: auto; + border-top: 1px dotted #ccc; + margin-top: 0.25em; } .islandora-compound-thumb { - max-width: 100%; + max-width: 100% !important; + width: 100%; display: inline-block; overflow: hidden; + border-bottom: 1px dotted #ccc; + padding-bottom: 1em; } .islandora-compound-thumbs img { float: left; - max-width: 85%; + max-width: 92%; + clear: left; } .islandora-compound-thumb .islandora-compound-caption { max-width: 85%; float: left; line-height: 1.25em; - margin-top: 0.5em; + margin: 0.5em 0; } .islandora-compound-thumbs img.active{