bootstrap-table-rails 1.12.2 → 1.13.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (92) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -12
  3. data/lib/bootstrap-table-rails/version.rb +1 -1
  4. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +2534 -1841
  5. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +202 -283
  6. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +3114 -2555
  7. data/vendor/assets/javascripts/bootstrap-table/extensions/accent-neutralise/bootstrap-table-accent-neutralise.js +247 -152
  8. data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +271 -0
  9. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +77 -68
  10. data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +452 -315
  11. data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +105 -86
  12. data/vendor/assets/javascripts/bootstrap-table/extensions/defer-url/bootstrap-table-defer-url.js +44 -27
  13. data/vendor/assets/javascripts/bootstrap-table/extensions/editable/bootstrap-table-editable.js +229 -115
  14. data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +319 -162
  15. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +733 -566
  16. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +175 -167
  17. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by/bootstrap-table-group-by.js +227 -213
  18. data/vendor/assets/javascripts/bootstrap-table/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +44 -29
  19. data/vendor/assets/javascripts/bootstrap-table/extensions/key-events/bootstrap-table-key-events.js +92 -70
  20. data/vendor/assets/javascripts/bootstrap-table/extensions/mobile/bootstrap-table-mobile.js +134 -118
  21. data/vendor/assets/javascripts/bootstrap-table/extensions/multi-column-toggle/bootstrap-table-multi-toggle.js +92 -75
  22. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-search/bootstrap-table-multiple-search.js +72 -58
  23. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-selection-row/bootstrap-table-multiple-selection-row.js +129 -113
  24. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +362 -349
  25. data/vendor/assets/javascripts/bootstrap-table/extensions/natural-sorting/bootstrap-table-natural-sorting.js +66 -50
  26. data/vendor/assets/javascripts/bootstrap-table/extensions/{page-jumpto/bootstrap-table-jumpto.css → page-jump-to/bootstrap-table-page-jump-to.css} +0 -0
  27. data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.js +58 -0
  28. data/vendor/assets/javascripts/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.js +341 -0
  29. data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +122 -126
  30. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.js +183 -167
  31. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.js +124 -110
  32. data/vendor/assets/javascripts/bootstrap-table/extensions/resizable/bootstrap-table-resizable.js +66 -55
  33. data/vendor/assets/javascripts/bootstrap-table/extensions/select2-filter/bootstrap-table-select2-filter.js +281 -272
  34. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.css +13 -13
  35. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +182 -106
  36. data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +324 -162
  37. data/vendor/assets/javascripts/bootstrap-table/extensions/tree-column/bootstrap-table-tree-column.js +127 -115
  38. data/vendor/assets/javascripts/bootstrap-table/extensions/treegrid/bootstrap-table-treegrid.js +106 -96
  39. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +48 -35
  40. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +49 -35
  41. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +52 -39
  42. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +52 -39
  43. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +60 -32
  44. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +61 -48
  45. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +36 -23
  46. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +57 -44
  47. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +39 -26
  48. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +54 -41
  49. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CR.js +48 -35
  50. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +103 -38
  51. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-MX.js +59 -46
  52. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-NI.js +48 -35
  53. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-SP.js +49 -36
  54. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +51 -38
  55. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +51 -38
  56. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +51 -38
  57. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +62 -0
  58. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-BE.js +36 -23
  59. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +103 -90
  60. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +51 -38
  61. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +52 -39
  62. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +51 -38
  63. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +57 -44
  64. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +59 -47
  65. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +51 -38
  66. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +49 -36
  67. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +45 -32
  68. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +51 -38
  69. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +45 -32
  70. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +60 -47
  71. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +45 -32
  72. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-BR.js +49 -36
  73. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +51 -38
  74. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +51 -38
  75. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +82 -68
  76. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +57 -44
  77. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +45 -32
  78. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +45 -32
  79. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +49 -36
  80. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +82 -69
  81. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +45 -32
  82. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +57 -44
  83. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +36 -23
  84. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +54 -41
  85. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-TW.js +48 -35
  86. metadata +6 -8
  87. data/vendor/assets/javascripts/bootstrap-table/extensions/angular/bootstrap-table-angular.js +0 -107
  88. data/vendor/assets/javascripts/bootstrap-table/extensions/click-edit-row/bootstrap-table-click-edit-row.css +0 -21
  89. data/vendor/assets/javascripts/bootstrap-table/extensions/click-edit-row/bootstrap-table-click-edit-row.js +0 -142
  90. data/vendor/assets/javascripts/bootstrap-table/extensions/filter/bootstrap-table-filter.js +0 -67
  91. data/vendor/assets/javascripts/bootstrap-table/extensions/flat-json/bootstrap-table-flat-json.js +0 -62
  92. data/vendor/assets/javascripts/bootstrap-table/extensions/page-jumpto/bootstrap-table-jumpto.js +0 -50
