summaryrefslogtreecommitdiffstats
path: root/css/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/css/app.css b/css/app.css
new file mode 100644
index 000000000..bf1e695a1
--- /dev/null
+++ b/css/app.css
@@ -0,0 +1,13 @@
+.loading-icon {
+ background-image: url('../img/loading.gif');
+ background-position: center;
+ background-repeat: no-repeat;
+}
+
+#global-loading {
+ width: 100%;
+ height: 100%;
+}
+
+
+