From a7d5e0c875648c6a63cd73c779978a6d73b45f96 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Mon, 4 Sep 2017 17:07:09 +0200 Subject: [PATCH] villejuif: add classes to hide forms widgets (#18428) --- static/villejuif/_custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/villejuif/_custom.scss b/static/villejuif/_custom.scss index e237fa2..ff99f83 100644 --- a/static/villejuif/_custom.scss +++ b/static/villejuif/_custom.scss @@ -154,6 +154,6 @@ div.datetimepicker{ border:1px solid $primary-color; } -div.PasswordWidget + br.content{ +div.PasswordWidget + br.content, div.nobr div.content br, div.hidden { display: none; } -- 2.14.1