jquery.dataTables.ub.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. /**
  2. Ubilling style
  3. */
  4. .css_right {
  5. float: right;
  6. }
  7. .css_left {
  8. float: left;
  9. }
  10. .dataTables_wrapper .ui-toolbar {
  11. padding: 1px;
  12. }
  13. table.dataTable tbody th,
  14. table.dataTable tbody td {
  15. padding: 1px 1px;
  16. }
  17. table.dataTable.hover tbody tr:hover,
  18. table.dataTable.hover tbody tr.odd:hover,
  19. table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
  20. table.dataTable.display tbody tr.odd:hover,
  21. table.dataTable.display tbody tr.even:hover {
  22. background-color: #d9d9d9;
  23. }
  24. table.dataTable.display tbody tr:hover > .sorting_1,
  25. table.dataTable.display tbody tr.odd:hover > .sorting_1,
  26. table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
  27. table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
  28. table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  29. background-color: #cdcdcd;
  30. }
  31. .jqdt_word_wrap {
  32. overflow-wrap: break-word;
  33. word-wrap: break-word; /* Internet Explorer 5.5+ */;
  34. word-break: break-all;
  35. }
  36. table.dataTable th.dt-left,
  37. table.dataTable td.dt-left {
  38. text-align: left;
  39. }
  40. table.dataTable th.dt-center,
  41. table.dataTable td.dt-center,
  42. table.dataTable td.dataTables_empty {
  43. text-align: center;
  44. }
  45. table.dataTable th.dt-right,
  46. table.dataTable td.dt-right {
  47. text-align: right;
  48. }
  49. table.dataTable th.dt-justify,
  50. table.dataTable td.dt-justify {
  51. text-align: justify;
  52. }
  53. table.dataTable thead th.dt-head-left,
  54. table.dataTable thead td.dt-head-left,
  55. table.dataTable tfoot th.dt-head-left,
  56. table.dataTable tfoot td.dt-head-left {
  57. text-align: left;
  58. }
  59. table.dataTable thead th.dt-head-center,
  60. table.dataTable thead td.dt-head-center,
  61. table.dataTable tfoot th.dt-head-center,
  62. table.dataTable tfoot td.dt-head-center {
  63. text-align: center;
  64. }
  65. table.dataTable thead th.dt-head-right,
  66. table.dataTable thead td.dt-head-right,
  67. table.dataTable tfoot th.dt-head-right,
  68. table.dataTable tfoot td.dt-head-right {
  69. text-align: right;
  70. }
  71. table.dataTable thead th.dt-head-justify,
  72. table.dataTable thead td.dt-head-justify,
  73. table.dataTable tfoot th.dt-head-justify,
  74. table.dataTable tfoot td.dt-head-justify {
  75. text-align: justify;
  76. }
  77. table.dataTable tbody th.dt-body-left,
  78. table.dataTable tbody td.dt-body-left {
  79. text-align: left;
  80. }
  81. table.dataTable tbody th.dt-body-center,
  82. table.dataTable tbody td.dt-body-center {
  83. text-align: center;
  84. }
  85. table.dataTable tbody th.dt-body-right,
  86. table.dataTable tbody td.dt-body-right {
  87. text-align: right;
  88. }
  89. table.dataTable tbody th.dt-body-justify,
  90. table.dataTable tbody td.dt-body-justify {
  91. text-align: justify;
  92. }