Projet

Général

Profil

0001-villeurbanne-2018-remove-padding-for-file-inputs-258.patch

Serghei Mihai (congés, retour 15/05), 27 août 2018 13:29

Télécharger (693 octets)

Voir les différences:

Subject: [PATCH] villeurbanne-2018: remove padding for file inputs (#25871)

 static/villeurbanne-2018/_custom.scss | 4 ++++
 1 file changed, 4 insertions(+)
static/villeurbanne-2018/_custom.scss
49 49
	height: 2.2rem;
50 50
}
51 51

  
52
input[type="file"] {
53
	padding: 0;
54
}
55

  
52 56
div#rub_service {
53 57
	h2 {
54 58
		color: #000000;
55
-