Projet

Général

Profil

0001-portal-agent-add-some-bottom-margin-to-cells-26650.patch

Frédéric Péters, 24 septembre 2018 11:10

Télécharger (762 octets)

Voir les différences:

Subject: [PATCH] portal agent: add some bottom margin to cells (#26650)

 data/themes/gadjo/static/css/agent-portal.scss | 4 ++++
 1 file changed, 4 insertions(+)
data/themes/gadjo/static/css/agent-portal.scss
38 38
	float: left;
39 39
}
40 40

  
41
div.cell {
42
	margin-bottom: 2rem;
43
}
44

  
41 45
div.cell.gauge div.bo-block {
42 46
	position: relative;
43 47
}
44
-