resized loading indicator

This commit is contained in:
David Baldwynn 2017-04-11 03:39:07 -07:00
parent 1ec65b6158
commit f472b74457
No known key found for this signature in database
GPG key ID: 15D1C13202224A9B
2 changed files with 3 additions and 1 deletions

View file

@ -38,7 +38,8 @@
width: 100%;
height: 100%;
z-index: 9999;
background: url('/static/dist/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
background: url('/static/dist/page-loader.gif') 50% 35% no-repeat rgb(249,249,249);
background-size: 50px 50px;
}
</style>

View file

@ -36,6 +36,7 @@
<link rel="stylesheet" href="/static/lib/bootstrap/dist/css/bootstrap.min.css">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900'>
<!--Bower CSS dependencies-->
{% for bowerCssFile in bowerCssFiles %}
<link rel="stylesheet" href="{{bowerCssFile}}">