summaryrefslogtreecommitdiff
path: root/assets/css/app.css
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-07-21 19:50:10 -0400
committerFrederic Guillot <fred@kanboard.net>2015-07-21 19:50:10 -0400
commitd8fb954f00847ebdb2bea3d5b76cd2df1dc44a33 (patch)
treee196dcf9f4a5d4ceea1823d65f87f6b2d4b4ae4a /assets/css/app.css
parented5bf093abe6bcbb3fe4ea6b91bfa5a0fe897325 (diff)
Add loading icon on board view
Diffstat (limited to 'assets/css/app.css')
-rw-r--r--assets/css/app.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/app.css b/assets/css/app.css
index f428587b..9c7e64c6 100644
--- a/assets/css/app.css
+++ b/assets/css/app.css
@@ -78,6 +78,12 @@ hr {
#ui-datepicker-div {
font-size: 0.8em;
}
+
+#app-loading-icon {
+ position: fixed;
+ right: 3px;
+ bottom: 3px;
+}
/* links */
a {
color: #3366CC;