mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-11 20:01:40 +00:00
[file access] modified UI
This commit is contained in:
parent
9d53430e4c
commit
a11cb6d32f
@ -1828,21 +1828,6 @@ textarea:-moz-placeholder {/* for FF */
|
|||||||
border: 1px solid #bbb;
|
border: 1px solid #bbb;
|
||||||
margin: 2px 0 5px;
|
margin: 2px 0 5px;
|
||||||
}
|
}
|
||||||
.file-audit-list-outer-container {
|
|
||||||
padding:3px;
|
|
||||||
background:#eee;
|
|
||||||
border-radius:3px;
|
|
||||||
margin:10px 0 25px;
|
|
||||||
}
|
|
||||||
.file-audit-list-inner-container {
|
|
||||||
min-height:250px;
|
|
||||||
background:#fff;
|
|
||||||
border:1px solid #ddd;
|
|
||||||
border-radius:3px;
|
|
||||||
}
|
|
||||||
.file-audit-list-inner-container .file-audit-list-topbar {
|
|
||||||
padding:8px 10px;
|
|
||||||
}
|
|
||||||
.file-audit-list-topbar .path,
|
.file-audit-list-topbar .path,
|
||||||
.commit-list-topbar .path,
|
.commit-list-topbar .path,
|
||||||
.repo-file-list-topbar .path {
|
.repo-file-list-topbar .path {
|
||||||
@ -2218,6 +2203,7 @@ textarea:-moz-placeholder {/* for FF */
|
|||||||
.commit-list .avatar {
|
.commit-list .avatar {
|
||||||
border-radius:2px;
|
border-radius:2px;
|
||||||
}
|
}
|
||||||
|
.file-access-hd,
|
||||||
.repo-trash-hd,
|
.repo-trash-hd,
|
||||||
.repo-snapshot-hd {
|
.repo-snapshot-hd {
|
||||||
margin-bottom:10px;
|
margin-bottom:10px;
|
||||||
|
@ -5,11 +5,9 @@
|
|||||||
{% block sub_title %}{% trans "Access Log" %} - {% endblock %}
|
{% block sub_title %}{% trans "Access Log" %} - {% endblock %}
|
||||||
|
|
||||||
{% block main_panel %}
|
{% block main_panel %}
|
||||||
<h2><span class="op-target">{{ filename }}</span> {% trans "Access Log" %}</h2>
|
<h2 class="file-access-hd"><span class="op-target">{{ filename }}</span> {% trans "Access Log" %}</h2>
|
||||||
<div class="file-audit-list-outer-container">
|
<div class="file-audit-list-topbar">
|
||||||
<div class="file-audit-list-inner-container">
|
<p class="path">
|
||||||
<div class="file-audit-list-topbar ovhd">
|
|
||||||
<p class="path fleft">
|
|
||||||
{% trans 'Current Path:' %}
|
{% trans 'Current Path:' %}
|
||||||
{% for name, link in zipped %}
|
{% for name, link in zipped %}
|
||||||
{% if not forloop.last %}
|
{% if not forloop.last %}
|
||||||
@ -86,6 +84,4 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user