From 019a428295a52a7d5f1862ba5d0bda10dcea55a1 Mon Sep 17 00:00:00 2001 From: adityacp Date: Thu, 5 Oct 2017 11:53:49 +0530 Subject: Show logged in user info in all templates --- yaksh/static/yaksh/css/dashboard.css | 8 ++++++++ yaksh/templates/base.html | 6 +++++- yaksh/templates/user.html | 5 +++++ yaksh/templates/yaksh/intro.html | 5 +++++ yaksh/templates/yaksh/moderator_dashboard.html | 5 +++++ yaksh/templates/yaksh/question.html | 6 ++++++ 6 files changed, 34 insertions(+), 1 deletion(-) (limited to 'yaksh') diff --git a/yaksh/static/yaksh/css/dashboard.css b/yaksh/static/yaksh/css/dashboard.css index 28040c4..94005e1 100644 --- a/yaksh/static/yaksh/css/dashboard.css +++ b/yaksh/static/yaksh/css/dashboard.css @@ -87,3 +87,11 @@ body { .sidebar-right { float: right; } + +.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 cbe396f..efac26d 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -52,7 +52,11 @@ {% block content %} {% endblock %} -