mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 19:29:56 +00:00
Update icons
This commit is contained in:
@@ -354,11 +354,13 @@ table img {
|
||||
}
|
||||
.repo-op .upload-file {
|
||||
padding-left:17px;
|
||||
background-image:url('../img/upload.jpg');
|
||||
background-image:url('../img/upload.png');
|
||||
font-weight: normal;
|
||||
}
|
||||
#add-new-dir {
|
||||
padding-left:20px;
|
||||
background-image:url('../img/add-new-folder.jpg');
|
||||
background-image:url('../img/folder-add.png');
|
||||
font-weight: normal;
|
||||
}
|
||||
.more-op {
|
||||
cursor:pointer;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 515 B |
BIN
media/img/folder-add.png
Normal file
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
BIN
media/img/upload.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 503 B |
@@ -112,7 +112,6 @@ INSTALLED_APPS = (
|
||||
'seahub.group',
|
||||
'seahub.share',
|
||||
'seahub.subdomain',
|
||||
'gunicorn',
|
||||
)
|
||||
|
||||
AUTHENTICATION_BACKENDS = (
|
||||
|
Reference in New Issue
Block a user