Index: lams_central/web/css/defaultHTML.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v
diff -u -r1.13 -r1.14
--- lams_central/web/css/defaultHTML.css 6 Nov 2006 08:30:24 -0000 1.13
+++ lams_central/web/css/defaultHTML.css 8 Nov 2006 01:31:58 -0000 1.14
@@ -481,6 +481,15 @@
font-size: 11px;
font-family: verdana, arial, helvetica, sans-serif;
}
+
+input.disabled {
+ color: #999;
+ background: url('../images/css/btn_off.gif') repeat-x 0px 0px;
+ border: 0px none;
+ padding:5px 20px 6px 20px;
+ font-size:11px;
+ }
+
.box {
display: none;
min-height: 100px;
Index: lams_central/web/css/defaultHTML_learner.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_learner.css,v
diff -u -r1.7 -r1.8
--- lams_central/web/css/defaultHTML_learner.css 6 Nov 2006 08:30:24 -0000 1.7
+++ lams_central/web/css/defaultHTML_learner.css 8 Nov 2006 01:31:57 -0000 1.8
@@ -333,6 +333,14 @@
text-decoration: none;
}
+input.disabled {
+ color: #999;
+ background: url('../images/css/btn_off.gif') repeat-x 0px 0px;
+ border: 0px none;
+ padding:5px 20px 6px 20px;
+ font-size:11px;
+}
+
/*layout of a general button*/
a.button {
background: url('../images/css/btn_off.gif') repeat-x 0px 0px;