From 64f2492280531f2cf41d9a4b43debdf3cc5855ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 15 May 2019 07:48:16 +0200 Subject: [PATCH] gallery: adjust style of "add a new image" button (#33102) --- combo/manager/static/css/combo.manager.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/combo/manager/static/css/combo.manager.css b/combo/manager/static/css/combo.manager.css index 19e239cb..e54884a5 100644 --- a/combo/manager/static/css/combo.manager.css +++ b/combo/manager/static/css/combo.manager.css @@ -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; }