summaryrefslogtreecommitdiff
path: root/testapp/static/exam/css/gradeuser.css
diff options
context:
space:
mode:
authorprathamesh2014-07-11 14:14:19 +0530
committerprathamesh2014-07-11 14:14:19 +0530
commit0143710e78ae01bae78a3b760fc8410bc86a3b2b (patch)
tree59fbd9e0abd47b04e20727c502d8d7a509f9495e /testapp/static/exam/css/gradeuser.css
parente89f0b0e3a74195b3bce0f68c337ead9dc18a11e (diff)
downloadonline_test-0143710e78ae01bae78a3b760fc8410bc86a3b2b.tar.gz
online_test-0143710e78ae01bae78a3b760fc8410bc86a3b2b.tar.bz2
online_test-0143710e78ae01bae78a3b760fc8410bc86a3b2b.zip
Moved templates and static inside the app.
Diffstat (limited to 'testapp/static/exam/css/gradeuser.css')
-rw-r--r--testapp/static/exam/css/gradeuser.css52
1 files changed, 0 insertions, 52 deletions
diff --git a/testapp/static/exam/css/gradeuser.css b/testapp/static/exam/css/gradeuser.css
deleted file mode 100644
index 07b1079..0000000
--- a/testapp/static/exam/css/gradeuser.css
+++ /dev/null
@@ -1,52 +0,0 @@
-textarea
-{
-width : 550px;
-height : 200px;
-
-}
-
-.for-question{
- background: none repeat scroll 0 0 #F1F1F1;
- border-radius: 6px 6px 6px 6px;
- margin-bottom: 10px;
- padding: 5px;
-}
-
-#headerDiv, #contentDiv {
-float: left;
-}
-#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;
- border: 1px solid #C9C9C9;
- border-radius: 5px 5px 5px 5px;
- margin-bottom: 10px;
- min-width: 805px;
-
-}
-
-#myContent {
-margin: 5px 10px;
-
-}
-#headerDiv a {
-float: right;
-margin: 10px 10px 5px 5px;
-}
-#headerDiv a:hover {
-color: #FFFFFF;