Index: lams_central/web/css/defaultHTML_learner.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_learner.css,v
diff -u -r1.27 -r1.28
--- lams_central/web/css/defaultHTML_learner.css 4 Mar 2009 04:06:56 -0000 1.27
+++ lams_central/web/css/defaultHTML_learner.css 12 Aug 2013 22:57:19 -0000 1.28
@@ -345,6 +345,20 @@
border: 1px solid #3c78b5;
}
+.error {
+ color: #000000;
+ padding:8px 10px 10px 40px;
+ margin-top: 25px;
+ margin-left: auto;
+ margin-right: auto;
+ text-align: left;
+ font-weight: normal;
+ background: url('../images/css/error.png') no-repeat #ffffce 10px 8px;
+ width: 70%;
+ border: 1px solid #C0C0C0;
+}
+
+
.group-box {
padding:8px 10px 10px 40px;
margin-top: 20px;
@@ -567,4 +581,4 @@
}
.align-left{
text-align:left;
-}
\ No newline at end of file
+}