]> source.dussan.org Git - nextcloud-server.git/commitdiff
switch to large spinner
authorBjoern Schiessle <schiessle@owncloud.com>
Wed, 27 Nov 2013 20:58:38 +0000 (21:58 +0100)
committerBjoern Schiessle <schiessle@owncloud.com>
Wed, 27 Nov 2013 20:58:38 +0000 (21:58 +0100)
apps/files_encryption/js/detect-migration.js
core/css/styles.css
core/img/loading-dark-small.gif [deleted file]

index e726515abc226f1ac2de60594c74a854a2bab789..dea723ff25f419baf7ac0aac4567cd2c1039070f 100644 (file)
@@ -7,7 +7,7 @@
 
 
 $(document).ready(function(){
-       $('form[name="login"]').on('submit', function(ev) {
+       $('form[name="login"]').on('submit', function() {
                var user = $('#user').val();
                var password = $('#password').val();
                $.ajax({
@@ -19,7 +19,7 @@ $(document).ready(function(){
                        success: function(response) {
                                if (response.data.migrationCompleted === false) {
                                        var message = t('files_encryption', 'Initial encryption started... This can take some time. Please wait.');
-                                       $('p[id="message"]').html('<img src="' + OC.imagePath('core', 'loading-dark-small.gif') + '"/>  ' + message);
+                                       $('p[id="message"]').html('<img src="' + OC.imagePath('core', 'loading-dark.gif') + '"/>  ' + message);
                                        $('p[id="message"]').removeClass('hidden').addClass('info');
                                }
                        }
index 5c0aa1fedc2255217bf258513f7cd1bb352fbb23..5b8b39f981127066ac185aea8f2983ecc807093e 100644 (file)
@@ -283,6 +283,11 @@ input[type="submit"].enabled {
        opacity: .6;
 }
 
+#body-login p#message img {
+       vertical-align: middle;
+       padding: 5px;
+}
+
 #body-login div.buttons { text-align:center; }
 #body-login p.info {
        width: 22em;
diff --git a/core/img/loading-dark-small.gif b/core/img/loading-dark-small.gif
deleted file mode 100644 (file)
index 87fe79b..0000000
Binary files a/core/img/loading-dark-small.gif and /dev/null differ