diff options
author | Sashi20 | 2018-08-31 17:08:14 +0530 |
---|---|---|
committer | Sashi20 | 2018-08-31 17:08:14 +0530 |
commit | 0d2e0f5384be0e3b20a8cdcff30ea16cb632841a (patch) | |
tree | 2745e92cfccf1ad1acb2bb0888e74f319e439630 /static/website/bootstrap-css/custom.css | |
parent | 43fd24f4e69b12a16dba1cbcae930b31785baa8b (diff) | |
download | nccps-2018-0d2e0f5384be0e3b20a8cdcff30ea16cb632841a.tar.gz nccps-2018-0d2e0f5384be0e3b20a8cdcff30ea16cb632841a.tar.bz2 nccps-2018-0d2e0f5384be0e3b20a8cdcff30ea16cb632841a.zip |
Added tentative schedule,registration table,guidelines for cfp
Diffstat (limited to 'static/website/bootstrap-css/custom.css')
-rwxr-xr-x | static/website/bootstrap-css/custom.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/website/bootstrap-css/custom.css b/static/website/bootstrap-css/custom.css index 7014560..4533ab7 100755 --- a/static/website/bootstrap-css/custom.css +++ b/static/website/bootstrap-css/custom.css @@ -1,6 +1,7 @@ /* Paste this css to your style sheet file or under head tag */ /* This only works with JavaScript, if it's not present, don't show loader */ +{% load static %} .no-js #loader { display: none; } .js #loader { display: block; position: absolute; left: 100px; top: 0; } .se-pre-con { @@ -10,7 +11,7 @@ if it's not present, don't show loader */ width: 100%; height: 100%; z-index: 9999; - background: url(images/loader-64x/Preloader_2.gif) center no-repeat #fff; + background: url({% static 'website/bootstrap-css/images/loader-64x/Preloader_2.gif' %}) center no-repeat #fff; } .btn:focus, .btn:active, button:focus, button:active { |