Index: lams_central/web/css/defaultHTML_rtl_learner.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_rtl_learner.css,v
diff -u -r1.5 -r1.6
--- lams_central/web/css/defaultHTML_rtl_learner.css 24 Nov 2006 01:59:14 -0000 1.5
+++ lams_central/web/css/defaultHTML_rtl_learner.css 30 Nov 2006 05:03:17 -0000 1.6
@@ -267,15 +267,16 @@
height: 1px;
}
+/* Warning message style */
.warning {
color: #cc0000;
- padding:8px 40px 10px 10px;
+ padding:8px 40px 10px 5px;
margin-top: 25px;
- margin-right: auto;
margin-left: auto;
+ margin-right: auto;
text-align: right;
font-weight: normal;
- background: url('../images/css/warning.gif') no-repeat #ffeae0 top right; /** TODO: fix bg image pos **/
+ background: url('../images/css/warning.gif') no-repeat #ffeae0 right 10px;
width: 70%;
border: 1px solid #E82A28;
}