From a11cb6d32fd60926a24e6ffe66bda23a6e330c1f Mon Sep 17 00:00:00 2001 From: llj Date: Thu, 3 Dec 2015 11:56:43 +0800 Subject: [PATCH] [file access] modified UI --- media/css/seahub.css | 16 +--------------- seahub/templates/file_access.html | 10 +++------- 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/media/css/seahub.css b/media/css/seahub.css index 5e40199004..d238a2ba48 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -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; diff --git a/seahub/templates/file_access.html b/seahub/templates/file_access.html index fadf2dc29c..ee8f7a2376 100644 --- a/seahub/templates/file_access.html +++ b/seahub/templates/file_access.html @@ -5,11 +5,9 @@ {% block sub_title %}{% trans "Access Log" %} - {% endblock %} {% block main_panel %} -

{{ filename }} {% trans "Access Log" %}

-
-
-
-

+

{{ filename }} {% trans "Access Log" %}

+
+

{% trans 'Current Path:' %} {% for name, link in zipped %} {% if not forloop.last %} @@ -86,6 +84,4 @@

{% endif %} -
-
{% endblock %}