Projet

Général

Profil

0001-style-collapse-borders-of-single-list-in-section-218.patch

cas particulier côté chrono - Frédéric Péters, 14 février 2018 09:42

Télécharger (835 octets)

Voir les différences:

Subject: [PATCH] style: collapse borders of single list in section (#21838)

 chrono/manager/static/css/style.scss | 4 ++++
 1 file changed, 4 insertions(+)
chrono/manager/static/css/style.scss
60 60
	margin-top: 0;
61 61
}
62 62

  
63
.timeperiods .timeperiod:first-child:last-child ul.objects-list {
64
	margin: calc(-1rem - 1px);
65
}
66

  
63 67
.timeperiods .timeperiod a.add::before {
64 68
	content: "\f055"; /* plus-circle */
65 69
	font-family: FontAwesome;
66
-