| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- .pagedtable {
- overflow: auto;
- padding-left: 8px;
- padding-right: 8px;
- }
- .pagedtable-wrapper {
- border: 1px solid #ccc;
- border-radius: 4px;
- margin-bottom: 10px;
- }
- .pagedtable table {
- width: 100%;
- max-width: 100%;
- margin: 0;
- }
- .pagedtable th {
- padding: 0 5px 0 5px;
- border: none;
- border-bottom: 2px solid #dddddd;
- min-width: 45px;
- }
- .pagedtable-empty th {
- display: none;
- }
- .pagedtable td {
- padding: 0 4px 0 4px;
- }
- .pagedtable .even {
- background-color: #fcfcfc;
- }
- .pagedtable-padding-col {
- display: none;
- }
- .pagedtable a {
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .pagedtable-index-nav {
- cursor: pointer;
- padding: 0 5px 0 5px;
- float: right;
- border: 0;
- }
- .pagedtable-index-nav-disabled {
- cursor: default;
- text-decoration: none;
- color: #999;
- }
- a.pagedtable-index-nav-disabled:hover {
- text-decoration: none;
- color: #999;
- }
- .pagedtable-indexes {
- cursor: pointer;
- float: right;
- border: 0;
- }
- .pagedtable-index-current {
- cursor: default;
- text-decoration: none;
- font-weight: bold;
- color: #333;
- border: 0;
- }
- a.pagedtable-index-current:hover {
- text-decoration: none;
- font-weight: bold;
- color: #333;
- }
- .pagedtable-index {
- width: 30px;
- display: inline-block;
- text-align: center;
- border: 0;
- }
- .pagedtable-index-separator-left {
- display: inline-block;
- color: #333;
- font-size: 9px;
- padding: 0 0 0 0;
- cursor: default;
- }
- .pagedtable-index-separator-right {
- display: inline-block;
- color: #333;
- font-size: 9px;
- padding: 0 4px 0 0;
- cursor: default;
- }
- .pagedtable-footer {
- padding-top: 4px;
- padding-bottom: 5px;
- }
- .pagedtable-not-empty .pagedtable-footer {
- border-top: 2px solid #dddddd;
- }
- .pagedtable-info {
- overflow: hidden;
- color: #999;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .pagedtable-header-name {
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .pagedtable-header-type {
- color: #999;
- font-weight: 400;
- }
- .pagedtable-na-cell {
- font-style: italic;
- opacity: 0.3;
- }
|