Skip to content

Commit

Permalink
change login page icon (#7163)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael18811380328 authored Dec 9, 2024
1 parent ac124d2 commit 00e8d7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions media/css/seahub.css
Original file line number Diff line number Diff line change
Expand Up @@ -2057,6 +2057,10 @@ a.sf-popover-item {
text-decoration: none;
}

#lang-context .sf3-font.sf3-font-down {
font-size: 12px;
}

.captcha {
float: right;
}
Expand Down
2 changes: 1 addition & 1 deletion seahub/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 00e8d7b

Please sign in to comment.