From 1dd1c96b3ec97b2a4c1d718a912a40d9ab0d7f21 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Wed, 26 Nov 2014 19:04:38 +0530 Subject: added counter for registration closure --- static/website/css/main.css | 9 ++++++++- static/website/templates/home.html | 5 +---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/static/website/css/main.css b/static/website/css/main.css index c3f91ff..cd6dae2 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -12,7 +12,7 @@ body { background-color: #f3f1ea; } #page-wrapper { - max-width: 960px; + max-width: 1010px; margin: 25px auto 10px; padding: 0 0 35px 0; background: #ffffff; @@ -332,3 +332,10 @@ body { max-width: 500px; margin: 20px auto; } + +.register-notify{ + font-weight: 900; + background-color: #ffb732; + color: green!important; + font-family: -webkit-body; +} diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 35bddb9..8bb5e35 100755 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -49,6 +49,7 @@
@@ -169,10 +170,6 @@25th Nov 2014 | -Call for Proposals ends. | -
1st Dec 2014 | Conference Registration ends. | -- cgit