diff --git a/media/css/backbone.css b/media/css/backbone.css index 3ac9ceeb39..65aaf1c9c4 100644 --- a/media/css/backbone.css +++ b/media/css/backbone.css @@ -9,14 +9,13 @@ width:123px; } .repo-file-list .dirent-op { - width:150px; + padding-left:30px; + width:120px; } .repo-file-list .hidden-op { min-width: 100px; } -.displayed-op .download, -.displayed-op .share, -.displayed-op .delete { +.displayed-op .op { margin-left:5px; } .hidden-op a { diff --git a/media/css/seahub.css b/media/css/seahub.css index 0afa75e3fc..4ed677efd0 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -3486,3 +3486,13 @@ textarea:-moz-placeholder {/* for FF */ #multi-dirents-op .del-dirents { background-position: -57px -5px; } + +#dir-private-share .label { + margin:6px 0 8px; +} +#dir-private-share .select2-container { + margin-bottom:10px; +} +#dir-private-share .submit { + margin-top:18px; +} diff --git a/media/img/more_op.png b/media/img/more_op.png new file mode 100644 index 0000000000..5a87433eaf Binary files /dev/null and b/media/img/more_op.png differ diff --git a/seahub/templates/js/dirent.html b/seahub/templates/js/dirent.html index 7c139d0f34..9903a4e5da 100644 --- a/seahub/templates/js/dirent.html +++ b/seahub/templates/js/dirent.html @@ -24,7 +24,7 @@ <% } %> <% if (user_perm == 'rw') { %> - {% trans + {% trans