* merge the tablesorter css to style.css.

This commit is contained in:
wangchunsheng
2010-04-09 09:38:21 +00:00
parent 8959d0ceaf
commit 3ee54ecbdc
3 changed files with 8 additions and 11 deletions
-1
View File
@@ -1,4 +1,3 @@
<link rel='stylesheet' href='<?php echo $clientTheme;?>tablesorter.css' />
<script src='<?php echo $jsRoot;?>jquery/tablesorter/min.js' type='text/javascript'></script>
<script src='<?php echo $jsRoot;?>jquery/tablesorter/metadata.js' type='text/javascript'></script>
<script language='javascript'>
+8
View File
@@ -77,6 +77,14 @@ caption {border:1px solid #e4e4e4; background:#efefef; margin:0; padding:5
.hoover {background:#BCD4EC}
.clicked {background:yellow}
/* copyed from tablesorter plugin. */
table.tablesorter thead tr div{padding:0; margin:0}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {color:red}
table.tablesorter thead tr .headerSortDown a, table.tablesorter thead tr .headerSortUp a {color:red}
table.tablesorter thead tr .header {background-image: url(./images/tablesorter/bg.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer;}
table.tablesorter thead tr .headerSortUp { background-image: url(./images/tablesorter/asc.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer;}
table.tablesorter thead tr .headerSortDown { background-image: url(./images/tablesorter/desc.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer;}
/*-----------------------LAYOUT SETTING----------------------------*/
.f-left {float:left; padding-left: 5px}
.f-right {float:right; padding-right:5px}
-10
View File
@@ -1,10 +0,0 @@
table.tablesorter thead tr .header
{
background-image: url(./images/tablesorter/bg.gif);
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}
table.tablesorter thead tr .headerSortUp { background-image: url(./images/tablesorter/asc.gif); }
table.tablesorter thead tr .headerSortDown { background-image: url(./images/tablesorter/desc.gif); }
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {color:red}