Skip to content

Commit

Permalink
Merge branch '7.x' of github.com:islandora/islandora_solution_pack_co…
Browse files Browse the repository at this point in the history
…mpound into 7.x
  • Loading branch information
ruebot committed Oct 16, 2014
2 parents a65d06c + fa26212 commit 8ac5308
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions 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{
Expand Down

0 comments on commit 8ac5308

Please sign in to comment.