cartads: add support for layout with two cartads file upload per line (#35337)

This commit is contained in:
Frédéric Péters 2019-09-17 10:04:53 +02:00
parent f8cce79004
commit 826df49d4e
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ div.cartads-piece {
margin-bottom: 2rem;
}
}
div.title + div.file-upload-widget + div.file-upload-widget + div.file-upload-widget + div.button-plus {
div.title + div.grid-1-2 + div.grid-1-2 + div.button-plus,
div.title + div.grid-1-2 + div.grid-1-2 + div.grid-1-2 + div.grid-1-2 + div.button-plus,
div.title + div.grid-1-3 + div.grid-1-3 + div.grid-1-3 + div.button-plus {
// special case when there are three file upload
// widgets and the + button goes to a new line
button {