Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
authorYasin <mohammed-yasin.rahman@lip6.fr>
Tue, 29 Jul 2014 14:17:47 +0000 (16:17 +0200)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Tue, 29 Jul 2014 14:17:47 +0000 (16:17 +0200)
manifoldapi/static/css/manifold.css
manifoldapi/static/js/plugin.js

index 535950e..dfb4ab5 100644 (file)
@@ -17,3 +17,7 @@
     display:none;
     z-index:100;
 }
+.loading img {
+    vertical-align:middle;
+    margin-right:15px;
+}
index 495bdc7..22e4be5 100644 (file)
@@ -318,7 +318,7 @@ var Plugin = Class.extend({
     // you can also call spin_presets() yourself and tweak what you need to, like topmenuvalidation does
     spin: function (message) {
        if (!message) {
-               message = 'Please be patient, this can take a minute or two.';
+               message = 'Please be patient, this operation can take a minute or two.';
        }
        $('div.loading').fadeIn('fast');
        $('div.loading').find('.message').text(message);