Add loading icon on board view

This commit is contained in:
Frederic Guillot
2015-07-21 19:50:10 -04:00
parent ed5bf093ab
commit d8fb954f00
6 changed files with 46 additions and 21 deletions

View File

@@ -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;

View File

@@ -57,3 +57,9 @@ hr {
#ui-datepicker-div {
font-size: 0.8em;
}
#app-loading-icon {
position: fixed;
right: 3px;
bottom: 3px;
}