Server IP : 15.235.198.142 / Your IP : 216.73.216.89 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/share/javascript/jquery-tablesorter/css/ |
Upload File : |
/* pager wrapper, div */ .tablesorter-pager { padding: 5px; } /* pager wrapper, in thead/tfoot */ td.tablesorter-pager { background-color: #e6eeee; margin: 0; /* needed for bootstrap .pager gets a 18px bottom margin */ } /* pager navigation arrows */ .tablesorter-pager img { vertical-align: middle; margin-right: 2px; cursor: pointer; } /* pager output text */ .tablesorter-pager .pagedisplay { padding: 0 5px 0 5px; width: auto; white-space: nowrap; text-align: center; } /* pager element reset (needed for bootstrap) */ .tablesorter-pager select { margin: 0; padding: 0; } /*** css used when "updateArrows" option is true ***/ /* the pager itself gets a disabled class when the number of rows is less than the size */ .tablesorter-pager.disabled { display: none; } /* hide or fade out pager arrows when the first or last row is visible */ .tablesorter-pager .disabled { /* visibility: hidden */ opacity: 0.5; filter: alpha(opacity=50); cursor: default; }