summaryrefslogtreecommitdiffstats
path: root/css/app.css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-19 02:22:02 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-19 02:22:02 +0200
commit90584316b8f275fcad904b644676544eb0322636 (patch)
tree35ead28e8f0cdccc1771464442bb83ce5b558cc6 /css/app.css
parentded252d29e99e068ea341506129e47a05e053a24 (diff)
add test for firstrun page
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%;
+}
+
+
+