Index: lams_central/web/css/defaultHTML_learner.css =================================================================== diff -u -ra5c169485427ad83d9af77b91580640e02723a79 -r301b444dedf83e9caa28a69f3d70b84942181052 --- lams_central/web/css/defaultHTML_learner.css (.../defaultHTML_learner.css) (revision a5c169485427ad83d9af77b91580640e02723a79) +++ lams_central/web/css/defaultHTML_learner.css (.../defaultHTML_learner.css) (revision 301b444dedf83e9caa28a69f3d70b84942181052) @@ -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); }