mirror of
https://github.com/haiwen/seahub.git
synced 2025-05-05 22:46:53 +00:00
change login page icon (#7163)
This commit is contained in:
parent
ac124d20ba
commit
00e8d7b65a
@ -2057,6 +2057,10 @@ a.sf-popover-item {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#lang-context .sf3-font.sf3-font-down {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.captcha {
|
||||
float: right;
|
||||
}
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user