Projet

Général

Profil

0001-gallery-adjust-style-of-add-a-new-image-button-33102.patch

Frédéric Péters, 15 mai 2019 07:54

Télécharger (876 octets)

Voir les différences:

Subject: [PATCH] gallery: adjust style of "add a new image" button (#33102)

 combo/manager/static/css/combo.manager.css | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
combo/manager/static/css/combo.manager.css
426 426

  
427 427
ul.gallery li:last-child a {
428 428
	display: block;
429
	line-height: 120px;
429
	box-sizing: border-box;
430
	line-height: 1.5;
430 431
	padding: 0;
431 432
	height: 100%;
432 433
	width: 100%;
433 434
	text-align: center;
435
	padding: 45px 1ex 1ex 1ex;
434 436
}
435
-