diff options
Diffstat (limited to 'testapp/static/exam/css/question.css')
-rw-r--r-- | testapp/static/exam/css/question.css | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/testapp/static/exam/css/question.css b/testapp/static/exam/css/question.css index a4abdf5..3fd0c3c 100644 --- a/testapp/static/exam/css/question.css +++ b/testapp/static/exam/css/question.css @@ -1,11 +1,25 @@ .time-div { - background-color:red; - border:2px solid black; - padding: 2px; + background-color:black; + padding: 8px; + color: white; vertical-align:middle; - width:auto; - height:12px; + width:150px; float:right; border-radius: 6px 6px 6px 6px; } +.td1-class +{ + width:175px; +} +.td2-class +{ + width:50px; +} +.page-header { + height:50px; + text-align: center; + background-color: #f5f5f5; + padding: 35px 20px 10px; + margin: -20px -20px 20px; +} |