* merge the tablesorter css to style.css.
This commit is contained in:
@@ -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'>
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
Reference in New Issue
Block a user