1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-05-05 22:46:53 +00:00

change login page icon ()

This commit is contained in:
Michael An 2024-12-09 17:16:22 +08:00 committed by GitHub
parent ac124d20ba
commit 00e8d7b65a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions
media/css
seahub/templates

View File

@ -2057,6 +2057,10 @@ a.sf-popover-item {
text-decoration: none;
}
#lang-context .sf3-font.sf3-font-down {
font-size: 12px;
}
.captcha {
float: right;
}

View File

@ -48,7 +48,7 @@
{% if not request.user.is_authenticated %}
{# for non-logged-in user #}
<div id="lang">
<a href="#" id="lang-context" data-lang="{{ LANGUAGE_CODE }}">{{ LANGUAGE_CODE|language_name_local|capfirst }} <span class="icon-caret-down"></span></a>
<a href="#" id="lang-context" data-lang="{{ LANGUAGE_CODE }}">{{ LANGUAGE_CODE|language_name_local|capfirst }} <span class="sf3-font sf3-font-down"></span></a>
<div id="lang-context-selector" class="sf-popover hide">
<ul class="sf-popover-con">
{% for LANG in LANGUAGES %}