source: extensions/nbc_ThemeChanger/theme/style.css @ 11217

Last change on this file since 11217 was 10161, checked in by datajulien, 13 years ago

nbc_ThemeChanger_admin

Piwigo 2.2 compatibility upgrade

url rewrite for modification and suppression actions.

Update in version 2.0.5b of jquery.tablesorter plugin and correction of the autosort js bug when the table is empty

Modified files:

main.inc.php
admin/nbc_themeChanger_admin.tpl
admin/nbc_themeChanger_admin.php
include/jquery.tablesorter.js

File size: 531 bytes
Line 
1/* tables */
2
3table#TCtablesorter {
4        width: 80%;
5}
6
7table#TCtablesorter tbody .odd {
8        background-color:#ABBFFF;
9}
10
11table#TCtablesorter thead tr .header {
12        background-image: url(bg.gif);
13        background-repeat: no-repeat;
14        background-position: center right;
15        cursor: pointer;
16}
17
18table#TCtablesorter thead tr .headerSortUp {
19        background-image: url(asc.gif);
20}
21table#TCtablesorter thead tr .headerSortDown {
22        background-image: url(desc.gif);
23}
24
25.assocLink{
26        border: none;
27        width:  25px; 
28        height: 25px;
29       
30}
31td.TDcenter {text-align:center;}
Note: See TracBrowser for help on using the repository browser.