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.8 -r1.9
--- lams_central/web/css/defaultHTML_rtl_learner.css 16 Nov 2007 05:09:55 -0000 1.8
+++ lams_central/web/css/defaultHTML_rtl_learner.css 4 Jan 2008 00:30:17 -0000 1.9
@@ -130,8 +130,28 @@
}
/* jquery tablesorter pager plugin */
-table.alternative-color thead tr .header {
- background-color: #e6eeee;
+table.tablesorter-admin td {
+ text-align: center;
+ padding:5px;
+ padding-left: 20px;
+ font-size: 11px;
+ border-bottom: 1px solid #efefef;
+ vertical-align: top;
+ background:url('../images/css/greyfade_bg.jpg') repeat-x 3px 0px
+}
+
+table.tablesorter-admin th {
+ background-color: #e7f3cf;
+ height: 30px;
+ color: #47bc23;
+ padding-left: 15px;
+ border-top: 1px solid #cacdd1;
+ border-left: 1px solid #cacdd1;
+ border-right: 1px solid #fff;
+ font-size: 12px;
+}
+
+table.tablesorter-admin thead tr .header {
background-image: url(../images/css/bg.gif);
background-repeat: no-repeat;
background-position: center right;
@@ -140,11 +160,11 @@
padding-right: 15px;
}
-table.alternative-color thead tr .headerSortUp {
+table.tablesorter-admin thead tr .headerSortUp {
background-image: url(../images/css/asc.gif);
}
-table.alternative-color thead tr .headerSortDown {
+table.tablesorter-admin thead tr .headerSortDown {
background-image: url(../images/css/desc.gif);
}