From e524bef336df95fd307d045af37c379bccf3ea14 Mon Sep 17 00:00:00 2001
From: hardythe1
Date: Tue, 20 Mar 2012 12:44:43 +0530
Subject: minor UI changes

---
 testapp/static/exam/css/base.css      | 63 ++++++++++++++++++++++++++++++++---
 testapp/static/exam/css/gradeuser.css |  5 ++-
 testapp/static/exam/css/question.css  |  2 +-
 3 files changed, 64 insertions(+), 6 deletions(-)

(limited to 'testapp/static/exam/css')

diff --git a/testapp/static/exam/css/base.css b/testapp/static/exam/css/base.css
index 80f52d7..e1adc48 100644
--- a/testapp/static/exam/css/base.css
+++ b/testapp/static/exam/css/base.css
@@ -176,7 +176,7 @@ input[type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
 }
 textarea {
-  overflow: auto;
+  overflow: visible;
   vertical-align: top;
 }
 /* Variables.less
@@ -515,7 +515,7 @@ dl dd {
 hr {
   margin: 20px 0 19px;
   border: 0;
-  border-bottom: 3px solid;
+  border-bottom: 1px solid;
 }
 strong {
   font-style: inherit;
@@ -564,12 +564,13 @@ code, pre {
   border-radius: 3px;
 }
 code {
-  background-color: #fee9cc;
+  background-color: #FDE8E8;
   color: rgba(0, 0, 0, 0.75);
   padding: 1px 3px;
 }
 pre {
-  background-color: #f5f5f5;
+  background-color: #EAB9B9;
+  color:red;
   display: block;
   padding: 8.5px;
   margin: 0 0 18px;
@@ -1839,6 +1840,60 @@ footer {
 :root .alert-message, :root .btn {
   border-radius: 0 \0;
 }
+.alert {
+  padding: 8px 35px 8px 14px;
+  margin-bottom: 18px;
+  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
+  background-color: #fcf8e3;
+  border: 1px solid #fbeed5;
+  -webkit-border-radius: 4px;
+  -moz-border-radius: 4px;
+  border-radius: 4px;
+}
+.alert, .alert-heading {
+  color: #c09853;
+}
+.alert .close {
+  position: relative;
+  top: -2px;
+  right: -21px;
+  line-height: 18px;
+}
+.alert-success {
+  background-color: #dff0d8;
+  border-color: #d6e9c6;
+}
+.alert-success, .alert-success .alert-heading {
+  color: #468847;
+}
+.alert-danger, .alert-error {
+  background-color: #f2dede;
+  border-color: #eed3d7;
+}
+.alert-danger,
+.alert-error,
+.alert-danger .alert-heading,
+.alert-error .alert-heading {
+  color: #b94a48;
+}
+.alert-info {
+  background-color: #d9edf7;
+  border-color: #bce8f1;
+}
+.alert-info, .alert-info .alert-heading {
+  color: #3a87ad;
+}
+.alert-block {
+  padding-top: 14px;
+  padding-bottom: 14px;
+}
+.alert-block > p, .alert-block > ul {
+  margin-bottom: 0;
+}
+.alert-block p + p {
+  margin-top: 5px;
+}
+
 button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
   padding: 0;
   border: 0;
diff --git a/testapp/static/exam/css/gradeuser.css b/testapp/static/exam/css/gradeuser.css
index 2042f85..07b1079 100644
--- a/testapp/static/exam/css/gradeuser.css
+++ b/testapp/static/exam/css/gradeuser.css
@@ -6,7 +6,7 @@ height : 200px;
 }
 
 .for-question{
-	background: none repeat scroll 0 0 #F1F1F1;
+    background: none repeat scroll 0 0 #F1F1F1;
     border-radius: 6px 6px 6px 6px;
     margin-bottom: 10px;
     padding: 5px;
@@ -36,10 +36,13 @@ color: #9EB6FF;
     border: 1px solid #C9C9C9;
     border-radius: 5px 5px 5px 5px;
     margin-bottom: 10px;
+    min-width: 805px;
+    
 }
 
 #myContent {
 margin: 5px 10px;
+
 }
 #headerDiv a {
 float: right;
diff --git a/testapp/static/exam/css/question.css b/testapp/static/exam/css/question.css
index 3fd0c3c..a57b6dd 100644
--- a/testapp/static/exam/css/question.css
+++ b/testapp/static/exam/css/question.css
@@ -2,7 +2,7 @@
 {
     background-color:black;
     padding: 8px;
-    color: white;
+    color: #5DFC0A;
     vertical-align:middle;
     width:150px;
     float:right;
-- 
cgit