diff --git a/media/css/seahub.css b/media/css/seahub.css index d809e2bf0c..5dd0eab231 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -889,6 +889,12 @@ textarea:-moz-placeholder {/* for FF */ margin-top:20px; color:#666; } +.new-narrow-panel-tip { + margin-top: 20px; + text-align: center; + color:#666; + font-size: 13px; +} /**** wide panel ****/ /* e.g. repo decrypt page */ .wide-panel { width: 928px; diff --git a/seahub/templates/registration/password_change_done.html b/seahub/templates/registration/password_change_done.html index c2e9e918db..b174ce82a3 100644 --- a/seahub/templates/registration/password_change_done.html +++ b/seahub/templates/registration/password_change_done.html @@ -7,6 +7,7 @@
{% trans "Your password has been changed successfully." %}
+{% trans "Please update your password before continue." %}
-{% endif %}{% trans "Please update your password before continue." %}
+ {% endif %}