Projet

Général

Profil

0001-villejuif-add-classes-to-hide-forms-widgets-18428.patch

Serghei Mihai (congés, retour 15/05), 04 septembre 2017 17:09

Télécharger (709 octets)

Voir les différences:

Subject: [PATCH] villejuif: add classes to hide forms widgets (#18428)

 static/villejuif/_custom.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/villejuif/_custom.scss
154 154
	border:1px solid $primary-color;
155 155
}
156 156

  
157
div.PasswordWidget + br.content{
157
div.PasswordWidget + br.content, div.nobr div.content br, div.hidden {
158 158
	display: none;
159 159
}
160
-