Index: lams_central/web/css/defaultHTML_rtl_learner.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_rtl_learner.css,v
diff -u -r1.7 -r1.8
--- lams_central/web/css/defaultHTML_rtl_learner.css 14 Jun 2007 06:13:42 -0000 1.7
+++ lams_central/web/css/defaultHTML_rtl_learner.css 16 Nov 2007 05:09:55 -0000 1.8
@@ -124,13 +124,30 @@
background:url('../images/css/greyfade_bg.jpg') repeat-x 3px 0px
}
-
-
table.alternative-color td.first, table.alternative-color th.first {
border-right: none;
padding-right: 20px;
}
+/* jquery tablesorter pager plugin */
+table.alternative-color thead tr .header {
+ background-color: #e6eeee;
+ background-image: url(../images/css/bg.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ cursor: pointer;
+ width: auto;
+ padding-right: 15px;
+}
+
+table.alternative-color thead tr .headerSortUp {
+ background-image: url(../images/css/asc.gif);
+}
+
+table.alternative-color thead tr .headerSortDown {
+ background-image: url(../images/css/desc.gif);
+}
+
/*layout of the forum tables with the colored table heading cell */
table.forum {
width:100%;