@@ -1,318 +1,237 @@
1
+ @charset "UTF-8";
1
2
  /**
2
3
  * @author zhixin wen <wenzhixin2010@gmail.com>
3
- * version: 1.12.2
4
+ * version: 1.13.4
4
5
  * https://github.com/wenzhixin/bootstrap-table/
5
6
  */
6
-
7
- .bootstrap-table .table {
8
- margin-bottom: 0 !important;
9
- border-bottom: 1px solid #dddddd;
10
- border-collapse: collapse !important;
11
- border-radius: 1px;
12
- }
13
-
14
- .bootstrap-table .table:not(.table-condensed),
15
- .bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
16
- .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
17
- .bootstrap-table .table:not(.table-condensed) > thead > tr > td,
18
- .bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
19
- .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
20
- padding: 8px;
7
+ .bootstrap-table .fixed-table-toolbar:after {
8
+ content: "";
9
+ display: block;
10
+ clear: both;
11
+ }
12
+ .bootstrap-table .fixed-table-toolbar .bs-bars,
13
+ .bootstrap-table .fixed-table-toolbar .search,
14
+ .bootstrap-table .fixed-table-toolbar .columns {
15
+ position: relative;
16
+ margin-top: 10px;
17
+ margin-bottom: 10px;
18
+ }
19
+ .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group {
20
+ display: inline-block;
21
+ margin-left: -1px !important;
22
+ }
23
+ .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:first-child > .btn {
24
+ border-top-left-radius: 4px;
25
+ border-bottom-left-radius: 4px;
26
+ }
27
+ .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:last-child > .btn {
28
+ border-top-right-radius: 4px;
29
+ border-bottom-right-radius: 4px;
30
+ }
31
+ .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group > .btn {
32
+ border-radius: 0;
33
+ }
34
+ .bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
35
+ text-align: left;
36
+ max-height: 300px;
37
+ overflow: auto;
38
+ }
39
+ .bootstrap-table .fixed-table-toolbar .columns label {
40
+ display: block;
41
+ padding: 3px 20px;
42
+ clear: both;
43
+ font-weight: normal;
44
+ line-height: 1.428571429;
45
+ }
46
+ .bootstrap-table .fixed-table-toolbar .columns-left {
47
+ margin-right: 5px;
48
+ }
49
+ .bootstrap-table .fixed-table-toolbar .columns-right {
50
+ margin-left: 5px;
51
+ }
52
+ .bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
53
+ right: 0;
54
+ left: auto;
55
+ }
56
+ .bootstrap-table .fixed-table-container {
57
+ position: relative;
58
+ clear: both;
59
+ }
60
+ .bootstrap-table .fixed-table-container.fixed-height {
61
+ border-bottom: 1px solid #dee2e6;
62
+ }
63
+ .bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
64
+ border-left: 1px solid #dee2e6;
65
+ border-right: 1px solid #dee2e6;
66
+ }
67
+ .bootstrap-table .fixed-table-container.fixed-height .table thead th {
68
+ border-bottom: 1px solid #dee2e6;
69
+ }
70
+ .bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
71
+ border-bottom: 1px solid #32383e;
72
+ }
73
+ .bootstrap-table .fixed-table-container .fixed-table-header {
74
+ overflow: hidden;
75
+ }
76
+ .bootstrap-table .fixed-table-container .fixed-table-body {
77
+ overflow-x: auto;
78
+ overflow-y: auto;
79
+ height: 100%;
80
+ }
81
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
82
+ display: none;
83
+ position: absolute;
84
+ top: 42px;
85
+ right: 0;
86
+ bottom: 0;
87
+ left: 0;
88
+ z-index: 99;
89
+ background-color: #fff;
90
+ text-align: center;
91
+ }
92
+ .bootstrap-table .fixed-table-container .table {
93
+ width: 100%;
94
+ margin-bottom: 0 !important;
95
+ }
96
+ .bootstrap-table .fixed-table-container .table th,
97
+ .bootstrap-table .fixed-table-container .table td {
98
+ vertical-align: middle;
99
+ box-sizing: border-box;
100
+ }
101
+ .bootstrap-table .fixed-table-container .table thead th {
102
+ vertical-align: bottom;
103
+ padding: 0;
104
+ margin: 0;
105
+ }
106
+ .bootstrap-table .fixed-table-container .table thead th:focus {
107
+ outline: 0 solid transparent;
108
+ }
109
+ .bootstrap-table .fixed-table-container .table thead th.detail {
110
+ width: 30px;
111
+ }
112
+ .bootstrap-table .fixed-table-container .table thead th .th-inner {
113
+ padding: 0.75rem;
114
+ vertical-align: bottom;
115
+ overflow: hidden;
116
+ text-overflow: ellipsis;
117
+ white-space: nowrap;
118
+ }
119
+ .bootstrap-table .fixed-table-container .table thead th .sortable {
120
+ cursor: pointer;
121
+ background-position: right;
122
+ background-repeat: no-repeat;
123
+ padding-right: 30px;
21
124
  }
