1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 21:07:17 +00:00

[backbone] Modify column space for dir view

This commit is contained in:
Daniel Pan
2015-02-06 15:03:41 +08:00
parent 11779c91bc
commit 0362e97a6b

View File

@@ -20,16 +20,16 @@
{% endif %}
/* lib view */
.repo-file-list .dirent-name {
width:300px;
width:260px;
}
.repo-file-list .dirent-size {
width:104px;
width:114px;
}
.repo-file-list .dirent-update {
width:103px;
width:123px;
}
.repo-file-list .dirent-op {
width:100px;
width:110px;
}
</style>
{% endblock %}