diff options
author | hardythe1 | 2012-02-15 18:35:40 +0530 |
---|---|---|
committer | hardythe1 | 2012-02-15 18:35:40 +0530 |
commit | 7c65d02d8a1f2ea72eabf3f13f85b8b444b1505e (patch) | |
tree | 8b5cbdef2a1be1193600b3e6a3c4e9a47024d33b /testapp/static/exam/css | |
parent | 85a76d4777d3917cf5dbb716107581d4998c408d (diff) | |
download | online_test-7c65d02d8a1f2ea72eabf3f13f85b8b444b1505e.tar.gz online_test-7c65d02d8a1f2ea72eabf3f13f85b8b444b1505e.tar.bz2 online_test-7c65d02d8a1f2ea72eabf3f13f85b8b444b1505e.zip |
New views to manage/moderate Quiz
Diffstat (limited to 'testapp/static/exam/css')
-rw-r--r-- | testapp/static/exam/css/base.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testapp/static/exam/css/base.css b/testapp/static/exam/css/base.css index ef5b374..6891402 100644 --- a/testapp/static/exam/css/base.css +++ b/testapp/static/exam/css/base.css @@ -207,7 +207,7 @@ body { } .container-fluid > .sidebar { position: absolute; - top: 0; + top: 65px; left: 20px; width: 220px; } @@ -2132,7 +2132,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { background-color: #f5f5f5; margin-bottom: 20px; padding: 19px; - min-height: 20px; + min-height: 505px; border: 1px solid #eee; border: 1px solid rgba(0, 0, 0, 0.05); -webkit-border-radius: 4px; |