Index: lams_central/web/css/defaultHTML_learner_mobile.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_learner_mobile.css,v
diff -u -r1.6 -r1.7
--- lams_central/web/css/defaultHTML_learner_mobile.css 29 Jul 2013 05:16:02 -0000 1.6
+++ lams_central/web/css/defaultHTML_learner_mobile.css 24 Feb 2014 17:30:11 -0000 1.7
@@ -172,6 +172,32 @@
border: 1px solid #E82A28;
}
+.info {
+ 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/edit.gif') no-repeat #d8e4f1 10px 8px;
+ width: 70%;
+ 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;
+}
+
.ui-finishbtn-right { float: right;padding-right: 40px; min-height: 30px;}
.button-inside {font-size: 16px;}