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.7 -r1.8 --- lams_central/web/css/defaultHTML_learner_mobile.css 24 Feb 2014 17:30:11 -0000 1.7 +++ lams_central/web/css/defaultHTML_learner_mobile.css 1 Aug 2014 16:04:15 -0000 1.8 @@ -186,17 +186,21 @@ } .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; + color: #000000; + margin-left: auto; + margin-right: auto; + text-align: left; + font-weight: normal; } +input.error { + background-color: bisque; + padding:8px 2px 10px; +} +label.error { + margin-left: 10px; + background-color: #EFEFEF; + padding:8px 10px 10px; +} .ui-finishbtn-right { float: right;padding-right: 40px; min-height: 30px;}