Index: lams_central/web/css/defaultHTML_learner.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_learner.css,v
diff -u -r1.14 -r1.15
--- lams_central/web/css/defaultHTML_learner.css 14 Jun 2007 06:13:42 -0000 1.14
+++ lams_central/web/css/defaultHTML_learner.css 16 Nov 2007 05:07:51 -0000 1.15
@@ -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-left: none;
padding-left: 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%;