1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-05-10 08:55:02 +00:00

[file access] modified UI

This commit is contained in:
llj 2015-12-03 11:56:43 +08:00
parent 9d53430e4c
commit a11cb6d32f
2 changed files with 4 additions and 22 deletions
media/css
seahub/templates

View File

@ -1828,21 +1828,6 @@ textarea:-moz-placeholder {/* for FF */
border: 1px solid #bbb;
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,
.commit-list-topbar .path,
.repo-file-list-topbar .path {
@ -2218,6 +2203,7 @@ textarea:-moz-placeholder {/* for FF */
.commit-list .avatar {
border-radius:2px;
}
.file-access-hd,
.repo-trash-hd,
.repo-snapshot-hd {
margin-bottom:10px;

View File

@ -5,11 +5,9 @@
{% block sub_title %}{% trans "Access Log" %} - {% endblock %}
{% block main_panel %}
<h2><span class="op-target">{{ filename }}</span> {% trans "Access Log" %}</h2>
<div class="file-audit-list-outer-container">
<div class="file-audit-list-inner-container">
<div class="file-audit-list-topbar ovhd">
<p class="path fleft">
<h2 class="file-access-hd"><span class="op-target">{{ filename }}</span> {% trans "Access Log" %}</h2>
<div class="file-audit-list-topbar">
<p class="path">
{% trans 'Current Path:' %}
{% for name, link in zipped %}
{% if not forloop.last %}
@ -86,6 +84,4 @@
</div>
{% endif %}
</div>
</div>
{% endblock %}