Skip to content

Commit

Permalink
IMAGEDAM-194: Add image pre-defined metadata fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebuson committed Nov 16, 2020
1 parent a0f8798 commit e454ddc
Show file tree
Hide file tree
Showing 4 changed files with 418 additions and 320 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
gr-add-meta{
display: flex;
height: 25px;
}

gr-add-meta:hover {
color: white;
}

gr-add-meta .small {
border: none;
padding: 0;
}

.gr-add-meta__form {
}
.gr-add-meta__form select {
width: 265px;
}

.gr-add-meta__form__input {
width: 265px;
margin-top: 3px;
margin-bottom: 3px;
}

.gr-add-meta__form__buttons {
display: flex;
}

.gr-add-meta__form__buttons__button-cancel, .gr-add-label__form__buttons__button-save{
margin-left: 1px;
}
.image-info__heading--meta {
width: 94%;
float: left;
}
Loading

0 comments on commit e454ddc

Please sign in to comment.