diff options
author | Prabhu Ramachandran | 2016-04-01 16:07:14 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2016-04-01 16:07:14 +0530 |
commit | d65ba142c47780fe3ff818f583f110453d31a92f (patch) | |
tree | e5a30e1499998e81db16d3e771b67afebc34341a /yaksh/static | |
parent | 424e6c94237a1d9b5a24ed6c2a49a433034304ca (diff) | |
parent | 17a1eacda10beea98b4bbddf3d3dd06378a74eee (diff) | |
download | online_test-d65ba142c47780fe3ff818f583f110453d31a92f.tar.gz online_test-d65ba142c47780fe3ff818f583f110453d31a92f.tar.bz2 online_test-d65ba142c47780fe3ff818f583f110453d31a92f.zip |
Merge pull request #84 from adityacp/templates
Quiz display template changes
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/base.css | 36 | ||||
-rw-r--r-- | yaksh/static/yaksh/css/question.css | 2 |
2 files changed, 34 insertions, 4 deletions
diff --git a/yaksh/static/yaksh/css/base.css b/yaksh/static/yaksh/css/base.css index 362f401..af3ba8b 100644 --- a/yaksh/static/yaksh/css/base.css +++ b/yaksh/static/yaksh/css/base.css @@ -221,7 +221,7 @@ body { box-shadow: 0 1px 2px rgba(0,0,0,.15); } .content .span10, -.content .span14 { +.content { min-height: 475px; } .content .span4 { @@ -431,6 +431,7 @@ a:hover { /* Typography.less * Headings, body text, lists, code, and more for a versatile and durable typography system * ---------------------------------------------------------------------------------------- */ + p { font-size: 13px; font-weight: normal; @@ -478,6 +479,7 @@ h4, h5, h6 { line-height: 36px; + } h3 { font-size: 18px; @@ -493,6 +495,8 @@ h4 small { } h5 { font-size: 14px; + color:white; + text-align:left; } h6 { font-size: 13px; @@ -963,8 +967,7 @@ input[disabled], select[disabled], textarea[disabled], input[readonly], -select[readonly], -textarea[readonly] { +select[readonly]{ background-color: #f5f5f5; border-color: #ddd; cursor: not-allowed; @@ -1793,6 +1796,7 @@ footer { -ms-transition: 0.1s linear all; -o-transition: 0.1s linear all; transition: 0.1s linear all; + margin-right:50px } .btn:hover { background-position: 0 -15px; @@ -2340,3 +2344,29 @@ blink { -webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0); -webkit-animation-duration: 1s; } + +.error{ +padding:0; +height:100px; +width:730px; +resize:None; +overflow-y:scroll; +background-color:white; +border: 0 None white; +} +.error_msg{ +padding:0; +height:100px; +width:730px; +resize:None; +overflow:hidden; + +} +.bash{ +padding:0; +height:auto; +width:750px; +resize:none; +overflow:hidden; +background-color:white; +} diff --git a/yaksh/static/yaksh/css/question.css b/yaksh/static/yaksh/css/question.css index b72f873..06109e5 100644 --- a/yaksh/static/yaksh/css/question.css +++ b/yaksh/static/yaksh/css/question.css @@ -13,7 +13,7 @@ } .td1-class { - width:175px; + width:300px; } .td2-class { |