Index: lams_central/web/css/defaultHTML_learner.css
===================================================================
diff -u -reb863d9f6c947b3b4578e757ea9a2abd99dbf09b -ra5c169485427ad83d9af77b91580640e02723a79
--- lams_central/web/css/defaultHTML_learner.css (.../defaultHTML_learner.css) (revision eb863d9f6c947b3b4578e757ea9a2abd99dbf09b)
+++ lams_central/web/css/defaultHTML_learner.css (.../defaultHTML_learner.css) (revision a5c169485427ad83d9af77b91580640e02723a79)
@@ -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%;