diff --git a/media/css/seahub.css b/media/css/seahub.css index 94e3a6b384..97baaf46dc 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -2480,6 +2480,11 @@ button.sf-dropdown-toggle:focus { padding:10px 20px; position: relative; } +.smart-link-help { + color: #bbb; + word-break: break-all; + word-wrap: break-word; +} .smart-link-wraper { width: 100%; margin-bottom: 15px; diff --git a/seahub/templates/js/templates.html b/seahub/templates/js/templates.html index 7cad47fcf9..0d8b121cfa 100644 --- a/seahub/templates/js/templates.html +++ b/seahub/templates/js/templates.html @@ -553,7 +553,7 @@ <%- dirent.obj_name %> - +
@@ -623,7 +623,7 @@ <%- dirent.obj_name %> - +
<% if (dirent.last_modified) { %> <%= dirent.last_update %> @@ -709,7 +709,7 @@ <%- dirent.obj_name %> <% } %>
- +
@@ -824,10 +824,10 @@ <% if (dirent.is_img) { %> <%- dirent.obj_name %> - + <% } else { %> <%- dirent.obj_name %> - +
<% } %> <%= dirent.file_size %> @@ -2793,7 +2793,12 @@