Projet

Général

Profil

0001-scss-make-sure-pages-and-buttons-force-a-clear-10833.patch

Frédéric Péters, 04 mai 2016 13:54

Télécharger (734 octets)

Voir les différences:

Subject: [PATCH] scss: make sure pages and buttons force a clear (#10833)

 static/includes/_wcs.scss | 6 ++++++
 1 file changed, 6 insertions(+)
static/includes/_wcs.scss
425 425
	}
426 426
}
427 427

  
428
div.buttons,
429
div.dataview > p,
430
div.dataview div.page {
431
	clear: both;
432
}
433

  
428 434
label.activity {
429 435
	display: block;
430 436
	background: url(../img/spinner.gif) no-repeat top right;
431
-