scss: restore height of "short" file upload buttons (#40736)

This commit is contained in:
Frédéric Péters 2020-03-14 14:34:08 +01:00
parent 094ec4b2f6
commit 37af4b4ac8
1 changed files with 17 additions and 12 deletions

View File

@ -563,18 +563,6 @@ div.file-upload-widget {
content: "\f1c5"; // file-image-o
}
}
&.short div.file-button {
height: 110px;
div.widget-message {
padding-top: 0px;
&::before {
padding-top: 10px;
}
&::after {
top: 5px;
}
}
}
&.has-file {
div.file-button {
div.upload-done {
@ -634,6 +622,23 @@ div.file-upload-widget {
}
}
}
&.short {
div.file-button {
min-height: 110px;
}
&.widget-readonly div.file-button {
height: 110px;
}
div.file-button div.widget-message {
padding-top: 0px;
&::before {
padding-top: 10px;
}
&::after {
top: 5px;
}
}
}
div.fileprogress {
position: absolute;
border: none;