diff --git a/media/css/seahub.css b/media/css/seahub.css index 0c3e9b0e63..60f0e81a2b 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -227,9 +227,6 @@ a.normal {font-weight: normal;} a:focus, a:hover { color: #eb8205; } -a.black { - color:#322; -} a.table-sort-op { color:inherit; font-weight:normal; @@ -660,6 +657,19 @@ textarea:-moz-placeholder {/* for FF */ background:transparent; border:0; } +/**** btn with link styles ****/ +.sf-link-btn { + color:#eb8205; + border:none; + padding:0; + background:none; +} +.sf-link-btn:focus, +.sf-link-btn:hover { + color:#eb8205; + background:none; + text-decoration:underline; +} /*******ui widgets**************/ /**** path ****/ @@ -3829,9 +3839,6 @@ img.thumbnail { .input.two-factor-auth-login-token-input { margin-bottom:15px; } -.two-factor-auth-login-no-phone { - margin-top:3rem; -} #id_generator-token, #id_sms-number, #id_validation-token {/* token input */ diff --git a/seahub/two_factor/templates/two_factor/core/login.html b/seahub/two_factor/templates/two_factor/core/login.html index b4042fbecc..758a2ad5ff 100644 --- a/seahub/two_factor/templates/two_factor/core/login.html +++ b/seahub/two_factor/templates/two_factor/core/login.html @@ -27,12 +27,14 @@ {% else %}
{% endif %} - + {% if backup_tokens > 0 %}{% trans "Don't have your phone?" %}
- ++ {% trans "Don't have your phone?" %} + +
{% trans "You can enter one of your backup codes in case you lost access to your mobile device." %}
- + {% endif %}