Merge pull request #22414 from nextcloud/backport/22358/stable19

This commit is contained in:
John Molakvoæ 2020-08-25 18:04:14 +02:00 committed by GitHub
commit ce8e020ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -84,10 +84,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;
@ -131,6 +128,11 @@ export default {
font-weight: 900;
}
.option__icon {
width: 16px;
height: 16px;
}
.eventlist img,
.eventlist .text {
vertical-align: middle;

View File

@ -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;