From 6aa8fbc417df79befd51eee53cfe87d6883dbfb3 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Thu, 5 Oct 2017 18:28:50 +0530 Subject: changed div class to avoid conflict with bootstrap --- yaksh/static/yaksh/css/dashboard.css | 5 +++-- yaksh/templates/base.html | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'yaksh') diff --git a/yaksh/static/yaksh/css/dashboard.css b/yaksh/static/yaksh/css/dashboard.css index 94005e1..20a0339 100644 --- a/yaksh/static/yaksh/css/dashboard.css +++ b/yaksh/static/yaksh/css/dashboard.css @@ -88,10 +88,11 @@ body { float: right; } -.info { +.logged_user_info { height: 70px; padding:0 5%; position:absolute; bottom:0; width: 100%; -} \ No newline at end of file +} + diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html index efac26d..e7cc15c 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -53,7 +53,7 @@ {% endblock %}