weaver 0.1.9 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/data/weaver/css/bootstrap.css +647 -205
- data/data/weaver/css/bootstrap.css.map +1 -0
- data/data/weaver/css/bootstrap.min.css +3 -3
- data/data/weaver/css/crossfade_style.css +19 -0
- data/data/weaver/css/patterns/1.png +0 -0
- data/data/weaver/css/patterns/2.png +0 -0
- data/data/weaver/css/patterns/3.png +0 -0
- data/data/weaver/css/patterns/4.png +0 -0
- data/data/weaver/css/patterns/5.png +0 -0
- data/data/weaver/css/patterns/6.png +0 -0
- data/data/weaver/css/patterns/7.png +0 -0
- data/data/weaver/css/plugins/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css +251 -0
- data/data/weaver/css/plugins/chartist/chartist.min.css +773 -0
- data/data/weaver/css/plugins/clockpicker/clockpicker.css +168 -0
- data/data/weaver/css/plugins/dataTables/dataTables.bootstrap.css +118 -190
- data/data/weaver/css/plugins/dataTables/dataTables.tableTools.min.css +1 -1
- data/data/weaver/css/plugins/daterangepicker/daterangepicker-bs3.css +335 -0
- data/data/weaver/css/plugins/footable/fonts/footable.eot +0 -0
- data/data/weaver/css/plugins/footable/fonts/footable.svg +78 -0
- data/data/weaver/css/plugins/footable/fonts/footable.ttf +0 -0
- data/data/weaver/css/plugins/footable/fonts/footable.woff +0 -0
- data/data/weaver/css/plugins/footable/footable.core.css +178 -0
- data/data/weaver/css/plugins/select2/select2.min.css +1 -0
- data/data/weaver/css/plugins/slick/ajax-loader.gif +0 -0
- data/data/weaver/css/plugins/slick/fonts/slick.eot +0 -0
- data/data/weaver/css/plugins/slick/fonts/slick.svg +14 -0
- data/data/weaver/css/plugins/slick/fonts/slick.ttf +0 -0
- data/data/weaver/css/plugins/slick/fonts/slick.woff +0 -0
- data/data/weaver/css/plugins/slick/slick-theme.css +201 -0
- data/data/weaver/css/plugins/slick/slick.css +119 -0
- data/data/weaver/css/plugins/sweetalert/sweetalert.css +715 -0
- data/data/weaver/css/style.css +4352 -1310
- data/data/weaver/css/style.min.css +1 -1
- data/data/weaver/fonts/glyphicons-halflings-regular.eot +0 -0
- data/data/weaver/fonts/glyphicons-halflings-regular.svg +273 -214
- data/data/weaver/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/data/weaver/fonts/glyphicons-halflings-regular.woff +0 -0
- data/data/weaver/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/data/weaver/js/bootstrap.js +299 -212
- data/data/weaver/js/bootstrap.min.js +5 -5
- data/data/weaver/js/inspinia.js +184 -42
- data/data/weaver/js/plugins/chartist/chartist.min.js +9 -0
- data/data/weaver/js/plugins/chartist/chartist.min.js.map +1 -0
- data/data/weaver/js/plugins/clockpicker/clockpicker.js +729 -0
- data/data/weaver/js/plugins/dataTables/dataTables.bootstrap.js +195 -234
- data/data/weaver/js/plugins/dataTables/dataTables.tableTools.min.js +46 -45
- data/data/weaver/js/plugins/dataTables/jquery.dataTables.js +628 -373
- data/data/weaver/js/plugins/dataTables/swf/copy_csv_xls.swf +0 -0
- data/data/weaver/js/plugins/dataTables/swf/copy_csv_xls_pdf.swf +0 -0
- data/data/weaver/js/plugins/daterangepicker/daterangepicker.js +1304 -0
- data/data/weaver/js/plugins/diff_match_patch/COPYING +177 -0
- data/data/weaver/js/plugins/diff_match_patch/README.txt +43 -0
- data/data/weaver/js/plugins/diff_match_patch/javascript/diff_match_patch.js +49 -0
- data/data/weaver/js/plugins/footable/footable.all.min.js +14 -0
- data/data/weaver/js/plugins/fullcalendar/moment.min.js +3 -3
- data/data/weaver/js/plugins/idle-timer/idle-timer.min.js +2 -0
- data/data/weaver/js/plugins/jvectormap/jquery-jvectormap-2.0.2.css +130 -0
- data/data/weaver/js/plugins/jvectormap/jquery-jvectormap-2.0.2.min.js +3328 -0
- data/data/weaver/js/plugins/masonary/masonry.pkgd.min.js +9 -0
- data/data/weaver/js/plugins/metisMenu/jquery.metisMenu.js +3 -113
- data/data/weaver/js/plugins/morris/morris.js +27 -23
- data/data/weaver/js/plugins/pace/pace.min.js +2 -2
- data/data/weaver/js/plugins/preetyTextDiff/jquery.pretty-text-diff.min.js +76 -0
- data/data/weaver/js/plugins/select2/select2.full.min.js +3 -0
- data/data/weaver/js/plugins/slick/slick.min.js +18 -0
- data/data/weaver/js/plugins/slimscroll/jquery.slimscroll.js +96 -90
- data/data/weaver/js/plugins/slimscroll/jquery.slimscroll.min.js +10 -10
- data/data/weaver/js/plugins/sweetalert/sweetalert.min.js +1 -0
- data/data/weaver/js/plugins/tinycon/tinycon.min.js +8 -0
- data/data/weaver/js/plugins/wow/wow.min.js +2 -0
- data/{bin → exe}/weaver +3 -2
- data/lib/weaver.rb +236 -53
- data/lib/weaver/version.rb +1 -1
- data/weaver.gemspec +2 -2
- metadata +50 -7
- data/data/weaver/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js +0 -8
@@ -0,0 +1,168 @@
|
|
1
|
+
/*!
|
2
|
+
* ClockPicker v{package.version} for Bootstrap (http://weareoutman.github.io/clockpicker/)
|
3
|
+
* Copyright 2014 Wang Shenwei.
|
4
|
+
* Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
|
5
|
+
*/
|
6
|
+
|
7
|
+
.clockpicker .input-group-addon {
|
8
|
+
cursor: pointer;
|
9
|
+
}
|
10
|
+
.clockpicker-moving {
|
11
|
+
cursor: move;
|
12
|
+
}
|
13
|
+
.clockpicker-align-left.popover > .arrow {
|
14
|
+
left: 25px;
|
15
|
+
}
|
16
|
+
.clockpicker-align-top.popover > .arrow {
|
17
|
+
top: 17px;
|
18
|
+
}
|
19
|
+
.clockpicker-align-right.popover > .arrow {
|
20
|
+
left: auto;
|
21
|
+
right: 25px;
|
22
|
+
}
|
23
|
+
.clockpicker-align-bottom.popover > .arrow {
|
24
|
+
top: auto;
|
25
|
+
bottom: 6px;
|
26
|
+
}
|
27
|
+
.clockpicker-popover .popover-title {
|
28
|
+
background-color: #fff;
|
29
|
+
color: #999;
|
30
|
+
font-size: 24px;
|
31
|
+
font-weight: bold;
|
32
|
+
line-height: 30px;
|
33
|
+
text-align: center;
|
34
|
+
}
|
35
|
+
.clockpicker-popover .popover-title span {
|
36
|
+
cursor: pointer;
|
37
|
+
}
|
38
|
+
.clockpicker-popover .popover-content {
|
39
|
+
background-color: #f8f8f8;
|
40
|
+
padding: 12px;
|
41
|
+
}
|
42
|
+
.popover-content:last-child {
|
43
|
+
border-bottom-left-radius: 5px;
|
44
|
+
border-bottom-right-radius: 5px;
|
45
|
+
}
|
46
|
+
.clockpicker-plate {
|
47
|
+
background-color: #fff;
|
48
|
+
border: 1px solid #ccc;
|
49
|
+
border-radius: 50%;
|
50
|
+
width: 200px;
|
51
|
+
height: 200px;
|
52
|
+
overflow: visible;
|
53
|
+
position: relative;
|
54
|
+
/* Disable text selection highlighting. Thanks to Hermanya */
|
55
|
+
-webkit-touch-callout: none;
|
56
|
+
-webkit-user-select: none;
|
57
|
+
-khtml-user-select: none;
|
58
|
+
-moz-user-select: none;
|
59
|
+
-ms-user-select: none;
|
60
|
+
user-select: none;
|
61
|
+
}
|
62
|
+
.clockpicker-canvas,
|
63
|
+
.clockpicker-dial {
|
64
|
+
width: 200px;
|
65
|
+
height: 200px;
|
66
|
+
position: absolute;
|
67
|
+
left: -1px;
|
68
|
+
top: -1px;
|
69
|
+
}
|
70
|
+
.clockpicker-minutes {
|
71
|
+
visibility: hidden;
|
72
|
+
}
|
73
|
+
.clockpicker-tick {
|
74
|
+
border-radius: 50%;
|
75
|
+
color: #666;
|
76
|
+
line-height: 26px;
|
77
|
+
text-align: center;
|
78
|
+
width: 26px;
|
79
|
+
height: 26px;
|
80
|
+
position: absolute;
|
81
|
+
cursor: pointer;
|
82
|
+
}
|
83
|
+
.clockpicker-tick.active,
|
84
|
+
.clockpicker-tick:hover {
|
85
|
+
background-color: rgb(192, 229, 247);
|
86
|
+
background-color: rgba(0, 149, 221, .25);
|
87
|
+
}
|
88
|
+
.clockpicker-button {
|
89
|
+
background-image: none;
|
90
|
+
background-color: #fff;
|
91
|
+
border-width: 1px 0 0;
|
92
|
+
border-top-left-radius: 0;
|
93
|
+
border-top-right-radius: 0;
|
94
|
+
margin: 0;
|
95
|
+
padding: 10px 0;
|
96
|
+
}
|
97
|
+
.clockpicker-button:hover {
|
98
|
+
background-image: none;
|
99
|
+
background-color: #ebebeb;
|
100
|
+
}
|
101
|
+
.clockpicker-button:focus {
|
102
|
+
outline: none!important;
|
103
|
+
}
|
104
|
+
.clockpicker-dial {
|
105
|
+
-webkit-transition: -webkit-transform 350ms, opacity 350ms;
|
106
|
+
-moz-transition: -moz-transform 350ms, opacity 350ms;
|
107
|
+
-ms-transition: -ms-transform 350ms, opacity 350ms;
|
108
|
+
-o-transition: -o-transform 350ms, opacity 350ms;
|
109
|
+
transition: transform 350ms, opacity 350ms;
|
110
|
+
}
|
111
|
+
.clockpicker-dial-out {
|
112
|
+
opacity: 0;
|
113
|
+
}
|
114
|
+
.clockpicker-hours.clockpicker-dial-out {
|
115
|
+
-webkit-transform: scale(1.2, 1.2);
|
116
|
+
-moz-transform: scale(1.2, 1.2);
|
117
|
+
-ms-transform: scale(1.2, 1.2);
|
118
|
+
-o-transform: scale(1.2, 1.2);
|
119
|
+
transform: scale(1.2, 1.2);
|
120
|
+
}
|
121
|
+
.clockpicker-minutes.clockpicker-dial-out {
|
122
|
+
-webkit-transform: scale(.8, .8);
|
123
|
+
-moz-transform: scale(.8, .8);
|
124
|
+
-ms-transform: scale(.8, .8);
|
125
|
+
-o-transform: scale(.8, .8);
|
126
|
+
transform: scale(.8, .8);
|
127
|
+
}
|
128
|
+
.clockpicker-canvas {
|
129
|
+
-webkit-transition: opacity 175ms;
|
130
|
+
-moz-transition: opacity 175ms;
|
131
|
+
-ms-transition: opacity 175ms;
|
132
|
+
-o-transition: opacity 175ms;
|
133
|
+
transition: opacity 175ms;
|
134
|
+
}
|
135
|
+
.clockpicker-canvas-out {
|
136
|
+
opacity: 0.25;
|
137
|
+
}
|
138
|
+
.clockpicker-canvas-bearing,
|
139
|
+
.clockpicker-canvas-fg {
|
140
|
+
stroke: none;
|
141
|
+
fill: rgb(0, 149, 221);
|
142
|
+
}
|
143
|
+
.clockpicker-canvas-bg {
|
144
|
+
stroke: none;
|
145
|
+
fill: rgb(192, 229, 247);
|
146
|
+
}
|
147
|
+
.clockpicker-canvas-bg-trans {
|
148
|
+
fill: rgba(0, 149, 221, .25);
|
149
|
+
}
|
150
|
+
.clockpicker-canvas line {
|
151
|
+
stroke: rgb(0, 149, 221);
|
152
|
+
stroke-width: 1;
|
153
|
+
stroke-linecap: round;
|
154
|
+
/*shape-rendering: crispEdges;*/
|
155
|
+
}
|
156
|
+
.clockpicker-button.am-button {
|
157
|
+
margin: 1px;
|
158
|
+
padding: 5px;
|
159
|
+
border: 1px solid rgba(0, 0, 0, .2);
|
160
|
+
border-radius: 4px;
|
161
|
+
|
162
|
+
}
|
163
|
+
.clockpicker-button.pm-button {
|
164
|
+
margin: 1px 1px 1px 136px;
|
165
|
+
padding: 5px;
|
166
|
+
border: 1px solid rgba(0, 0, 0, .2);
|
167
|
+
border-radius: 4px;
|
168
|
+
}
|
@@ -1,233 +1,161 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
div.dataTables_length select {
|
8
|
-
width: 75px;
|
9
|
-
}
|
10
|
-
|
11
|
-
div.dataTables_filter label {
|
12
|
-
float: right;
|
13
|
-
font-weight: normal;
|
14
|
-
}
|
15
|
-
|
16
|
-
div.dataTables_filter input {
|
17
|
-
width: 16em;
|
18
|
-
}
|
19
|
-
|
20
|
-
div.dataTables_info {
|
21
|
-
padding-top: 8px;
|
22
|
-
}
|
23
|
-
|
24
|
-
div.dataTables_paginate {
|
25
|
-
float: right;
|
26
|
-
margin: 0;
|
27
|
-
}
|
28
|
-
|
29
|
-
div.dataTables_paginate ul.pagination {
|
30
|
-
margin: 2px 0;
|
31
|
-
white-space: nowrap;
|
1
|
+
table.dataTable {
|
2
|
+
clear: both;
|
3
|
+
margin-top: 6px !important;
|
4
|
+
margin-bottom: 6px !important;
|
5
|
+
max-width: none !important;
|
32
6
|
}
|
33
|
-
|
34
|
-
table.dataTable,
|
35
7
|
table.dataTable td,
|
36
8
|
table.dataTable th {
|
37
|
-
|
38
|
-
|
39
|
-
|
9
|
+
-webkit-box-sizing: content-box;
|
10
|
+
-moz-box-sizing: content-box;
|
11
|
+
box-sizing: content-box;
|
40
12
|
}
|
41
|
-
|
42
|
-
table.dataTable {
|
43
|
-
|
44
|
-
margin-top: 6px !important;
|
45
|
-
margin-bottom: 6px !important;
|
46
|
-
max-width: none !important;
|
13
|
+
table.dataTable.nowrap th,
|
14
|
+
table.dataTable.nowrap td {
|
15
|
+
white-space: nowrap;
|
47
16
|
}
|
48
17
|
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
table.dataTable thead .sorting_desc_disabled {
|
54
|
-
cursor: pointer;
|
18
|
+
div.dataTables_wrapper div.dataTables_length label {
|
19
|
+
font-weight: normal;
|
20
|
+
text-align: left;
|
21
|
+
white-space: nowrap;
|
55
22
|
}
|
56
|
-
|
57
|
-
|
58
|
-
|
23
|
+
div.dataTables_wrapper div.dataTables_length select {
|
24
|
+
width: 75px;
|
25
|
+
display: inline-block;
|
59
26
|
}
|
60
|
-
|
61
|
-
|
62
|
-
background: url('../images/sort_asc.png') no-repeat center right;
|
27
|
+
div.dataTables_wrapper div.dataTables_filter {
|
28
|
+
text-align: right;
|
63
29
|
}
|
64
|
-
|
65
|
-
|
66
|
-
|
30
|
+
div.dataTables_wrapper div.dataTables_filter label {
|
31
|
+
font-weight: normal;
|
32
|
+
white-space: nowrap;
|
33
|
+
text-align: left;
|
67
34
|
}
|
68
|
-
|
69
|
-
|
70
|
-
|
35
|
+
div.dataTables_wrapper div.dataTables_filter input {
|
36
|
+
margin-left: 0.5em;
|
37
|
+
display: inline-block;
|
38
|
+
width: auto;
|
71
39
|
}
|
72
|
-
|
73
|
-
|
74
|
-
|
40
|
+
div.dataTables_wrapper div.dataTables_info {
|
41
|
+
padding-top: 8px;
|
42
|
+
white-space: nowrap;
|
75
43
|
}
|
76
|
-
|
77
|
-
|
78
|
-
|
44
|
+
div.dataTables_wrapper div.dataTables_paginate {
|
45
|
+
margin: 0;
|
46
|
+
white-space: nowrap;
|
47
|
+
text-align: right;
|
79
48
|
}
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
div.dataTables_scrollHead table {
|
84
|
-
margin-bottom: 0 !important;
|
85
|
-
border-bottom-left-radius: 0;
|
86
|
-
border-bottom-right-radius: 0;
|
49
|
+
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
|
50
|
+
margin: 2px 0;
|
51
|
+
white-space: nowrap;
|
87
52
|
}
|
88
53
|
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
border-bottom-right-radius: 0 !important;
|
54
|
+
table.dataTable thead > tr > th,
|
55
|
+
table.dataTable thead > tr > td {
|
56
|
+
padding-right: 30px;
|
93
57
|
}
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
margin-bottom: 0 !important;
|
98
|
-
border-top: none;
|
58
|
+
table.dataTable thead > tr > th:active,
|
59
|
+
table.dataTable thead > tr > td:active {
|
60
|
+
outline: none;
|
99
61
|
}
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
margin-top: 0 !important;
|
108
|
-
border-top: none;
|
62
|
+
table.dataTable thead .sorting,
|
63
|
+
table.dataTable thead .sorting_asc,
|
64
|
+
table.dataTable thead .sorting_desc,
|
65
|
+
table.dataTable thead .sorting_asc_disabled,
|
66
|
+
table.dataTable thead .sorting_desc_disabled {
|
67
|
+
cursor: pointer;
|
68
|
+
position: relative;
|
109
69
|
}
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
70
|
+
table.dataTable thead .sorting:after,
|
71
|
+
table.dataTable thead .sorting_asc:after,
|
72
|
+
table.dataTable thead .sorting_desc:after,
|
73
|
+
table.dataTable thead .sorting_asc_disabled:after,
|
74
|
+
table.dataTable thead .sorting_desc_disabled:after {
|
75
|
+
position: absolute;
|
76
|
+
bottom: 8px;
|
77
|
+
right: 8px;
|
78
|
+
display: block;
|
79
|
+
font-family: 'Glyphicons Halflings';
|
80
|
+
opacity: 0.5;
|
119
81
|
}
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
82
|
+
table.dataTable thead .sorting:after {
|
83
|
+
opacity: 0.2;
|
84
|
+
content: "\e150";
|
85
|
+
/* sort */
|
124
86
|
}
|
125
|
-
|
126
|
-
|
127
|
-
|
87
|
+
table.dataTable thead .sorting_asc:after {
|
88
|
+
content: "\e155";
|
89
|
+
/* sort-by-attributes */
|
128
90
|
}
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
background-color: #017ebc;
|
91
|
+
table.dataTable thead .sorting_desc:after {
|
92
|
+
content: "\e156";
|
93
|
+
/* sort-by-attributes-alt */
|
133
94
|
}
|
134
|
-
|
135
|
-
table.
|
136
|
-
|
95
|
+
table.dataTable thead .sorting_asc_disabled:after,
|
96
|
+
table.dataTable thead .sorting_desc_disabled:after {
|
97
|
+
color: #eee;
|
137
98
|
}
|
138
99
|
|
139
|
-
div.
|
140
|
-
|
141
|
-
color: #333 !important;
|
100
|
+
div.dataTables_scrollHead table.dataTable {
|
101
|
+
margin-bottom: 0 !important;
|
142
102
|
}
|
143
103
|
|
144
|
-
div.
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
ul.DTTT_dropdown.dropdown-menu {
|
149
|
-
z-index: 2003;
|
150
|
-
}
|
151
|
-
|
152
|
-
ul.DTTT_dropdown.dropdown-menu a {
|
153
|
-
color: #333 !important; /* needed only when demo_page.css is included */
|
104
|
+
div.dataTables_scrollBody table {
|
105
|
+
border-top: none;
|
106
|
+
margin-top: 0 !important;
|
107
|
+
margin-bottom: 0 !important;
|
154
108
|
}
|
155
|
-
|
156
|
-
|
157
|
-
|
109
|
+
div.dataTables_scrollBody table thead .sorting:after,
|
110
|
+
div.dataTables_scrollBody table thead .sorting_asc:after,
|
111
|
+
div.dataTables_scrollBody table thead .sorting_desc:after {
|
112
|
+
display: none;
|
158
113
|
}
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
background-color: #0088cc;
|
114
|
+
div.dataTables_scrollBody table tbody tr:first-child th,
|
115
|
+
div.dataTables_scrollBody table tbody tr:first-child td {
|
116
|
+
border-top: none;
|
163
117
|
}
|
164
118
|
|
165
|
-
div.
|
166
|
-
|
119
|
+
div.dataTables_scrollFoot table {
|
120
|
+
margin-top: 0 !important;
|
121
|
+
border-top: none;
|
167
122
|
}
|
168
123
|
|
169
|
-
|
170
|
-
|
171
|
-
div.
|
172
|
-
|
173
|
-
|
124
|
+
@media screen and (max-width: 767px) {
|
125
|
+
div.dataTables_wrapper div.dataTables_length,
|
126
|
+
div.dataTables_wrapper div.dataTables_filter,
|
127
|
+
div.dataTables_wrapper div.dataTables_info,
|
128
|
+
div.dataTables_wrapper div.dataTables_paginate {
|
174
129
|
text-align: center;
|
130
|
+
}
|
175
131
|
}
|
176
|
-
|
177
|
-
|
178
|
-
margin: 1em;
|
179
|
-
font-size: 28px;
|
180
|
-
font-weight: normal;
|
181
|
-
line-height: 28px;
|
132
|
+
table.dataTable.table-condensed > thead > tr > th {
|
133
|
+
padding-right: 20px;
|
182
134
|
}
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
135
|
+
table.dataTable.table-condensed .sorting:after,
|
136
|
+
table.dataTable.table-condensed .sorting_asc:after,
|
137
|
+
table.dataTable.table-condensed .sorting_desc:after {
|
138
|
+
top: 6px;
|
139
|
+
right: 6px;
|
187
140
|
}
|
188
141
|
|
189
|
-
|
190
|
-
|
191
|
-
*/
|
192
|
-
|
193
|
-
div.DTFC_LeftHeadWrapper table,
|
194
|
-
div.DTFC_LeftFootWrapper table,
|
195
|
-
div.DTFC_RightHeadWrapper table,
|
196
|
-
div.DTFC_RightFootWrapper table,
|
197
|
-
table.DTFC_Cloned tr.even {
|
198
|
-
background-color: white;
|
142
|
+
table.table-bordered.dataTable {
|
143
|
+
border-collapse: separate !important;
|
199
144
|
}
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
margin-bottom: 0 !important;
|
204
|
-
border-top-right-radius: 0 !important;
|
205
|
-
border-bottom-left-radius: 0 !important;
|
206
|
-
border-bottom-right-radius: 0 !important;
|
145
|
+
table.table-bordered.dataTable th,
|
146
|
+
table.table-bordered.dataTable td {
|
147
|
+
border-left-width: 0;
|
207
148
|
}
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
|
213
|
-
border-bottom-left-radius: 0 !important;
|
214
|
-
border-bottom-right-radius: 0 !important;
|
149
|
+
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
|
150
|
+
table.table-bordered.dataTable td:last-child,
|
151
|
+
table.table-bordered.dataTable td:last-child {
|
152
|
+
border-right-width: 0;
|
215
153
|
}
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
margin-bottom: 0 !important;
|
220
|
-
border-top: none;
|
154
|
+
table.table-bordered.dataTable tbody th,
|
155
|
+
table.table-bordered.dataTable tbody td {
|
156
|
+
border-bottom-width: 0;
|
221
157
|
}
|
222
158
|
|
223
|
-
div.
|
224
|
-
|
225
|
-
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
|
226
|
-
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
|
227
|
-
border-top: none;
|
159
|
+
div.dataTables_scrollHead table.table-bordered {
|
160
|
+
border-bottom-width: 0;
|
228
161
|
}
|
229
|
-
|
230
|
-
div.DTFC_RightFootWrapper table,
|
231
|
-
div.DTFC_LeftFootWrapper table {
|
232
|
-
border-top: none;
|
233
|
-
}
|