diff options
author | jayparikh111 | 2012-02-28 18:14:17 +0530 |
---|---|---|
committer | jayparikh111 | 2012-02-28 18:14:17 +0530 |
commit | 7660073c5c83534a869f685b27c0fe0152b9983c (patch) | |
tree | f649b3f6a9b7a6740d05cb07c28d12bb752c3cba /testapp/static | |
parent | b7ad768a6cc4fe5c8a05e20b1968f13a678c22cc (diff) | |
download | online_test-7660073c5c83534a869f685b27c0fe0152b9983c.tar.gz online_test-7660073c5c83534a869f685b27c0fe0152b9983c.tar.bz2 online_test-7660073c5c83534a869f685b27c0fe0152b9983c.zip |
Minor changes for displaying question details in grade_user and licensing in css
Diffstat (limited to 'testapp/static')
-rw-r--r-- | testapp/static/exam/css/base.css | 20 | ||||
-rw-r--r-- | testapp/static/exam/css/gradeuser.css | 32 |
2 files changed, 52 insertions, 0 deletions
diff --git a/testapp/static/exam/css/base.css b/testapp/static/exam/css/base.css index d2b227f..b7a9fbb 100644 --- a/testapp/static/exam/css/base.css +++ b/testapp/static/exam/css/base.css @@ -1,3 +1,23 @@ +/*! +Copyright 2012 Twitter, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at: + +Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + * Bootstrap v1.4.0 + * + * Copyright 2011 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world @twitter by @mdo and @fat. + * Date: Sun Dec 25 20:18:31 PST 2011 + */ +/* Reset.less + * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). + * For Online Test Application, this CSS was changed as per the requirements wherever required. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */ + html, body { background-color: #eee; margin: 0; diff --git a/testapp/static/exam/css/gradeuser.css b/testapp/static/exam/css/gradeuser.css index e50ab4e..3f7baf9 100644 --- a/testapp/static/exam/css/gradeuser.css +++ b/testapp/static/exam/css/gradeuser.css @@ -4,3 +4,35 @@ width : 550px; height : 200px; } + +#headerDiv, #contentDiv { +float: left; +width: 510px; +} +#titleText { +float: left; +font-size: 1.1em; +font-weight: bold; +margin: 5px; +} +#myHeader { +font-size: 1.1em; +font-weight: bold; +margin: 5px; +} +#headerDiv { +background-color: #0037DB; +color: #9EB6FF; +} +#contentDiv { +background-color:#F0F8FF; +} +#myContent { +margin: 5px 10px; +} +#headerDiv a { +float: right; +margin: 10px 10px 5px 5px; +} +#headerDiv a:hover { +color: #FFFFFF; |