Index: lams_central/web/css/defaultHTML_learner.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_learner.css,v
diff -u -r1.2 -r1.3
--- lams_central/web/css/defaultHTML_learner.css 29 Sep 2006 00:57:51 -0000 1.2
+++ lams_central/web/css/defaultHTML_learner.css 5 Oct 2006 04:07:09 -0000 1.3
@@ -257,9 +257,9 @@
/* style to disbable input buttons */
#content a.button .disabled {
color: #999;
- background: url('../images/css/btn_off.gif') no-repeat 0px 20px;
+ background: url('../images/css/btn_off.gif') repeat-x 0px 0px;
border: 0px none;
- padding:25px 20px;
+ padding:5px 20px 6px 20px;
}
#content a:hover.button {
@@ -275,15 +275,15 @@
background: url('../images/css/btn_off.gif') repeat-x 0px 0px;
color: #333;
border: 0px none;
- padding:5px 20px;
+ padding:5px 20px 6px 20px;
text-decoration: none;
}
a:hover.button {
background: url('../images/css/btn_over.gif') repeat-x 0px 0px;
color: #349018;
border: 0px none;
- padding:5px 20px;
+ padding:5px 20px 6px 20px;
text-decoration: none;
}
@@ -338,20 +338,20 @@
/* Hovering submit button */
input.button {
- background: url('../images/css/btn_off.gif') no-repeat 0px 20px;
+ background: url('../images/css/btn_off.gif') repeat-x 0px 0px;
color: #333;
border: 0px none;
- padding:25px 20px;
+ padding:5px 20px 6px 20px;
text-decoration: none;
font-size: 11px;
font-family: verdana, arial, helvetica, sans-serif;
}
input:hover.button {
- background: url('../images/css/btn_over.gif') no-repeat 0px 20px;
+ background: url('../images/css/btn_over.gif') repeat-x 0px 0px;
color: #349018;
border: 0px none;
- padding:25px 20px;
+ padding:5px 20px 6px 20px;
text-decoration: none;
font-size: 11px;
font-family: verdana, arial, helvetica, sans-serif;