diff options
-rw-r--r-- | static/website/css/main.css | 9 | ||||
-rwxr-xr-x | 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 @@ </ul> <ul class="nav navbar-nav navbar-right"> <li class="{% active request 'register' %}"><a href="{% url 'website:register' %}">Register</a></li> + <li><a href="{% url 'website:register' %}" class="register-notify">Registration closes in 5 Days</a></li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> @@ -170,10 +171,6 @@ <h4 class="garmond" align="center"><u>Important Dates</u></h4> <table class="table table-bordered"> <tr> - <td>25<sup>th</sup> Nov 2014</td> - <td>Call for Proposals ends.</td> - </tr> - <tr> <td>1<sup>st</sup> Dec 2014</td> <td>Conference Registration ends.</td> </tr> |