gallery: adjust style of "add a new image" button (#33102)

This commit is contained in:
Frédéric Péters 2019-05-15 07:48:16 +02:00
parent 25d19a665a
commit 64f2492280
1 changed files with 5 additions and 3 deletions

View File

@ -419,16 +419,18 @@ ul.gallery li span.image-actions {
}
ul.gallery li:last-child {
height: 124px;
width: 124px;
height: 126px;
width: 126px;
margin-bottom: 1rem;
}
ul.gallery li:last-child a {
display: block;
line-height: 120px;
box-sizing: border-box;
line-height: 1.5;
padding: 0;
height: 100%;
width: 100%;
text-align: center;
padding: 45px 1ex 1ex 1ex;
}