summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
authormaheshgudi2016-09-15 15:12:19 +0530
committermaheshgudi2016-09-15 15:12:19 +0530
commit6b5422436697b01b4dbcd730d95f46424fedb344 (patch)
tree0c9aa17a07a5405a237ca2d78d00c7cf04d3ed79 /yaksh/static
parentbcf46d1462c35e9c8df2509a31ac3200383976fc (diff)
downloadonline_test-6b5422436697b01b4dbcd730d95f46424fedb344.tar.gz
online_test-6b5422436697b01b4dbcd730d95f46424fedb344.tar.bz2
online_test-6b5422436697b01b4dbcd730d95f46424fedb344.zip
beautified grade user and monitor
Diffstat (limited to 'yaksh/static')
-rw-r--r--yaksh/static/yaksh/css/gradeuser.css58
-rw-r--r--yaksh/static/yaksh/css/view_answerpaper.css15
2 files changed, 15 insertions, 58 deletions
diff --git a/yaksh/static/yaksh/css/gradeuser.css b/yaksh/static/yaksh/css/gradeuser.css
deleted file mode 100644
index af5de3f..0000000
--- a/yaksh/static/yaksh/css/gradeuser.css
+++ /dev/null
@@ -1,58 +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: 685px;
-
-}
-
-#myContent {
-margin: 5px 10px;
-
-}
-#headerDiv a {
-float: right;
-margin: 10px 10px 5px 5px;
-}
-#headerDiv a:hover {
-color: #FFFFFF;
-}
-
-#attempt {
- width: 157px;
- position: relative; left:20%;
-}
diff --git a/yaksh/static/yaksh/css/view_answerpaper.css b/yaksh/static/yaksh/css/view_answerpaper.css
index 50eab55..fdcb1c6 100644
--- a/yaksh/static/yaksh/css/view_answerpaper.css
+++ b/yaksh/static/yaksh/css/view_answerpaper.css
@@ -58,4 +58,19 @@ code{
}
pre{
background-color: transparent;
+}
+
+/*for grade user*/
+textarea
+{
+width : 100%;
+height : 15%;
+}
+#attempt {
+ width: 157px;
+ position: relative; left:20%;
+}
+#myContent {
+margin: 5px 10px;
+
} \ No newline at end of file