diff options
author | hardythe1 | 2012-03-16 19:26:01 +0530 |
---|---|---|
committer | hardythe1 | 2012-03-16 19:26:01 +0530 |
commit | 9c1dd7918effa6e8db5c0797c370516a5c31c2ad (patch) | |
tree | 8c510d4dd307d79f69b210b97582a003000d3d07 /testapp/static/exam/css/question.css | |
parent | 480fc524eaffa99bbcec65b0829f6116ccace673 (diff) | |
download | online_test-9c1dd7918effa6e8db5c0797c370516a5c31c2ad.tar.gz online_test-9c1dd7918effa6e8db5c0797c370516a5c31c2ad.tar.bz2 online_test-9c1dd7918effa6e8db5c0797c370516a5c31c2ad.zip |
changes to maintain the UI in various resolutions
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; +} |