diff --git a/static/strasbourg-2018/_custom.scss b/static/strasbourg-2018/_custom.scss index 5ac316cb..a394a507 100644 --- a/static/strasbourg-2018/_custom.scss +++ b/static/strasbourg-2018/_custom.scss @@ -1589,3 +1589,23 @@ div.RadiobuttonsWidget.template-evaluation { } } } + +.gadjo-password-field { + position: relative; + .title { + padding-right: 6em; + } +} + +.password-visibility-checkbox { + display: flex; + position: absolute; + top: 0; + right: 0; + input + label { + margin: 0; + } + input { + margin: 0 0.25em 0 0; + } +}