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;
}