22
-
23
- .bootstrap-table .table.table-no-bordered > thead > tr > th,
24
- .bootstrap-table .table.table-no-bordered > tbody > tr > td {
25
- border-right: 2px solid transparent;
26
- }
27
-
28
- .bootstrap-table .table.table-no-bordered > tbody > tr > td:last-child {
29
- border-right: none;
125
+ .bootstrap-table .fixed-table-container .table thead th .both {
126
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
30
127
  }
31
-
32
- .fixed-table-container {
33
- position: relative;
34
- clear: both;
35
- border: 1px solid #dddddd;
36
- border-radius: 4px;
37
- -webkit-border-radius: 4px;
38
- -moz-border-radius: 4px;
39
- }
40
-
41
- .fixed-table-container.table-no-bordered {
42
- border: 1px solid transparent;
43
- }
44
-
45
- .fixed-table-footer,
46
- .fixed-table-header {
47
- overflow: hidden;
48
- }
49
-
50
- .fixed-table-footer {
51
- border-top: 1px solid #dddddd;
52
- }
53
-
54
- .fixed-table-body {
55
- overflow-x: auto;
56
- overflow-y: auto;
57
- height: 100%;
58
- }
59
-
60
- .fixed-table-container table {
61
- width: 100%;
62
- }
63
-
64
- .fixed-table-container thead th {
65
- height: 0;
66
- padding: 0;
67
- margin: 0;
68
- border-left: 1px solid #dddddd;
69
- }
70
-
71
- .fixed-table-container thead th:focus {
72
- outline: 0 solid transparent;
128
+ .bootstrap-table .fixed-table-container .table thead th .asc {
129
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
73
130
  }
74
-
75
- .fixed-table-container thead th:first-child:not([data-not-first-th]) {
76
- border-left: none;
77
- border-top-left-radius: 4px;
78
- -webkit-border-top-left-radius: 4px;
79
- -moz-border-radius-topleft: 4px;
131
+ .bootstrap-table .fixed-table-container .table thead th .desc {
132
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ");
80
133
  }
81
-
82
- .fixed-table-container thead th .th-inner,
83
- .fixed-table-container tbody td .th-inner {
84
- padding: 8px;
85
- line-height: 24px;
86
- vertical-align: top;
87
- overflow: hidden;
88
- text-overflow: ellipsis;
89
- white-space: nowrap;
134
+ .bootstrap-table .fixed-table-container .table tbody tr.selected td {
135
+ background-color: rgba(0, 0, 0, 0.075);
90
136
  }
91
-
92
- .fixed-table-container thead th .sortable {
93
- cursor: pointer;
94
- background-position: right;
95
- background-repeat: no-repeat;
96
- padding-right: 30px;
137
+ .bootstrap-table .fixed-table-container .table tbody tr.no-records-found {
138
+ text-align: center;
97
139
  }
98
-
99
- .fixed-table-container thead th .both {
100
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC');
140
+ .bootstrap-table .fixed-table-container .table tbody tr .card-view .title {
141
+ font-weight: bold;
142
+ display: inline-block;
143
+ min-width: 30%;
144
+ text-align: left !important;
101
145
  }
102
-
103
- .fixed-table-container thead th .asc {
104
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==');
146
+ .bootstrap-table .fixed-table-container .table .bs-checkbox {
147
+ text-align: center;
105
148
  }
106
-
107
- .fixed-table-container thead th .desc {
108
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ');
149
+ .bootstrap-table .fixed-table-container .table input[type=radio],
150
+ .bootstrap-table .fixed-table-container .table input[type=checkbox] {
151
+ margin: 0 auto !important;
109
152
  }
110
-
111
- .fixed-table-container th.detail {
112
- width: 30px;
153
+ .bootstrap-table .fixed-table-container .table.table-sm .th-inner {
154
+ padding: 0.3rem;
113
155
  }
114
-
115
- .fixed-table-container tbody td {
116
- border-left: 1px solid #dddddd;
156
+ .bootstrap-table .fixed-table-container .fixed-table-footer {
157
+ overflow: hidden;
158
+ border-top: 1px solid #dee2e6;
117
159
  }
118
-
119
- .fixed-table-container tbody tr:first-child td {
120
- border-top: none;
160
+ .bootstrap-table .fixed-table-container .fixed-table-footer .table {
161
+ border-bottom: none;
162
+ border-radius: 0;
163
+ padding: 0 !important;
121
164
  }
122
-
123
- .fixed-table-container tbody td:first-child {
124
- border-left: none;
165
+ .bootstrap-table .fixed-table-container .fixed-table-footer .table tbody > tr > td {
166
+ padding: 0 !important;
125
167
  }
126
-
127
- /* the same color with .active */
128
- .fixed-table-container tbody .selected td {
129
- background-color: #f5f5f5;
168
+ .bootstrap-table .fixed-table-pagination:after {
169
+ content: "";
170
+ display: block;
171
+ clear: both;
130
172
  }
131
-
132
- .fixed-table-container .bs-checkbox {
133
- text-align: center;
173
+ .bootstrap-table .fixed-table-pagination > .pagination-detail,
174
+ .bootstrap-table .fixed-table-pagination > .pagination {
175
+ margin-top: 10px;
176
+ margin-bottom: 10px;
177
+ }
178
+ .bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
179
+ line-height: 34px;
180
+ margin-right: 5px;
181
+ }
182
+ .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
183
+ display: inline-block;
134
184
  }
135
-
136
- .fixed-table-container input[type="radio"],
137
- .fixed-table-container input[type="checkbox"] {
138
- margin: 0 auto !important;
185
+ .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group {
186
+ position: relative;
187
+ display: inline-block;
188
+ vertical-align: middle;
139
189
  }
140
-
141
- .fixed-table-container .no-records-found {
142
- text-align: center;
190
+ .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu {
191
+ margin-bottom: 0;
143
192
  }
144
-
145
- .fixed-table-pagination div.pagination,
146
- .fixed-table-pagination .pagination-detail {
147
- margin-top: 10px;
148
- margin-bottom: 10px;
193
+ .bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
194
+ margin: 0;
149
195
  }
150
-
151
- .fixed-table-pagination div.pagination .pagination {
152
- margin: 0;
196
+ .bootstrap-table .fixed-table-pagination > .pagination ul.pagination a {
197
+ padding: 6px 12px;
198
+ line-height: 1.428571429;
153
199
  }
154
-
155
- .fixed-table-pagination .pagination a {
156
- padding: 6px 12px;
157
- line-height: 1.428571429;
200
+ .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a {
201
+ color: #c8c8c8;
158
202
  }
159
-
160
- .fixed-table-pagination .pagination-info {
161
- line-height: 34px;
162
- margin-right: 5px;
203
+ .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a:before {
204
+ content: "⬅";
163
205
  }
164
-
165
- .fixed-table-pagination .btn-group {
166
- position: relative;
167
- display: inline-block;
168
- vertical-align: middle;
206
+ .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a:after {
207
+ content: "➡";
169
208
  }
170
-
171
- .fixed-table-pagination .dropup .dropdown-menu {
172
- margin-bottom: 0;
209
+ .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.disabled a {
210
+ pointer-events: none;
211
+ cursor: default;
173
212
  }
174
-
175
- .fixed-table-pagination .page-list {
176
- display: inline-block;
177
- }
178
-
179
- .fixed-table-toolbar .columns-left {
180
- margin-right: 5px;
181
- }
182
-
183
- .fixed-table-toolbar .columns-right {
184
- margin-left: 5px;
185
- }
186
-
187
- .fixed-table-toolbar .columns label {
188
- display: block;
189
- padding: 3px 20px;
190
- clear: both;
191
- font-weight: normal;
192
- line-height: 1.428571429;
193
- }
194
-
195
- .fixed-table-toolbar .bs-bars,
196
- .fixed-table-toolbar .search,
197
- .fixed-table-toolbar .columns {
198
- position: relative;
199
- margin-top: 10px;
200
- margin-bottom: 10px;
201
- line-height: 34px;
202
- }
203
-
204
- .fixed-table-pagination li.disabled a {
205
- pointer-events: none;
206
- cursor: default;
207
- }
208
-
209
- .fixed-table-loading {
210
- display: none;
211
- position: absolute;
212
- top: 42px;
213
- right: 0;
214
- bottom: 0;
215
- left: 0;
216
- z-index: 99;
217
- background-color: #fff;
218
- text-align: center;
219
- }
220
-
221
- .fixed-table-body .card-view .title {
222
- font-weight: bold;
223
- display: inline-block;
224
- min-width: 30%;
225
- text-align: left !important;
226
- }
227
-
228
- /* support bootstrap 2 */
229
- .fixed-table-body thead th .th-inner {
230
- box-sizing: border-box;
231
- }
232
-
233
- .table th, .table td {
234
- vertical-align: middle;
235
- box-sizing: border-box;
236
- }
237
-
238
- .fixed-table-toolbar .dropdown-menu {
239
- text-align: left;
240
- max-height: 300px;
241
- overflow: auto;
242
- }
243
-
244
- .fixed-table-toolbar .btn-group > .btn-group {
245
- display: inline-block;
246
- margin-left: -1px !important;
247
- }
248
-
249
- .fixed-table-toolbar .btn-group > .btn-group > .btn {
250
- border-radius: 0;
251
- }
252
-
253
- .fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
254
- border-top-left-radius: 4px;
255
- border-bottom-left-radius: 4px;
256
- }
257
-
258
- .fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
259
- border-top-right-radius: 4px;
260
- border-bottom-right-radius: 4px;
261
- }
262
-
263
- .bootstrap-table .table > thead > tr > th {
264
- vertical-align: bottom;
265
- border-bottom: 1px solid #ddd;
266
- }
267
-
268
- /* support bootstrap 3 */
269
- .bootstrap-table .table thead > tr > th {
270
- padding: 0;
271
- margin: 0;
272
- }
273
-
274
- .bootstrap-table .fixed-table-footer tbody > tr > td {
275
- padding: 0 !important;
276
- }
277
-
278
- .bootstrap-table .fixed-table-footer .table {
279
- border-bottom: none;
280
- border-radius: 0;
281
- padding: 0 !important;
282
- }
283
-
284
- .bootstrap-table .pull-right .dropdown-menu {
285
- right: 0;
286
- left: auto;
213
+ .bootstrap-table.fullscreen {
214
+ position: fixed;
215
+ top: 0;
216
+ left: 0;
217
+ z-index: 1050;
218
+ width: 100% !important;
219
+ background: #FFF;
287
220
  }
288
221
 
289
222
  /* calculate scrollbar width */
290
- p.fixed-table-scroll-inner {
291
- width: 100%;
292
- height: 200px;
223
+ div.fixed-table-scroll-inner {
224
+ width: 100%;
225
+ height: 200px;
293
226
  }
294
227
 
295
228
  div.fixed-table-scroll-outer {
296
- top: 0;
297
- left: 0;
298
- visibility: hidden;
299
- width: 200px;
300
- height: 150px;
301
- overflow: hidden;
229
+ top: 0;
230
+ left: 0;
231
+ visibility: hidden;
232
+ width: 200px;
233
+ height: 150px;
234
+ overflow: hidden;
302
235
  }
303
236
 
304
- /* for get correct heights */
305
- .fixed-table-toolbar:after, .fixed-table-pagination:after {
306
- content: "";
307
- display: block;
308
- clear: both;
309
- }
310
-
311
- .fullscreen {
312
- position: fixed;
313
- top: 0;
314
- left: 0;
315
- z-index: 1050;
316
- width: 100%!important;
317
- background: #FFF;
318
- }
237
+ /*# sourceMappingURL=bootstrap-table.css.map */