Index: lams_central/web/css/defaultHTML.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v
diff -u -r1.39 -r1.40
--- lams_central/web/css/defaultHTML.css 23 Feb 2009 05:08:17 -0000 1.39
+++ lams_central/web/css/defaultHTML.css 26 Feb 2009 02:31:21 -0000 1.40
@@ -360,7 +360,7 @@
color: #999;
background: url('../images/css/btn_off.gif') repeat-x 0px 2px;
border: 0px none;
- padding:5px 20px 6px 20px;
+ padding:5px 20px 6px 10px;
}
#saveCancelButtons a:hover.button {
@@ -371,6 +371,20 @@
text-decoration: none;
}
+/* OK and Cancel icon buttons */
+.okIcon {
+ padding: 0 0 5px 18px;
+ background: url('../images/css/disk.png') no-repeat;
+
+}
+
+/* OK and Cancel icon buttons */
+.cancelIcon {
+ padding: 0 0 5px 18px;
+ background: url('../images/css/cancel.png') no-repeat;
+
+}
+
/*layout of a general button*/
a.button {
background: url('../images/css/btn_off.gif') repeat-x 0px 0px;