mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-27 19:05:16 +00:00
Merge pull request #7587 from haiwen/13.0-use-new-seafile-ui
update seafile-ui.css
This commit is contained in:
commit
db178150ae
@ -1,6 +1,15 @@
|
||||
.modal .seahub-modal-btn.close {
|
||||
padding: 14px 16px;
|
||||
opacity: 1;
|
||||
margin: -1rem -1rem -1rem auto;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
float: right;
|
||||
font-size: 1.40625rem;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
color: #000;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
}
|
||||
|
||||
.modal .seahub-modal-btn.close:not(:disabled):not(.disabled):hover {
|
||||
|
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
||||
{% block sub_title %}{% trans "Email address verification" %} - {% endblock %}
|
||||
{% block header_css_class %}hide{% endblock %}
|
||||
{% block extra_base_style %}
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css?t=20250312" />
|
||||
{% endblock %}
|
||||
|
||||
{% block extra_style %}
|
||||
|
@ -18,7 +18,7 @@
|
||||
<link rel="icon" href="{{ MEDIA_URL }}{{ favicon_path }}" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="{{ MEDIA_URL }}{{ apple_touch_icon_path }}">
|
||||
{% block extra_base_style %}
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}/css/seafile-ui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}/css/seafile-ui.css?t=20250312" />
|
||||
{% endblock %}
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub.css?t=1398068110" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/sf_font3/iconfont.css" />
|
||||
|
@ -20,7 +20,7 @@
|
||||
<link rel="icon" href="{{ MEDIA_URL }}{{ favicon_path }}" type="image/x-icon" id="favicon">
|
||||
<link rel="apple-touch-icon" href="{{ MEDIA_URL }}{{ apple_touch_icon_path }}">
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/sf_font3/iconfont.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css?t=20250312" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub_react.css?t=20250218" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}seafile-editor/seafile-editor-font.css" />
|
||||
{% block extra_style %}{% endblock %}
|
||||
|
@ -10,7 +10,7 @@ input[type=password] {
|
||||
height: auto;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css?t=20250312" />
|
||||
<style type="text/css">
|
||||
.small-panel {
|
||||
max-width: 480px;
|
||||
|
@ -14,7 +14,7 @@
|
||||
<link rel="icon" href="{{ MEDIA_URL }}{{ favicon_path }}" id="favicon" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/sf_font3/iconfont.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}seafile-editor/seafile-editor-font.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css?t=20250312" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub_react.css?t=20250218" />
|
||||
{% render_bundle 'markdownEditor' 'css' %}
|
||||
<link rel="stylesheet" type="text/css" media="print" href="{{ MEDIA_URL }}css/print_for_md_file_view.css" />
|
||||
|
@ -14,7 +14,7 @@
|
||||
<link rel="icon" href="{{ MEDIA_URL }}{{ favicon_path }}" id="favicon" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/sf_font3/iconfont.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}seafile-editor/seafile-editor-font.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css?t=20250312" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub_react.css?t=20250218" />
|
||||
{% render_bundle 'plainMarkdownEditor' 'css' %}
|
||||
<link rel="stylesheet" type="text/css" media="print" href="{{ MEDIA_URL }}css/print_for_md_file_view.css" />
|
||||
|
@ -4,7 +4,7 @@
|
||||
{% block sub_title %}{% trans "Log In" %} - {% endblock %}
|
||||
{% block header_css_class %}hide{% endblock %}
|
||||
{% block extra_base_style %}
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css?t=20250312" />
|
||||
{% endblock %}
|
||||
|
||||
{% block extra_style %}
|
||||
|
@ -6,7 +6,7 @@
|
||||
{% block header_css_class %}hide{% endblock %}
|
||||
|
||||
{% block extra_base_style %}
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css?t=20250312" />
|
||||
{% endblock %}
|
||||
|
||||
{% block extra_style %}
|
||||
|
@ -4,7 +4,7 @@
|
||||
{% block sub_title %}{% trans "Password Reset" %} - {% endblock %}
|
||||
{% block header_css_class %}hide{% endblock %}
|
||||
{% block extra_base_style %}
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css?t=20250312" />
|
||||
{% endblock %}
|
||||
{% block extra_style %}
|
||||
<style type="text/css">
|
||||
|
@ -4,7 +4,7 @@
|
||||
{% block sub_title %}{% trans "Password Reset" %} - {% endblock %}
|
||||
{% block header_css_class %}hide{% endblock %}
|
||||
{% block extra_base_style %}
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css?t=20250312" />
|
||||
{% endblock %}
|
||||
{% block extra_style %}
|
||||
<style type="text/css">
|
||||
|
@ -4,7 +4,7 @@
|
||||
{% block sub_title %}{% trans "Confirm Password" %} - {% endblock %}
|
||||
{% block header_css_class %}hide{% endblock %}
|
||||
{% block extra_base_style %}
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css?t=20250312" />
|
||||
{% endblock %}
|
||||
|
||||
{% block extra_style %}
|
||||
|
Loading…
Reference in New Issue
Block a user