small fix
authorCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Tue, 29 Jul 2014 12:52:31 +0000 (14:52 +0200)
committerCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Tue, 29 Jul 2014 12:52:31 +0000 (14:52 +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);