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

Update icons

This commit is contained in:
plt
2012-07-02 16:42:24 +08:00
parent 8b40a83880
commit 3a0d175f36
7 changed files with 4 additions and 3 deletions

View File

@@ -354,11 +354,13 @@ table img {
} }
.repo-op .upload-file { .repo-op .upload-file {
padding-left:17px; padding-left:17px;
background-image:url('../img/upload.jpg'); background-image:url('../img/upload.png');
font-weight: normal;
} }
#add-new-dir { #add-new-dir {
padding-left:20px; padding-left:20px;
background-image:url('../img/add-new-folder.jpg'); background-image:url('../img/folder-add.png');
font-weight: normal;
} }
.more-op { .more-op {
cursor:pointer; cursor:pointer;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 515 B

BIN
media/img/folder-add.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 739 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 807 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 439 B

BIN
media/img/upload.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 B

View File

@@ -112,7 +112,6 @@ INSTALLED_APPS = (
'seahub.group', 'seahub.group',
'seahub.share', 'seahub.share',
'seahub.subdomain', 'seahub.subdomain',
'gunicorn',
) )
AUTHENTICATION_BACKENDS = ( AUTHENTICATION_BACKENDS = (