summaryrefslogtreecommitdiff
path: root/static/website/bootstrap-css/custom.css
diff options
context:
space:
mode:
authorSashi202018-08-31 17:08:14 +0530
committerSashi202018-08-31 17:08:14 +0530
commit0d2e0f5384be0e3b20a8cdcff30ea16cb632841a (patch)
tree2745e92cfccf1ad1acb2bb0888e74f319e439630 /static/website/bootstrap-css/custom.css
parent43fd24f4e69b12a16dba1cbcae930b31785baa8b (diff)
downloadnccps-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-xstatic/website/bootstrap-css/custom.css3
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 {