Skip to content

Commit

Permalink
Style updated linked resources markup.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Dec 8, 2022
1 parent 35fa8b7 commit 6750565
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion asset/css/default.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion asset/css/inkwell.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion asset/css/revolution.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion asset/css/seafoam.css

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions asset/scss/_omeka.scss
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,23 @@ body.vertical-menu footer {
margin: (.5 * $global-margin) 0;
}

#linked-filter label {
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: $global-font-size;
line-height: $paragraph-lineheight;
margin-bottom: $global-margin;

select {
margin-left: .5 * $global-margin;
}
}

.linked-resource-property {
text-align: left;
}

@include breakpoint(medium up) {
.linked-header {
display: flex;
Expand Down

0 comments on commit 6750565

Please sign in to comment.