diff --git a/gestioncof/static/css/cof.css b/gestioncof/static/css/cof.css index 269736d0..fda55d98 100644 --- a/gestioncof/static/css/cof.css +++ b/gestioncof/static/css/cof.css @@ -800,7 +800,7 @@ input#search_autocomplete { height: 40px; padding: 10px 8px; margin: 0 auto; - margin-top: 20px; + margin-top: 0px; display: block; color: #aaa; } @@ -1119,3 +1119,10 @@ div.messages div.alert-success div.container { div.messages div.alert div.container a { color: inherit; } + +/* Help text */ + +p.help-block { + margin: 5px auto; + width: 90%; +} diff --git a/gestioncof/templates/registration.html b/gestioncof/templates/registration.html index 769808de..d6914f64 100644 --- a/gestioncof/templates/registration.html +++ b/gestioncof/templates/registration.html @@ -9,7 +9,9 @@ {% block realcontent %}

Inscription d'un nouveau membre

- +

Les mots contentant des caractères non alphanumériques seront ignorés

+