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

[repo] use icons for dirent download & share.

This commit is contained in:
llj
2014-10-28 15:17:47 +08:00
parent 6756b48c14
commit e1e5e885a5
4 changed files with 23 additions and 11 deletions

View File

@@ -1768,13 +1768,13 @@ textarea:-moz-placeholder {/* for FF */
width:400px;
}
.repo-file-list .dirent-size {
width:89px;
width:114px;
}
.repo-file-list .dirent-update {
width:108px;
width:133px;
}
.repo-file-list .dirent-op {
width:250px;
width:200px;
}
.repo-file-list .checkbox-label,
.repo-file-list .checkbox {
@@ -1810,6 +1810,13 @@ textarea:-moz-placeholder {/* for FF */
display:inline;
margin-right:8px;
}
.displayed-op .dir-download,
.displayed-op .file-download {
margin-right:5px;
}
.displayed-op .op:hover {
text-decoration:none;
}
.repo-file-list .hidden-op {
position:absolute;
background:#fff;

BIN
media/img/download.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

BIN
media/img/share_20.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 B