Skip to content

Commit

Permalink
Merge pull request kitodo#6254 from thomaslow/fix-vertical-alignment-…
Browse files Browse the repository at this point in the history
…gallery-placeholder

Fix vertical alignment of gallery placeholder images
  • Loading branch information
solth authored Oct 9, 2024
2 parents ce23a74 + ebfece1 commit 2a0f8d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Kitodo/src/main/webapp/WEB-INF/resources/css/kitodo.css
Original file line number Diff line number Diff line change
Expand Up @@ -3428,6 +3428,7 @@ Column content
.thumbnail + .thumbnail-container video {
background: var(--carbon-blue);
border: solid calc(2 * var(--default-border-width)) var(--carbon-blue);
box-sizing: border-box;
}

.thumbnail.selected + .thumbnail-container .mediaListIconItem,
Expand Down Expand Up @@ -3611,6 +3612,7 @@ Column content
#imagePreviewForm\:unstructuredMedia ul li > .ui-panel.ui-draggable {
display: inline-block;
position: relative;
vertical-align: top;
}

.page-drop-area {
Expand Down

0 comments on commit 2a0f8d7

Please sign in to comment.