Index: lams_central/web/css/defaultHTML_rtl.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_rtl.css,v
diff -u -r1.11 -r1.12
--- lams_central/web/css/defaultHTML_rtl.css 4 Dec 2006 07:54:27 -0000 1.11
+++ lams_central/web/css/defaultHTML_rtl.css 4 Dec 2006 08:11:41 -0000 1.12
@@ -350,7 +350,7 @@
border: 0px none;
padding:3px 15px 5px 15px;
font-size:11px;
- display: table;
+ display: table-cell;
}
@@ -360,33 +360,33 @@
border: 0px none;
padding:3px 15px 5px 15px;
font-size:11px;
- display: table;
+ display: table-cell;
}
/*layout of adding a topic button */
a.button-add-item {
- background: url('../images/css/btn_add_off.rtl.gif') no-repeat top right;
+ background: url('../images/css/btn_add_off_rtl.gif') no-repeat top right;
color: #333;
border: 0px none;
padding:3px 25px 5px 15px;
font-size:11px;
- display: table;
+ display: table-cell;
}
a:hover.button-add-item {
- background: url('../images/css/btn_add_over.rtl.gif') no-repeat top right;
+ background: url('../images/css/btn_add_over_rtl.gif') no-repeat top right;
color: #349018;
border: 0px none;
padding:3px 25px 5px 15px;
font-size:11px;
- display: table;
+ display: table-cell;
}
/*layout of adding a topic button */
#content a.button-add-item {
- background: url('../images/css/btn_add_off.rtl.gif') no-repeat top right;
+ background: url('../images/css/btn_add_off_rtl.gif') no-repeat top right;
color: #333;
border: 0px none;
padding:3px 25px 5px 15px;
@@ -395,7 +395,7 @@
}
#content a:hover.button-add-item {
- background: url('../images/css/btn_add_over.rtl.gif') no-repeat top right;
+ background: url('../images/css/btn_add_over_rtl.gif') no-repeat top right;
color: #349018;
border: 0px none;
padding:3px 25px 5px 15px;
Index: lams_central/web/images/css/btn_add_off_rtl.gif
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/images/css/btn_add_off_rtl.gif,v
diff -u
Binary files differ
Index: lams_central/web/images/css/btn_add_over_rtl.gif
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/images/css/btn_add_over_rtl.gif,v
diff -u
Binary files differ