Просмотр файла delta_framework-main/admin/styles/css/style.datatables.css

Размер файла: 1.26Kb
  1. @import url('//cdn.datatables.net/plug-ins/725b2a2115b/integration/bootstrap/3/dataTables.bootstrap.css');
  2.  
  3. .dataTables_length, .dataTables_filter {
  4. margin-top: 8px;
  5. }
  6.  
  7. div.dataTables_length label {
  8. margin-top: 3px;
  9. margin-bottom: 5px !important;
  10. }
  11.  
  12. .dataTables_length .form-control,
  13. .dataTables_filter .form-control {
  14. margin-left: 5px;
  15. vertical-align: baseline;
  16. }
  17.  
  18. .table.dataTable thead .sorting_asc {
  19. background-image: url('../images/datatables/sort_asc.png');
  20. }
  21.  
  22. .table.dataTable thead .sorting_desc {
  23. background-image: url('../images/datatables/sort_desc.png');
  24. }
  25.  
  26. .table.dataTable thead > tr > th {
  27. padding-left: 8px;
  28. }
  29.  
  30. td.details-control {
  31. cursor: pointer;
  32. }
  33.  
  34. td.details-control:before {
  35. font-family: 'FontAwesome';
  36. content: '\f105';
  37. display: block;
  38. text-align: center;
  39. font-size: 16px;
  40. }
  41.  
  42. tr.shown td.details-control:before {
  43. font-family: 'FontAwesome';
  44. content: '\f107';
  45. display: block;
  46. text-align: center;
  47. font-size: 16px;
  48. }
  49.  
  50. .dataTables_wrapper table > tbody > tr > td table {
  51. width: 500px;
  52. }
  53.  
  54.  
  55. /* For table length select using select2 */
  56.  
  57. .select2-container .select2-choice {
  58. padding-top: 2px;
  59. padding-bottom: 2px;
  60. }
  61.  
  62. .select2-container .select2-choice .select2-arrow {
  63. top: -1px;
  64. }