diff options
author | prathamesh | 2017-01-12 18:20:38 +0530 |
---|---|---|
committer | prathamesh | 2017-01-12 18:20:38 +0530 |
commit | fe6c5c3b561c514fa328807fb8a571a620e438cf (patch) | |
tree | 9d6ad230d683c1481f7d220bee191578127d36f0 /yaksh/static | |
parent | 241ca3c2b8ab1b1824813833237435153e08b0e9 (diff) | |
download | online_test-fe6c5c3b561c514fa328807fb8a571a620e438cf.tar.gz online_test-fe6c5c3b561c514fa328807fb8a571a620e438cf.tar.bz2 online_test-fe6c5c3b561c514fa328807fb8a571a620e438cf.zip |
Exam interface improved
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/dashboard.css | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/yaksh/static/yaksh/css/dashboard.css b/yaksh/static/yaksh/css/dashboard.css index bf76ec6..3049ef0 100644 --- a/yaksh/static/yaksh/css/dashboard.css +++ b/yaksh/static/yaksh/css/dashboard.css @@ -4,7 +4,7 @@ /* Move down content because we have a fixed navbar that is 50px tall */ body { - padding-top: 50px; + padding-top:30px; } @@ -68,17 +68,21 @@ body { */ .main { - padding: 20px; + padding: 0px; } @media (min-width: 768px) { .main { - padding-right: 40px; - padding-left: 40px; + padding-right: 0px; + padding-left: 0px; } } -.main .page-header { +.main { margin-top: 0; } +.header { + margin: 30px 0 15px; + border-bottom: 1px solid #eee; +} /* @@ -99,3 +103,6 @@ body { display: inline-block; border-radius: 50%; } +.sidebar-right { + float: right; +} |