1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

new file access log page

This commit is contained in:
lian
2015-11-27 10:55:56 +08:00
parent bda3595d6f
commit 643d036942
7 changed files with 356 additions and 2 deletions

View File

@@ -1198,6 +1198,7 @@ textarea:-moz-placeholder {/* for FF */
.tabnav,
.repo-file-list-topbar,
.commit-list-topbar,
.file-audit-list-topbar,
#dir-view .repo-op,
.wiki-top {
padding:9px 10px;
@@ -1219,6 +1220,7 @@ textarea:-moz-placeholder {/* for FF */
position:relative;
}
.commit-list-topbar,
.file-audit-list-topbar,
.repo-file-list-topbar {
margin-bottom:0;
}
@@ -1822,6 +1824,7 @@ textarea:-moz-placeholder {/* for FF */
margin: 2px 0 5px;
}
.repo-file-list-outer-container,
.file-audit-list-outer-container,
.commit-list-outer-container {
padding:3px;
background:#eee;
@@ -1829,6 +1832,7 @@ textarea:-moz-placeholder {/* for FF */
margin:10px 0 25px;
}
.repo-file-list-inner-container,
.file-audit-list-inner-container,
.commit-list-inner-container {
min-height:250px;
background:#fff;
@@ -1838,10 +1842,12 @@ textarea:-moz-placeholder {/* for FF */
.repo-file-list-not-show {
padding-left:10px;
}
.file-audit-list-inner-container .file-audit-list-topbar,
.commit-list-inner-container .commit-list-topbar,
.repo-file-list-inner-container .repo-file-list-topbar {
padding:8px 10px;
}
.file-audit-list-topbar .path,
.commit-list-topbar .path,
.repo-file-list-topbar .path {
font-size:14px;
@@ -2181,12 +2187,15 @@ textarea:-moz-placeholder {/* for FF */
#back {
margin-top:3px;
}
.file-audit-list,
.commit-list {
margin:0 0 20px;
}
.file-audit-list .user,
.commit-list .time {
padding-left:10px;
}
.file-audit-list .avatar,
.commit-list .avatar {
border-radius:2px;
}