diff options
author | adityacp | 2017-10-05 11:53:49 +0530 |
---|---|---|
committer | adityacp | 2017-10-05 11:55:01 +0530 |
commit | 019a428295a52a7d5f1862ba5d0bda10dcea55a1 (patch) | |
tree | b00ccdfe0981b97c78349038f88667d3e1fe51ca /yaksh/static | |
parent | e79193180be5508c191a3401b018ff93c77791e5 (diff) | |
download | online_test-019a428295a52a7d5f1862ba5d0bda10dcea55a1.tar.gz online_test-019a428295a52a7d5f1862ba5d0bda10dcea55a1.tar.bz2 online_test-019a428295a52a7d5f1862ba5d0bda10dcea55a1.zip |
Show logged in user info in all templates
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/dashboard.css | 8 |
1 files changed, 8 insertions, 0 deletions
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 |