summaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/js/files.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/js/files.js b/files/js/files.js
index 23ea0fd2792..4eb8feb87d8 100644
--- a/files/js/files.js
+++ b/files/js/files.js
@@ -19,7 +19,7 @@ $(document).ready(function() {
});
$('.file_upload_button_wrapper').tipsy({gravity:'e', fade:true});
- $('td.filesize').tipsy({gravity:'se', fade:true, live:true});
+ $('td.filesize').tipsy({gravity:'s', fade:true, live:true});
$('td .modified').tipsy({gravity:'s', fade:true, live:true});
// Sets the file-action buttons behaviour :