]> source.dussan.org Git - nextcloud-server.git/commitdiff
standardize on 32px loading spinner, decrease size in CSS where needed
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 17 Jun 2013 11:20:02 +0000 (13:20 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 17 Jun 2013 11:20:02 +0000 (13:20 +0200)
core/css/styles.css
core/img/loading-dark.gif [new file with mode: 0644]
core/img/loading.gif

index 7100b8c290d7685efc58990cf5ca9bb629c4b319..6c9d00114a0eeb5248711e78229e0df384689476 100644 (file)
@@ -416,7 +416,13 @@ a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;paddin
 #oc-dialog-filepicker-content .filepicker_element_selected { background-color:lightblue;}
 .ui-dialog {position:fixed !important;}
 span.ui-icon {float: left; margin: 3px 7px 30px 0;}
+
 .loading { background: url('../img/loading.gif') no-repeat center; cursor: wait; }
+.move2trash { /* decrease spinner size */
+       width: 16px;
+       height: 16px;
+}
+
 
 /* ---- CATEGORIES ---- */
 #categoryform .scrollarea { position:absolute; left:10px; top:10px; right:10px; bottom:50px; overflow:auto; border:1px solid #ddd; background:#f8f8f8; }
@@ -661,6 +667,7 @@ div.crumb:active {
 button.loading {
        background-image: url('../img/loading.gif');
        background-position: right 10px center; background-repeat: no-repeat;
+       background-size: 16px;
        padding-right: 30px;
 }
 
diff --git a/core/img/loading-dark.gif b/core/img/loading-dark.gif
new file mode 100644 (file)
index 0000000..13f0f64
Binary files /dev/null and b/core/img/loading-dark.gif differ
index 5b33f7e54f4e55b6b8774d86d96895db9af044b4..f8f3dff6fb955ebc02453352e59c845461723292 100644 (file)
Binary files a/core/img/loading.gif and b/core/img/loading.gif differ