@syncfusion/ej2-react-pivotview 19.4.55 → 20.1.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/ej2-react-pivotview.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +80 -29
- package/styles/bootstrap.css +80 -29
- package/styles/bootstrap4.css +82 -31
- package/styles/bootstrap5-dark.css +151 -64
- package/styles/bootstrap5.css +151 -64
- package/styles/fabric-dark.css +81 -29
- package/styles/fabric.css +80 -29
- package/styles/fluent-dark.css +8914 -0
- package/styles/fluent-dark.scss +2 -0
- package/styles/fluent.css +8916 -0
- package/styles/fluent.scss +2 -0
- package/styles/highcontrast-light.css +80 -29
- package/styles/highcontrast.css +80 -29
- package/styles/material-dark.css +80 -29
- package/styles/material.css +80 -29
- package/styles/pivotfieldlist/bootstrap-dark.css +33 -16
- package/styles/pivotfieldlist/bootstrap.css +33 -16
- package/styles/pivotfieldlist/bootstrap4.css +33 -16
- package/styles/pivotfieldlist/bootstrap5-dark.css +78 -40
- package/styles/pivotfieldlist/bootstrap5.css +78 -40
- package/styles/pivotfieldlist/fabric-dark.css +33 -16
- package/styles/pivotfieldlist/fabric.css +33 -16
- package/styles/pivotfieldlist/fluent-dark.css +6456 -0
- package/styles/pivotfieldlist/fluent-dark.scss +1 -0
- package/styles/pivotfieldlist/fluent.css +6456 -0
- package/styles/pivotfieldlist/fluent.scss +1 -0
- package/styles/pivotfieldlist/highcontrast-light.css +33 -16
- package/styles/pivotfieldlist/highcontrast.css +33 -16
- package/styles/pivotfieldlist/material-dark.css +33 -16
- package/styles/pivotfieldlist/material.css +33 -16
- package/styles/pivotfieldlist/tailwind-dark.css +145 -137
- package/styles/pivotfieldlist/tailwind.css +145 -137
- package/styles/pivotview/bootstrap-dark.css +47 -13
- package/styles/pivotview/bootstrap.css +47 -13
- package/styles/pivotview/bootstrap4.css +49 -15
- package/styles/pivotview/bootstrap5-dark.css +73 -24
- package/styles/pivotview/bootstrap5.css +73 -24
- package/styles/pivotview/fabric-dark.css +48 -13
- package/styles/pivotview/fabric.css +47 -13
- package/styles/pivotview/fluent-dark.css +2457 -0
- package/styles/pivotview/fluent-dark.scss +1 -0
- package/styles/pivotview/fluent.css +2459 -0
- package/styles/pivotview/fluent.scss +1 -0
- package/styles/pivotview/highcontrast-light.css +47 -13
- package/styles/pivotview/highcontrast.css +47 -13
- package/styles/pivotview/material-dark.css +47 -13
- package/styles/pivotview/material.css +47 -13
- package/styles/pivotview/tailwind-dark.css +115 -61
- package/styles/pivotview/tailwind.css +115 -61
- package/styles/tailwind-dark.css +260 -198
- package/styles/tailwind.css +260 -198
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
.e-pivotview .e-value-field-settings .e-type-option-container,
|
|
222
222
|
.e-pivotview .e-value-field-settings .e-base-field-option-container,
|
|
223
223
|
.e-pivotview .e-value-field-settings .e-base-item-option-container {
|
|
224
|
-
padding-top:
|
|
224
|
+
padding-top: 20px;
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
.e-pivotview .e-value-field-settings .e-base-field-option-text,
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
.e-pivotview .e-group-field-settings .e-group-input-container,
|
|
264
264
|
.e-pivotview .e-group-field-settings .e-group-end-option-container,
|
|
265
265
|
.e-pivotview .e-group-field-settings .e-group-interval-option-container {
|
|
266
|
-
padding-top:
|
|
266
|
+
padding-top: 20px;
|
|
267
267
|
}
|
|
268
268
|
|
|
269
269
|
.e-pivotview .e-group-field-settings .e-group-field-div-content {
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
279
279
|
display: -ms-flexbox;
|
|
280
280
|
display: flex;
|
|
281
|
-
padding: 0
|
|
281
|
+
padding: 0 20px 10px;
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
.e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-clear-icon-hide,
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
|
|
290
290
|
.e-pivotview .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-wrapper,
|
|
291
291
|
.e-pivotview .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-container {
|
|
292
|
-
padding: 5px
|
|
292
|
+
padding: 5px 20px 10px;
|
|
293
293
|
}
|
|
294
294
|
|
|
295
295
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
}
|
|
304
304
|
|
|
305
305
|
.e-pivotview .e-member-editor-dialog .e-member-prompt {
|
|
306
|
-
padding: 15px
|
|
306
|
+
padding: 15px 20px;
|
|
307
307
|
text-align: center;
|
|
308
308
|
width: 100%;
|
|
309
309
|
}
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
}
|
|
661
661
|
|
|
662
662
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
663
|
-
padding: 0
|
|
663
|
+
padding: 0 20px;
|
|
664
664
|
}
|
|
665
665
|
|
|
666
666
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-lable,
|
|
@@ -705,7 +705,7 @@
|
|
|
705
705
|
|
|
706
706
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
707
707
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
708
|
-
height: 32px;
|
|
708
|
+
height: 32px !important;
|
|
709
709
|
overflow: hidden;
|
|
710
710
|
padding-left: 10px;
|
|
711
711
|
}
|
|
@@ -723,6 +723,10 @@
|
|
|
723
723
|
line-height: 32px;
|
|
724
724
|
}
|
|
725
725
|
|
|
726
|
+
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
727
|
+
margin-left: 18px !important;
|
|
728
|
+
}
|
|
729
|
+
|
|
726
730
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
727
731
|
padding: 0 !important;
|
|
728
732
|
}
|
|
@@ -792,6 +796,7 @@
|
|
|
792
796
|
float: left;
|
|
793
797
|
margin-top: 8px;
|
|
794
798
|
width: 40%;
|
|
799
|
+
padding-left: 12px;
|
|
795
800
|
}
|
|
796
801
|
|
|
797
802
|
.e-pivotview-report-input {
|
|
@@ -1048,7 +1053,7 @@
|
|
|
1048
1053
|
.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content,
|
|
1049
1054
|
.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content,
|
|
1050
1055
|
.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content {
|
|
1051
|
-
padding: 0
|
|
1056
|
+
padding: 0 20px 10px;
|
|
1052
1057
|
}
|
|
1053
1058
|
|
|
1054
1059
|
.e-bigger .e-pivotview-report-dialog .e-pivotview-report-label,
|
|
@@ -1056,6 +1061,18 @@
|
|
|
1056
1061
|
margin-top: 12px;
|
|
1057
1062
|
}
|
|
1058
1063
|
|
|
1064
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
1065
|
+
height: 62px;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
1069
|
+
padding-left: 10px;
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1073
|
+
margin-left: 24px !important;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1059
1076
|
/*! PivotView theme */
|
|
1060
1077
|
.e-pivotview .e-nextspan {
|
|
1061
1078
|
display: inline-block;
|
|
@@ -1083,8 +1100,11 @@
|
|
|
1083
1100
|
|
|
1084
1101
|
.e-pivotview .e-grid
|
|
1085
1102
|
.e-rowcell {
|
|
1086
|
-
font-size: 14px;
|
|
1103
|
+
font-size: 14px !important;
|
|
1087
1104
|
padding-left: 8px;
|
|
1105
|
+
-webkit-user-select: none;
|
|
1106
|
+
-ms-user-select: none;
|
|
1107
|
+
user-select: none;
|
|
1088
1108
|
}
|
|
1089
1109
|
|
|
1090
1110
|
.e-pivotview .e-gtot,
|
|
@@ -1202,7 +1222,7 @@
|
|
|
1202
1222
|
|
|
1203
1223
|
.e-pivotview .e-sortfilterdiv {
|
|
1204
1224
|
float: right;
|
|
1205
|
-
margin: -
|
|
1225
|
+
margin: -23px -15px !important;
|
|
1206
1226
|
font-size: 12px !important;
|
|
1207
1227
|
padding: 15px;
|
|
1208
1228
|
}
|
|
@@ -1244,6 +1264,10 @@
|
|
|
1244
1264
|
|
|
1245
1265
|
.e-pivotview .e-grid .e-rowsheader {
|
|
1246
1266
|
padding-left: 8px;
|
|
1267
|
+
-webkit-user-select: none;
|
|
1268
|
+
-ms-user-select: none;
|
|
1269
|
+
user-select: none;
|
|
1270
|
+
-webkit-touch-callout: none;
|
|
1247
1271
|
}
|
|
1248
1272
|
|
|
1249
1273
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
@@ -1264,13 +1288,17 @@
|
|
|
1264
1288
|
padding-bottom: 0px !important;
|
|
1265
1289
|
}
|
|
1266
1290
|
|
|
1291
|
+
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1292
|
+
z-index: 1 !important;
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1267
1295
|
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1268
1296
|
.e-pivotview .sf-grid .e-columnsheader {
|
|
1269
1297
|
padding-right: 8px !important;
|
|
1270
1298
|
}
|
|
1271
1299
|
|
|
1272
|
-
.e-pivotview .
|
|
1273
|
-
.e-pivotview .
|
|
1300
|
+
.e-pivotview .e-grid .e-headercelldiv,
|
|
1301
|
+
.e-pivotview .e-grid .e-stackedheadercelldiv {
|
|
1274
1302
|
line-height: normal;
|
|
1275
1303
|
}
|
|
1276
1304
|
|
|
@@ -1288,9 +1316,10 @@
|
|
|
1288
1316
|
|
|
1289
1317
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1290
1318
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1291
|
-
padding-left:
|
|
1319
|
+
padding-left: 12px !important;
|
|
1292
1320
|
margin-top: 5px;
|
|
1293
1321
|
margin-top: 2px;
|
|
1322
|
+
padding-left: 8px !important;
|
|
1294
1323
|
}
|
|
1295
1324
|
|
|
1296
1325
|
.e-pivotview .e-stackedheadercelldiv {
|
|
@@ -1486,7 +1515,7 @@
|
|
|
1486
1515
|
font-weight: normal;
|
|
1487
1516
|
height: 24px;
|
|
1488
1517
|
line-height: .9em;
|
|
1489
|
-
padding:
|
|
1518
|
+
padding: 3px 8px;
|
|
1490
1519
|
text-transform: none;
|
|
1491
1520
|
vertical-align: bottom;
|
|
1492
1521
|
z-index: 1;
|
|
@@ -1699,7 +1728,7 @@
|
|
|
1699
1728
|
}
|
|
1700
1729
|
|
|
1701
1730
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1702
|
-
padding:
|
|
1731
|
+
padding: 3px 8px;
|
|
1703
1732
|
width: 180px;
|
|
1704
1733
|
}
|
|
1705
1734
|
|
|
@@ -1880,7 +1909,7 @@
|
|
|
1880
1909
|
}
|
|
1881
1910
|
|
|
1882
1911
|
.e-pivotview .e-expand::before {
|
|
1883
|
-
font-size:
|
|
1912
|
+
font-size: 20px;
|
|
1884
1913
|
}
|
|
1885
1914
|
|
|
1886
1915
|
.e-pivotview.e-rtl .e-expand::before,
|
|
@@ -1996,7 +2025,7 @@
|
|
|
1996
2025
|
|
|
1997
2026
|
.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
1998
2027
|
.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
1999
|
-
padding-right:
|
|
2028
|
+
padding-right: 12px !important;
|
|
2000
2029
|
}
|
|
2001
2030
|
|
|
2002
2031
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
@@ -2124,6 +2153,11 @@
|
|
|
2124
2153
|
padding-left: 8px !important;
|
|
2125
2154
|
}
|
|
2126
2155
|
|
|
2156
|
+
.e-bigger .e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler,
|
|
2157
|
+
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2158
|
+
height: 100% !important;
|
|
2159
|
+
}
|
|
2160
|
+
|
|
2127
2161
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2128
2162
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2129
2163
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2135,6 +2169,11 @@
|
|
|
2135
2169
|
font-size: 16px !important;
|
|
2136
2170
|
}
|
|
2137
2171
|
|
|
2172
|
+
.e-bigger .e-pivotview .e-bigger .e-stackedheadercelldiv,
|
|
2173
|
+
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2174
|
+
padding-left: 16px !important;
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2138
2177
|
.e-bigger .e-pivotview th .e-expand,
|
|
2139
2178
|
.e-bigger .e-pivotview th .e-collapse,
|
|
2140
2179
|
.e-bigger.e-pivotview th .e-expand,
|
|
@@ -2166,7 +2205,7 @@
|
|
|
2166
2205
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button {
|
|
2167
2206
|
height: 30px;
|
|
2168
2207
|
line-height: 1em;
|
|
2169
|
-
padding:
|
|
2208
|
+
padding: 5px 12px;
|
|
2170
2209
|
}
|
|
2171
2210
|
|
|
2172
2211
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content,
|
|
@@ -2187,7 +2226,7 @@
|
|
|
2187
2226
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2188
2227
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2189
2228
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2190
|
-
font-size: 14px;
|
|
2229
|
+
font-size: 14px !important;
|
|
2191
2230
|
height: 20px;
|
|
2192
2231
|
width: 20px;
|
|
2193
2232
|
}
|
|
@@ -2268,7 +2307,7 @@
|
|
|
2268
2307
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
2269
2308
|
height: 30px;
|
|
2270
2309
|
line-height: 1em;
|
|
2271
|
-
padding:
|
|
2310
|
+
padding: 5px 12px;
|
|
2272
2311
|
}
|
|
2273
2312
|
|
|
2274
2313
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
@@ -2289,7 +2328,7 @@
|
|
|
2289
2328
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2290
2329
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2291
2330
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2292
|
-
font-size: 14px;
|
|
2331
|
+
font-size: 14px !important;
|
|
2293
2332
|
height: 20px;
|
|
2294
2333
|
width: 20px;
|
|
2295
2334
|
}
|
|
@@ -2306,7 +2345,7 @@
|
|
|
2306
2345
|
|
|
2307
2346
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
2308
2347
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
2309
|
-
margin: -
|
|
2348
|
+
margin: -23px -15px !important;
|
|
2310
2349
|
font-size: 12px !important;
|
|
2311
2350
|
}
|
|
2312
2351
|
|
|
@@ -2349,7 +2388,7 @@
|
|
|
2349
2388
|
|
|
2350
2389
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2351
2390
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2352
|
-
font-size: 16px;
|
|
2391
|
+
font-size: 16px !important;
|
|
2353
2392
|
}
|
|
2354
2393
|
|
|
2355
2394
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
@@ -2394,7 +2433,17 @@
|
|
|
2394
2433
|
.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,
|
|
2395
2434
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2396
2435
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2397
|
-
padding-right:
|
|
2436
|
+
padding-right: 16px !important;
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2439
|
+
.e-bigger .e-pivotview .e-expand::before,
|
|
2440
|
+
.e-bigger.e-pivotview .e-expand::before {
|
|
2441
|
+
font-size: 24px;
|
|
2442
|
+
}
|
|
2443
|
+
|
|
2444
|
+
.e-bigger .e-pivotview .e-collapse::before,
|
|
2445
|
+
.e-bigger.e-pivotview .e-collapse::before {
|
|
2446
|
+
font-size: 22px;
|
|
2398
2447
|
}
|
|
2399
2448
|
|
|
2400
2449
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -2800,7 +2849,7 @@
|
|
|
2800
2849
|
}
|
|
2801
2850
|
|
|
2802
2851
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2803
|
-
padding-bottom:
|
|
2852
|
+
padding-bottom: 4px;
|
|
2804
2853
|
}
|
|
2805
2854
|
|
|
2806
2855
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
@@ -2829,7 +2878,7 @@
|
|
|
2829
2878
|
|
|
2830
2879
|
.e-pivot-formatting-dialog .e-format-font-color-picker {
|
|
2831
2880
|
margin-left: 0;
|
|
2832
|
-
margin-right:
|
|
2881
|
+
margin-right: 16px;
|
|
2833
2882
|
}
|
|
2834
2883
|
|
|
2835
2884
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
@@ -2854,7 +2903,7 @@
|
|
|
2854
2903
|
float: right;
|
|
2855
2904
|
padding-right: 12px;
|
|
2856
2905
|
padding-top: 12px;
|
|
2857
|
-
color: #fff;
|
|
2906
|
+
color: #fff !important;
|
|
2858
2907
|
}
|
|
2859
2908
|
|
|
2860
2909
|
.e-pivot-formatting-dialog .e-format-delete-button:hover,
|
|
@@ -2898,11 +2947,12 @@
|
|
|
2898
2947
|
background: none;
|
|
2899
2948
|
margin: 0 2px;
|
|
2900
2949
|
width: 14px;
|
|
2950
|
+
color: #fff !important;
|
|
2901
2951
|
}
|
|
2902
2952
|
|
|
2903
2953
|
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color:hover,
|
|
2904
2954
|
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color:hover {
|
|
2905
|
-
color: #adb5bd;
|
|
2955
|
+
color: #adb5bd !important;
|
|
2906
2956
|
}
|
|
2907
2957
|
|
|
2908
2958
|
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
|
|
@@ -2958,7 +3008,7 @@
|
|
|
2958
3008
|
}
|
|
2959
3009
|
|
|
2960
3010
|
.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
2961
|
-
margin-left:
|
|
3011
|
+
margin-left: 16px;
|
|
2962
3012
|
margin-right: 0;
|
|
2963
3013
|
}
|
|
2964
3014
|
|
|
@@ -2980,6 +3030,10 @@
|
|
|
2980
3030
|
padding-left: 12px;
|
|
2981
3031
|
}
|
|
2982
3032
|
|
|
3033
|
+
.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
3034
|
+
margin-right: 0;
|
|
3035
|
+
}
|
|
3036
|
+
|
|
2983
3037
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2984
3038
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2985
3039
|
min-width: 680px !important;
|
|
@@ -3075,12 +3129,13 @@
|
|
|
3075
3129
|
color: #ced4da;
|
|
3076
3130
|
font-size: 14px;
|
|
3077
3131
|
margin-bottom: 4px;
|
|
3078
|
-
margin-top:
|
|
3132
|
+
margin-top: 12px;
|
|
3079
3133
|
overflow: hidden;
|
|
3080
3134
|
padding: 4px 0;
|
|
3081
3135
|
padding-bottom: 0;
|
|
3082
3136
|
text-overflow: ellipsis;
|
|
3083
3137
|
white-space: nowrap;
|
|
3138
|
+
padding-bottom: 4px;
|
|
3084
3139
|
}
|
|
3085
3140
|
|
|
3086
3141
|
.e-pivot-calc-dialog-div .e-treeview .e-sibling {
|
|
@@ -3108,7 +3163,9 @@
|
|
|
3108
3163
|
}
|
|
3109
3164
|
|
|
3110
3165
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3166
|
+
float: right !important;
|
|
3111
3167
|
margin: 0;
|
|
3168
|
+
margin-right: 12px !important;
|
|
3112
3169
|
}
|
|
3113
3170
|
|
|
3114
3171
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
@@ -3129,6 +3186,16 @@
|
|
|
3129
3186
|
padding: 2px 4px 4px;
|
|
3130
3187
|
pointer-events: auto;
|
|
3131
3188
|
width: 24px;
|
|
3189
|
+
height: 20px;
|
|
3190
|
+
width: 20px;
|
|
3191
|
+
}
|
|
3192
|
+
|
|
3193
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
3194
|
+
float: right;
|
|
3195
|
+
font-size: 20px;
|
|
3196
|
+
margin-right: 12px;
|
|
3197
|
+
padding-top: 10px;
|
|
3198
|
+
padding-top: 8px;
|
|
3132
3199
|
}
|
|
3133
3200
|
|
|
3134
3201
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
|
|
@@ -3152,9 +3219,12 @@
|
|
|
3152
3219
|
font-size: 14px;
|
|
3153
3220
|
height: 24px;
|
|
3154
3221
|
margin-right: 4px;
|
|
3155
|
-
padding: 5px;
|
|
3156
3222
|
pointer-events: auto;
|
|
3157
3223
|
width: 24px;
|
|
3224
|
+
height: 20px;
|
|
3225
|
+
padding: 5px 8px 12px 5px;
|
|
3226
|
+
width: 20px;
|
|
3227
|
+
padding: 8px 8px 8px 12px;
|
|
3158
3228
|
}
|
|
3159
3229
|
|
|
3160
3230
|
.e-pivot-calc-dialog-div .e-dlg-header {
|
|
@@ -3234,7 +3304,7 @@
|
|
|
3234
3304
|
color: #fff;
|
|
3235
3305
|
font-size: 13px;
|
|
3236
3306
|
height: 70px;
|
|
3237
|
-
padding: 5px
|
|
3307
|
+
padding: 5px 8px;
|
|
3238
3308
|
resize: none;
|
|
3239
3309
|
width: 100%;
|
|
3240
3310
|
}
|
|
@@ -3270,7 +3340,7 @@
|
|
|
3270
3340
|
}
|
|
3271
3341
|
|
|
3272
3342
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3273
|
-
height:
|
|
3343
|
+
height: 482px;
|
|
3274
3344
|
width: 50%;
|
|
3275
3345
|
}
|
|
3276
3346
|
|
|
@@ -3282,7 +3352,7 @@
|
|
|
3282
3352
|
|
|
3283
3353
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
3284
3354
|
display: inline-block;
|
|
3285
|
-
height:
|
|
3355
|
+
height: 447px;
|
|
3286
3356
|
overflow: auto;
|
|
3287
3357
|
width: 100%;
|
|
3288
3358
|
}
|
|
@@ -3340,6 +3410,7 @@
|
|
|
3340
3410
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-item div.e-icons {
|
|
3341
3411
|
padding: 0;
|
|
3342
3412
|
height: auto;
|
|
3413
|
+
float: none !important;
|
|
3343
3414
|
}
|
|
3344
3415
|
|
|
3345
3416
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul li {
|
|
@@ -3371,8 +3442,8 @@
|
|
|
3371
3442
|
flex: auto;
|
|
3372
3443
|
margin-top: 0;
|
|
3373
3444
|
padding-bottom: 4px;
|
|
3374
|
-
padding-left:
|
|
3375
|
-
padding-right:
|
|
3445
|
+
padding-left: 18px;
|
|
3446
|
+
padding-right: 18px;
|
|
3376
3447
|
}
|
|
3377
3448
|
|
|
3378
3449
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper {
|
|
@@ -3474,6 +3545,8 @@
|
|
|
3474
3545
|
font-size: 14px;
|
|
3475
3546
|
padding: 6px 0;
|
|
3476
3547
|
padding-bottom: 0;
|
|
3548
|
+
padding-bottom: 4px;
|
|
3549
|
+
padding-top: 16px;
|
|
3477
3550
|
}
|
|
3478
3551
|
|
|
3479
3552
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li,
|
|
@@ -3484,6 +3557,7 @@
|
|
|
3484
3557
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons,
|
|
3485
3558
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons {
|
|
3486
3559
|
font-size: 20px;
|
|
3560
|
+
padding-top: 12px;
|
|
3487
3561
|
}
|
|
3488
3562
|
|
|
3489
3563
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
@@ -3510,12 +3584,12 @@
|
|
|
3510
3584
|
|
|
3511
3585
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
3512
3586
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3513
|
-
height:
|
|
3587
|
+
height: 521px;
|
|
3514
3588
|
}
|
|
3515
3589
|
|
|
3516
3590
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div,
|
|
3517
3591
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
3518
|
-
height:
|
|
3592
|
+
height: 483px;
|
|
3519
3593
|
}
|
|
3520
3594
|
|
|
3521
3595
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title,
|
|
@@ -3827,7 +3901,7 @@
|
|
|
3827
3901
|
}
|
|
3828
3902
|
|
|
3829
3903
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
3830
|
-
padding: 0
|
|
3904
|
+
padding: 0 24px 10px;
|
|
3831
3905
|
}
|
|
3832
3906
|
|
|
3833
3907
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
|
|
@@ -4644,7 +4718,7 @@
|
|
|
4644
4718
|
|
|
4645
4719
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content,
|
|
4646
4720
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
4647
|
-
padding: 0
|
|
4721
|
+
padding: 0 28px 10px;
|
|
4648
4722
|
}
|
|
4649
4723
|
|
|
4650
4724
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-field-name-text-wrapper,
|
|
@@ -4704,6 +4778,7 @@
|
|
|
4704
4778
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-type-option-text,
|
|
4705
4779
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-caption-input-text {
|
|
4706
4780
|
font-size: 14px;
|
|
4781
|
+
padding-bottom: 6px;
|
|
4707
4782
|
}
|
|
4708
4783
|
|
|
4709
4784
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -5101,7 +5176,7 @@
|
|
|
5101
5176
|
height: 28px;
|
|
5102
5177
|
line-height: 1.125em;
|
|
5103
5178
|
overflow: hidden;
|
|
5104
|
-
padding: 6px 0 0
|
|
5179
|
+
padding: 6px 0 0 18px;
|
|
5105
5180
|
text-align: left;
|
|
5106
5181
|
text-overflow: ellipsis;
|
|
5107
5182
|
text-transform: none;
|
|
@@ -5113,7 +5188,7 @@
|
|
|
5113
5188
|
color: #ced4da;
|
|
5114
5189
|
display: -ms-flexbox;
|
|
5115
5190
|
display: flex;
|
|
5116
|
-
padding-right:
|
|
5191
|
+
padding-right: 18px;
|
|
5117
5192
|
}
|
|
5118
5193
|
|
|
5119
5194
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-field-header {
|
|
@@ -5127,7 +5202,7 @@
|
|
|
5127
5202
|
color: #ced4da;
|
|
5128
5203
|
cursor: pointer;
|
|
5129
5204
|
font-size: 14px;
|
|
5130
|
-
height: 20px;
|
|
5205
|
+
height: 20px !important;
|
|
5131
5206
|
padding: 6px 0 0 4px;
|
|
5132
5207
|
width: 20px;
|
|
5133
5208
|
}
|
|
@@ -5189,6 +5264,8 @@
|
|
|
5189
5264
|
vertical-align: bottom;
|
|
5190
5265
|
width: 20px;
|
|
5191
5266
|
margin-right: 4px;
|
|
5267
|
+
padding-left: 8px;
|
|
5268
|
+
padding-right: 12px;
|
|
5192
5269
|
}
|
|
5193
5270
|
|
|
5194
5271
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-drag.e-disable-drag {
|
|
@@ -5289,7 +5366,7 @@
|
|
|
5289
5366
|
display: -ms-flexbox;
|
|
5290
5367
|
display: flex;
|
|
5291
5368
|
height: 28px;
|
|
5292
|
-
padding: 2px
|
|
5369
|
+
padding: 2px 18px 5px;
|
|
5293
5370
|
border-radius: 3px 3px 0 0;
|
|
5294
5371
|
}
|
|
5295
5372
|
|
|
@@ -5768,12 +5845,12 @@
|
|
|
5768
5845
|
|
|
5769
5846
|
.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header {
|
|
5770
5847
|
padding-left: 0;
|
|
5771
|
-
padding-right:
|
|
5848
|
+
padding-right: 18px;
|
|
5772
5849
|
text-align: right;
|
|
5773
5850
|
}
|
|
5774
5851
|
|
|
5775
5852
|
.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper {
|
|
5776
|
-
padding-left:
|
|
5853
|
+
padding-left: 18px;
|
|
5777
5854
|
padding-right: 0;
|
|
5778
5855
|
}
|
|
5779
5856
|
|
|
@@ -6069,7 +6146,9 @@
|
|
|
6069
6146
|
height: 24px;
|
|
6070
6147
|
padding-left: 10px;
|
|
6071
6148
|
width: 24px;
|
|
6149
|
+
font-size: 14px !important;
|
|
6072
6150
|
color: #fff;
|
|
6151
|
+
padding-left: 8px;
|
|
6073
6152
|
}
|
|
6074
6153
|
|
|
6075
6154
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -6182,6 +6261,8 @@
|
|
|
6182
6261
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit {
|
|
6183
6262
|
padding-left: 0;
|
|
6184
6263
|
padding-right: 10px;
|
|
6264
|
+
color: #fff;
|
|
6265
|
+
padding-left: 8px;
|
|
6185
6266
|
}
|
|
6186
6267
|
|
|
6187
6268
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content,
|
|
@@ -6607,7 +6688,7 @@
|
|
|
6607
6688
|
font-weight: normal;
|
|
6608
6689
|
height: 28px;
|
|
6609
6690
|
overflow: hidden;
|
|
6610
|
-
padding: 6px 0 0
|
|
6691
|
+
padding: 6px 0 0 18px;
|
|
6611
6692
|
text-align: left;
|
|
6612
6693
|
text-overflow: ellipsis;
|
|
6613
6694
|
word-break: break-all;
|
|
@@ -6618,7 +6699,7 @@
|
|
|
6618
6699
|
color: #ced4da;
|
|
6619
6700
|
display: -ms-flexbox;
|
|
6620
6701
|
display: flex;
|
|
6621
|
-
padding-right:
|
|
6702
|
+
padding-right: 18px;
|
|
6622
6703
|
}
|
|
6623
6704
|
|
|
6624
6705
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
@@ -6632,7 +6713,7 @@
|
|
|
6632
6713
|
color: #ced4da;
|
|
6633
6714
|
cursor: pointer;
|
|
6634
6715
|
font-size: 14px;
|
|
6635
|
-
height: 20px;
|
|
6716
|
+
height: 20px !important;
|
|
6636
6717
|
padding: 6px 0 0 4px;
|
|
6637
6718
|
width: 20px;
|
|
6638
6719
|
}
|
|
@@ -6694,6 +6775,7 @@
|
|
|
6694
6775
|
vertical-align: bottom;
|
|
6695
6776
|
width: 20px;
|
|
6696
6777
|
margin-right: 4px;
|
|
6778
|
+
padding-left: 12px;
|
|
6697
6779
|
}
|
|
6698
6780
|
|
|
6699
6781
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-drag.e-disable-drag {
|
|
@@ -6794,7 +6876,7 @@
|
|
|
6794
6876
|
display: -ms-flexbox;
|
|
6795
6877
|
display: flex;
|
|
6796
6878
|
height: 28px;
|
|
6797
|
-
padding: 2px
|
|
6879
|
+
padding: 2px 18px 5px;
|
|
6798
6880
|
}
|
|
6799
6881
|
|
|
6800
6882
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
@@ -7271,12 +7353,12 @@
|
|
|
7271
7353
|
|
|
7272
7354
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header {
|
|
7273
7355
|
padding-left: 0;
|
|
7274
|
-
padding-right:
|
|
7356
|
+
padding-right: 18px;
|
|
7275
7357
|
text-align: right;
|
|
7276
7358
|
}
|
|
7277
7359
|
|
|
7278
7360
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
7279
|
-
padding-left:
|
|
7361
|
+
padding-left: 18px;
|
|
7280
7362
|
padding-right: 0;
|
|
7281
7363
|
}
|
|
7282
7364
|
|
|
@@ -7558,7 +7640,9 @@
|
|
|
7558
7640
|
height: 24px;
|
|
7559
7641
|
padding-left: 10px;
|
|
7560
7642
|
width: 24px;
|
|
7643
|
+
font-size: 14px !important;
|
|
7561
7644
|
color: #adb5bd;
|
|
7645
|
+
padding-left: 8px;
|
|
7562
7646
|
}
|
|
7563
7647
|
|
|
7564
7648
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -7671,6 +7755,7 @@
|
|
|
7671
7755
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit {
|
|
7672
7756
|
padding-left: 0;
|
|
7673
7757
|
padding-right: 10px;
|
|
7758
|
+
padding-right: 8px;
|
|
7674
7759
|
}
|
|
7675
7760
|
|
|
7676
7761
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content,
|
|
@@ -7956,7 +8041,7 @@
|
|
|
7956
8041
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields,
|
|
7957
8042
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,
|
|
7958
8043
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields {
|
|
7959
|
-
padding-left:
|
|
8044
|
+
padding-left: 12px !important;
|
|
7960
8045
|
}
|
|
7961
8046
|
|
|
7962
8047
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header,
|
|
@@ -7982,7 +8067,7 @@
|
|
|
7982
8067
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,
|
|
7983
8068
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend {
|
|
7984
8069
|
font-size: 16px;
|
|
7985
|
-
height: 24px;
|
|
8070
|
+
height: 24px !important;
|
|
7986
8071
|
padding: 6px 0 0 4px;
|
|
7987
8072
|
width: 24px;
|
|
7988
8073
|
}
|
|
@@ -8004,6 +8089,8 @@
|
|
|
8004
8089
|
margin-bottom: 3px !important;
|
|
8005
8090
|
margin-right: 4px !important;
|
|
8006
8091
|
width: 24px !important;
|
|
8092
|
+
padding-left: 12px;
|
|
8093
|
+
padding-right: 16px;
|
|
8007
8094
|
}
|
|
8008
8095
|
|
|
8009
8096
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon,
|
|
@@ -8040,7 +8127,7 @@
|
|
|
8040
8127
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values,
|
|
8041
8128
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows,
|
|
8042
8129
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values {
|
|
8043
|
-
margin-top:
|
|
8130
|
+
margin-top: 12px;
|
|
8044
8131
|
}
|
|
8045
8132
|
|
|
8046
8133
|
.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper,
|
|
@@ -8244,14 +8331,14 @@
|
|
|
8244
8331
|
|
|
8245
8332
|
.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields,
|
|
8246
8333
|
.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields {
|
|
8247
|
-
padding-left:
|
|
8334
|
+
padding-left: 12px;
|
|
8248
8335
|
}
|
|
8249
8336
|
|
|
8250
8337
|
.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,
|
|
8251
8338
|
.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values,
|
|
8252
8339
|
.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,
|
|
8253
8340
|
.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values {
|
|
8254
|
-
margin-top:
|
|
8341
|
+
margin-top: 12px;
|
|
8255
8342
|
}
|
|
8256
8343
|
|
|
8257
8344
|
.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
|
|
@@ -8268,7 +8355,7 @@
|
|
|
8268
8355
|
|
|
8269
8356
|
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
8270
8357
|
.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
8271
|
-
padding-left:
|
|
8358
|
+
padding-left: 12px;
|
|
8272
8359
|
}
|
|
8273
8360
|
|
|
8274
8361
|
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
|
|
@@ -8413,7 +8500,7 @@
|
|
|
8413
8500
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
8414
8501
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
8415
8502
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-right-axis-fields {
|
|
8416
|
-
padding-left:
|
|
8503
|
+
padding-left: 12px;
|
|
8417
8504
|
}
|
|
8418
8505
|
|
|
8419
8506
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-header,
|
|
@@ -8439,7 +8526,7 @@
|
|
|
8439
8526
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
|
|
8440
8527
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
|
|
8441
8528
|
font-size: 16px;
|
|
8442
|
-
height: 24px;
|
|
8529
|
+
height: 24px !important;
|
|
8443
8530
|
padding: 6px 0 0 4px;
|
|
8444
8531
|
width: 24px;
|
|
8445
8532
|
}
|
|
@@ -8497,7 +8584,7 @@
|
|
|
8497
8584
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields .e-field-list-values,
|
|
8498
8585
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields .e-field-list-rows,
|
|
8499
8586
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-right-axis-fields .e-field-list-values {
|
|
8500
|
-
margin-top:
|
|
8587
|
+
margin-top: 12px;
|
|
8501
8588
|
}
|
|
8502
8589
|
|
|
8503
8590
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container,
|
|
@@ -8700,14 +8787,14 @@
|
|
|
8700
8787
|
|
|
8701
8788
|
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields,
|
|
8702
8789
|
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields {
|
|
8703
|
-
padding-left:
|
|
8790
|
+
padding-left: 12px;
|
|
8704
8791
|
}
|
|
8705
8792
|
|
|
8706
8793
|
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,
|
|
8707
8794
|
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values,
|
|
8708
8795
|
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,
|
|
8709
8796
|
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values {
|
|
8710
|
-
margin-top:
|
|
8797
|
+
margin-top: 12px;
|
|
8711
8798
|
}
|
|
8712
8799
|
|
|
8713
8800
|
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
@@ -8723,7 +8810,7 @@
|
|
|
8723
8810
|
|
|
8724
8811
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
8725
8812
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
8726
|
-
padding-left:
|
|
8813
|
+
padding-left: 12px;
|
|
8727
8814
|
}
|
|
8728
8815
|
|
|
8729
8816
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-right-axis-fields,
|