diff --git a/media/css/seahub.css b/media/css/seahub.css index 8e90f13ecf..c5d545625a 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -3856,3 +3856,12 @@ img.thumbnail { width:800px; overflow:auto; } +/* system info */ +.license-file-upload { + margin-top:5px; + position:relative; + overflow:hidden; +} +.license-file-upload-btn { + white-space:nowrap; +} diff --git a/seahub/settings.py b/seahub/settings.py index 8664ce50d0..dc01f51894 100644 --- a/seahub/settings.py +++ b/seahub/settings.py @@ -413,7 +413,7 @@ SITE_TITLE = 'Private Seafile' SITE_NAME = 'Seafile' # Path to the license file(relative to the media path) -LICENSE_PATH = os.path.join(PROJECT_ROOT, '../../seafile_license.txt') +LICENSE_PATH = os.path.join(PROJECT_ROOT, '../../seafile-license.txt') # Path to the favicon file (relative to the media path) # tip: use a different name when modify it. diff --git a/seahub/templates/js/sysadmin-templates.html b/seahub/templates/js/sysadmin-templates.html index 9893d19064..6ec54664bd 100644 --- a/seahub/templates/js/sysadmin-templates.html +++ b/seahub/templates/js/sysadmin-templates.html @@ -93,7 +93,7 @@ <% } %> - -