Projet

Général

Profil

0001-meyzieu-2018-put-profile-fields-labels-and-values-in.patch

Serghei Mihai (congés, retour 15/05), 18 mai 2018 16:20

Télécharger (858 octets)

Voir les différences:

Subject: [PATCH] meyzieu-2018: put profile fields labels and values in one
 line (#22108)

 static/meyzieu-2018/_custom.scss | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
static/meyzieu-2018/_custom.scss
460 460
			}
461 461
		}
462 462
	}
463
	div#a2-profile {
464
		div.field {
465
			margin: 0 0 1em 0;
466
			span.label {
467
				display: inline;
468
				font-weight: bold;
469
				font-size: 100%;
470
			}
471
			div.value {
472
				display: inline;
473
				&::before {
474
					content: ':';
475
					margin: 0 2px;
476
				}
477
			}
478
		}
479
	}
463 480
}
464 481

  
465
-