Skip to content

Commit

Permalink
Merge pull request #22415 from nextcloud/backport/22358/stable18
Browse files Browse the repository at this point in the history
[stable18] fix event icon sizes and text alignment
  • Loading branch information
rullzer authored Aug 26, 2020
2 parents a2f8cae + 20ee1d6 commit ab575c9
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 21 deletions.
26 changes: 13 additions & 13 deletions apps/workflowengine/js/workflowengine.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/workflowengine/js/workflowengine.js.map

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions apps/workflowengine/src/components/Event.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,7 @@ export default {
}
.isComplex {
img {
vertical-align: top;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 4px;
vertical-align: text-top;
}
span {
padding-top: 2px;
Expand Down Expand Up @@ -130,6 +127,11 @@ export default {
font-weight: 900;
}
.option__icon {
width: 16px;
height: 16px;
}
.eventlist img,
.eventlist .text {
vertical-align: middle;
Expand Down
7 changes: 4 additions & 3 deletions apps/workflowengine/src/components/Rule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -232,21 +232,22 @@ export default {
.trigger p, .action p {
min-height: 34px;
display: flex;
align-items: center;
& > span {
min-width: 50px;
text-align: right;
color: var(--color-text-maxcontrast);
padding-right: 10px;
padding-top: 7px;
margin-bottom: auto;
padding-top: 6px;
}
.multiselect {
flex-grow: 1;
max-width: 300px;
}
}
.trigger p:first-child span {
padding-top: 3px;
}
.check--add {
background-position: 7px center;
Expand Down

0 comments on commit ab575c9

Please sign in to comment.