aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-07-22 02:46:20 +0000
committerHumairAK <humair88@hotmail.com>2016-07-22 02:46:20 +0000
commit5c5dc252311ddc47dbd6ea49f24bddeb9990f5fe (patch)
tree472063fcd490f54883d2ea9d0e6aa7e4f8009707 /assets/css
parent0653dcc395a54c8c95ed4f997ff9bbf02ea60b5e (diff)
parent21b3b50f84e7c4c4d30f2e5c73a444a0288e1c5d (diff)
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index b4fafb1..eba03be 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -433,3 +433,21 @@ section.exam-info em {
}
+/********* Success and Error messages **************************/
+
+.error-msgs {
+ background: #e79892;
+ padding: 5px;
+ margin-bottom: 10px;
+}
+
+.error-msgs ul {
+ list-style: none;
+ padding: 0;
+}
+
+
+.success-msgs {
+ background: #80cca0;
+ padding: 5px;
+}