summaryrefslogtreecommitdiff
path: root/testapp/static/exam
diff options
context:
space:
mode:
authorjayparikh1112012-03-13 18:44:01 +0530
committerjayparikh1112012-03-13 18:44:01 +0530
commita7c84a478789e9e835dcbb3ea41b1d519ba69b4d (patch)
treefc879bdd0b0eb58817275c0837126a06be81f96e /testapp/static/exam
parent87862b8c8d7822a4578b5cb5f413bedb37454bd2 (diff)
downloadonline_test-a7c84a478789e9e835dcbb3ea41b1d519ba69b4d.tar.gz
online_test-a7c84a478789e9e835dcbb3ea41b1d519ba69b4d.tar.bz2
online_test-a7c84a478789e9e835dcbb3ea41b1d519ba69b4d.zip
minor changes for UI
Diffstat (limited to 'testapp/static/exam')
-rw-r--r--testapp/static/exam/css/base.css5
-rw-r--r--testapp/static/exam/css/question_quiz.css6
2 files changed, 4 insertions, 7 deletions
diff --git a/testapp/static/exam/css/base.css b/testapp/static/exam/css/base.css
index b7a9fbb..7099aab 100644
--- a/testapp/static/exam/css/base.css
+++ b/testapp/static/exam/css/base.css
@@ -1845,8 +1845,9 @@ footer {
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
-.page-header h1 {
- margin-bottom: 8px;
+.page-header h3 {
+ margin-top: 20px;
+ margin-bottom : -17px;
}
.btn.danger,
.alert-message.danger,
diff --git a/testapp/static/exam/css/question_quiz.css b/testapp/static/exam/css/question_quiz.css
index 2e13364..643e5c6 100644
--- a/testapp/static/exam/css/question_quiz.css
+++ b/testapp/static/exam/css/question_quiz.css
@@ -2,8 +2,4 @@ table th, table td
{
text-align: left;
}
-textarea
-{
-width : 300px;
-height : 150px;
-}
+