Index: lams_central/web/css/defaultHTML.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v
diff -u -r1.3 -r1.4
--- lams_central/web/css/defaultHTML.css 5 Oct 2006 03:58:48 -0000 1.3
+++ lams_central/web/css/defaultHTML.css 5 Oct 2006 04:07:09 -0000 1.4
@@ -263,15 +263,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;
}
@@ -387,7 +387,7 @@
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;
font-size: 11px;
font-family: verdana, arial, helvetica, sans-serif;
@@ -397,7 +397,7 @@
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;
font-size: 11px;
font-family: verdana, arial, helvetica, sans-serif;
@@ -742,14 +742,14 @@
background:url('../images/css/btn_off.gif') no-repeat 0px 0px;
color:#333;
border:0px none;
-padding:5px 20px;
+padding:5px 20px 6px 20px;
text-decoration:none; }
#login-right-col a:hover.button {
-background:url('../images/css/btn_over.gif') no-repeat 0px 0px;
+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;}
#login-page #footer { /*layout of the footer - the bottom of the box */
@@ -807,14 +807,14 @@
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;
}
#content-learner 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;
}
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;