Skip to content

Commit

Permalink
switching to bars spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
cTn-dev committed Jul 10, 2014
1 parent 14c9aab commit 32012a8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions images/loading-bars.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions tabs/loading.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
width: 100%;
height: 100%;

background-image: url('../images/loading-spin.svg');
background-image: url('../images/loading-bars.svg');
background-repeat: no-repeat;
background-position: center;
background-position: center 45%;
}

.tab-loading p {
position: relative;
top: calc(50% + 50px);
top: calc(45% + 45px);

text-align: center;
font-weight: bold;
Expand Down

0 comments on commit 32012a8

Please sign in to comment.