Skip to content

Commit

Permalink
Add loader.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinschoen committed Aug 11, 2015
1 parent 9c8fcdd commit 55ef6de
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 259 deletions.
22 changes: 22 additions & 0 deletions public/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,25 @@ div.container {
margin-top: 30px;
}

.console-container {
display: none;
}

#loading {
width: 100%;
height: 100%;
top: 0px;
left: 0px;
position: fixed;
display: block;
z-index: 99
}

#loading-image {
position: absolute;
height: 24px;
width: 24px;
top: 80%;
left: 45%;
z-index: 100
}
Binary file added public/images/console-loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 55ef6de

Please sign in to comment.