Skip to content

Commit

Permalink
Merge pull request #590 from inakijv/EZP-29496_ezauthor_fType_btns_align
Browse files Browse the repository at this point in the history
EZP-29496: Improved styling of ez_author field type buttons in edit view
  • Loading branch information
Łukasz Serwatka authored Aug 7, 2018
2 parents a4dd250 + f184651 commit 5f1d3fd
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/bundle/Resources/public/scss/fieldType/edit/_ezauthor.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
.ez-field-edit--ezauthor {
.ez-data-source__author {
background-color: $ez-ground-base;
padding: 1rem;
padding: 1rem 1rem 1.25rem 1rem;

&.form-row {
align-items: flex-end;
}
}

.ez-data-source__label-wrapper {
Expand All @@ -10,10 +14,15 @@
}
}

.ez-data-source__input-wrapper {
.form-control {
margin-bottom: 0;
}
}

.ez-data-source__actions {
display: flex;
align-items: center;
padding-top: 2.5rem;

button {
margin: 0 .35rem;
Expand Down

0 comments on commit 5f1d3fd

Please sign in to comment.