@syncfusion/ej2-vue-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-vue-pivotview.umd.min.js +2 -2
- package/dist/es6/ej2-vue-pivotview.es2015.js +32 -4
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +20 -2
- package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +8 -8
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +1 -0
- package/src/pivotfieldlist/pivotfieldlist.component.js +10 -1
- package/src/pivotview/pivotview.component.d.ts +1 -0
- package/src/pivotview/pivotview.component.js +10 -1
- 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
package/styles/bootstrap5.css
CHANGED
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
.e-pivotview .e-value-field-settings .e-type-option-container,
|
|
224
224
|
.e-pivotview .e-value-field-settings .e-base-field-option-container,
|
|
225
225
|
.e-pivotview .e-value-field-settings .e-base-item-option-container {
|
|
226
|
-
padding-top:
|
|
226
|
+
padding-top: 20px;
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
.e-pivotview .e-value-field-settings .e-base-field-option-text,
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
.e-pivotview .e-group-field-settings .e-group-input-container,
|
|
266
266
|
.e-pivotview .e-group-field-settings .e-group-end-option-container,
|
|
267
267
|
.e-pivotview .e-group-field-settings .e-group-interval-option-container {
|
|
268
|
-
padding-top:
|
|
268
|
+
padding-top: 20px;
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
.e-pivotview .e-group-field-settings .e-group-field-div-content {
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
281
281
|
display: -ms-flexbox;
|
|
282
282
|
display: flex;
|
|
283
|
-
padding: 0
|
|
283
|
+
padding: 0 20px 10px;
|
|
284
284
|
}
|
|
285
285
|
|
|
286
286
|
.e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-clear-icon-hide,
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
|
|
292
292
|
.e-pivotview .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-wrapper,
|
|
293
293
|
.e-pivotview .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-container {
|
|
294
|
-
padding: 5px
|
|
294
|
+
padding: 5px 20px 10px;
|
|
295
295
|
}
|
|
296
296
|
|
|
297
297
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
}
|
|
306
306
|
|
|
307
307
|
.e-pivotview .e-member-editor-dialog .e-member-prompt {
|
|
308
|
-
padding: 15px
|
|
308
|
+
padding: 15px 20px;
|
|
309
309
|
text-align: center;
|
|
310
310
|
width: 100%;
|
|
311
311
|
}
|
|
@@ -662,7 +662,7 @@
|
|
|
662
662
|
}
|
|
663
663
|
|
|
664
664
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
665
|
-
padding: 0
|
|
665
|
+
padding: 0 20px;
|
|
666
666
|
}
|
|
667
667
|
|
|
668
668
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-lable,
|
|
@@ -707,7 +707,7 @@
|
|
|
707
707
|
|
|
708
708
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
709
709
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
710
|
-
height: 32px;
|
|
710
|
+
height: 32px !important;
|
|
711
711
|
overflow: hidden;
|
|
712
712
|
padding-left: 10px;
|
|
713
713
|
}
|
|
@@ -725,6 +725,10 @@
|
|
|
725
725
|
line-height: 32px;
|
|
726
726
|
}
|
|
727
727
|
|
|
728
|
+
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
729
|
+
margin-left: 18px !important;
|
|
730
|
+
}
|
|
731
|
+
|
|
728
732
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
729
733
|
padding: 0 !important;
|
|
730
734
|
}
|
|
@@ -794,6 +798,7 @@
|
|
|
794
798
|
float: left;
|
|
795
799
|
margin-top: 8px;
|
|
796
800
|
width: 40%;
|
|
801
|
+
padding-left: 12px;
|
|
797
802
|
}
|
|
798
803
|
|
|
799
804
|
.e-pivotview-report-input {
|
|
@@ -1050,7 +1055,7 @@
|
|
|
1050
1055
|
.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content,
|
|
1051
1056
|
.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content,
|
|
1052
1057
|
.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content {
|
|
1053
|
-
padding: 0
|
|
1058
|
+
padding: 0 20px 10px;
|
|
1054
1059
|
}
|
|
1055
1060
|
|
|
1056
1061
|
.e-bigger .e-pivotview-report-dialog .e-pivotview-report-label,
|
|
@@ -1058,6 +1063,18 @@
|
|
|
1058
1063
|
margin-top: 12px;
|
|
1059
1064
|
}
|
|
1060
1065
|
|
|
1066
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
1067
|
+
height: 62px;
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
1071
|
+
padding-left: 10px;
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1075
|
+
margin-left: 24px !important;
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1061
1078
|
/*! PivotView theme */
|
|
1062
1079
|
.e-pivotview .e-nextspan {
|
|
1063
1080
|
display: inline-block;
|
|
@@ -1085,8 +1102,11 @@
|
|
|
1085
1102
|
|
|
1086
1103
|
.e-pivotview .e-grid
|
|
1087
1104
|
.e-rowcell {
|
|
1088
|
-
font-size: 14px;
|
|
1105
|
+
font-size: 14px !important;
|
|
1089
1106
|
padding-left: 8px;
|
|
1107
|
+
-webkit-user-select: none;
|
|
1108
|
+
-ms-user-select: none;
|
|
1109
|
+
user-select: none;
|
|
1090
1110
|
}
|
|
1091
1111
|
|
|
1092
1112
|
.e-pivotview .e-gtot,
|
|
@@ -1204,7 +1224,7 @@
|
|
|
1204
1224
|
|
|
1205
1225
|
.e-pivotview .e-sortfilterdiv {
|
|
1206
1226
|
float: right;
|
|
1207
|
-
margin: -
|
|
1227
|
+
margin: -23px -15px !important;
|
|
1208
1228
|
font-size: 12px !important;
|
|
1209
1229
|
padding: 15px;
|
|
1210
1230
|
}
|
|
@@ -1246,6 +1266,10 @@
|
|
|
1246
1266
|
|
|
1247
1267
|
.e-pivotview .e-grid .e-rowsheader {
|
|
1248
1268
|
padding-left: 8px;
|
|
1269
|
+
-webkit-user-select: none;
|
|
1270
|
+
-ms-user-select: none;
|
|
1271
|
+
user-select: none;
|
|
1272
|
+
-webkit-touch-callout: none;
|
|
1249
1273
|
}
|
|
1250
1274
|
|
|
1251
1275
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
@@ -1266,13 +1290,17 @@
|
|
|
1266
1290
|
padding-bottom: 0px !important;
|
|
1267
1291
|
}
|
|
1268
1292
|
|
|
1293
|
+
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1294
|
+
z-index: 1 !important;
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1269
1297
|
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1270
1298
|
.e-pivotview .sf-grid .e-columnsheader {
|
|
1271
1299
|
padding-right: 8px !important;
|
|
1272
1300
|
}
|
|
1273
1301
|
|
|
1274
|
-
.e-pivotview .
|
|
1275
|
-
.e-pivotview .
|
|
1302
|
+
.e-pivotview .e-grid .e-headercelldiv,
|
|
1303
|
+
.e-pivotview .e-grid .e-stackedheadercelldiv {
|
|
1276
1304
|
line-height: normal;
|
|
1277
1305
|
}
|
|
1278
1306
|
|
|
@@ -1290,9 +1318,10 @@
|
|
|
1290
1318
|
|
|
1291
1319
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1292
1320
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1293
|
-
padding-left:
|
|
1321
|
+
padding-left: 12px !important;
|
|
1294
1322
|
margin-top: 5px;
|
|
1295
1323
|
margin-top: 2px;
|
|
1324
|
+
padding-left: 8px !important;
|
|
1296
1325
|
}
|
|
1297
1326
|
|
|
1298
1327
|
.e-pivotview .e-stackedheadercelldiv {
|
|
@@ -1488,7 +1517,7 @@
|
|
|
1488
1517
|
font-weight: normal;
|
|
1489
1518
|
height: 24px;
|
|
1490
1519
|
line-height: .9em;
|
|
1491
|
-
padding:
|
|
1520
|
+
padding: 3px 8px;
|
|
1492
1521
|
text-transform: none;
|
|
1493
1522
|
vertical-align: bottom;
|
|
1494
1523
|
z-index: 1;
|
|
@@ -1701,7 +1730,7 @@
|
|
|
1701
1730
|
}
|
|
1702
1731
|
|
|
1703
1732
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1704
|
-
padding:
|
|
1733
|
+
padding: 3px 8px;
|
|
1705
1734
|
width: 180px;
|
|
1706
1735
|
}
|
|
1707
1736
|
|
|
@@ -1882,7 +1911,7 @@
|
|
|
1882
1911
|
}
|
|
1883
1912
|
|
|
1884
1913
|
.e-pivotview .e-expand::before {
|
|
1885
|
-
font-size:
|
|
1914
|
+
font-size: 20px;
|
|
1886
1915
|
}
|
|
1887
1916
|
|
|
1888
1917
|
.e-pivotview.e-rtl .e-expand::before,
|
|
@@ -1998,7 +2027,7 @@
|
|
|
1998
2027
|
|
|
1999
2028
|
.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2000
2029
|
.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2001
|
-
padding-right:
|
|
2030
|
+
padding-right: 12px !important;
|
|
2002
2031
|
}
|
|
2003
2032
|
|
|
2004
2033
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
@@ -2126,6 +2155,11 @@
|
|
|
2126
2155
|
padding-left: 8px !important;
|
|
2127
2156
|
}
|
|
2128
2157
|
|
|
2158
|
+
.e-bigger .e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler,
|
|
2159
|
+
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2160
|
+
height: 100% !important;
|
|
2161
|
+
}
|
|
2162
|
+
|
|
2129
2163
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2130
2164
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2131
2165
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2137,6 +2171,11 @@
|
|
|
2137
2171
|
font-size: 16px !important;
|
|
2138
2172
|
}
|
|
2139
2173
|
|
|
2174
|
+
.e-bigger .e-pivotview .e-bigger .e-stackedheadercelldiv,
|
|
2175
|
+
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2176
|
+
padding-left: 16px !important;
|
|
2177
|
+
}
|
|
2178
|
+
|
|
2140
2179
|
.e-bigger .e-pivotview th .e-expand,
|
|
2141
2180
|
.e-bigger .e-pivotview th .e-collapse,
|
|
2142
2181
|
.e-bigger.e-pivotview th .e-expand,
|
|
@@ -2168,7 +2207,7 @@
|
|
|
2168
2207
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button {
|
|
2169
2208
|
height: 30px;
|
|
2170
2209
|
line-height: 1em;
|
|
2171
|
-
padding:
|
|
2210
|
+
padding: 5px 12px;
|
|
2172
2211
|
}
|
|
2173
2212
|
|
|
2174
2213
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content,
|
|
@@ -2189,7 +2228,7 @@
|
|
|
2189
2228
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2190
2229
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2191
2230
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2192
|
-
font-size: 14px;
|
|
2231
|
+
font-size: 14px !important;
|
|
2193
2232
|
height: 20px;
|
|
2194
2233
|
width: 20px;
|
|
2195
2234
|
}
|
|
@@ -2270,7 +2309,7 @@
|
|
|
2270
2309
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
2271
2310
|
height: 30px;
|
|
2272
2311
|
line-height: 1em;
|
|
2273
|
-
padding:
|
|
2312
|
+
padding: 5px 12px;
|
|
2274
2313
|
}
|
|
2275
2314
|
|
|
2276
2315
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
@@ -2291,7 +2330,7 @@
|
|
|
2291
2330
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2292
2331
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2293
2332
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2294
|
-
font-size: 14px;
|
|
2333
|
+
font-size: 14px !important;
|
|
2295
2334
|
height: 20px;
|
|
2296
2335
|
width: 20px;
|
|
2297
2336
|
}
|
|
@@ -2308,7 +2347,7 @@
|
|
|
2308
2347
|
|
|
2309
2348
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
2310
2349
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
2311
|
-
margin: -
|
|
2350
|
+
margin: -23px -15px !important;
|
|
2312
2351
|
font-size: 12px !important;
|
|
2313
2352
|
}
|
|
2314
2353
|
|
|
@@ -2351,7 +2390,7 @@
|
|
|
2351
2390
|
|
|
2352
2391
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2353
2392
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2354
|
-
font-size: 16px;
|
|
2393
|
+
font-size: 16px !important;
|
|
2355
2394
|
}
|
|
2356
2395
|
|
|
2357
2396
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
@@ -2396,7 +2435,17 @@
|
|
|
2396
2435
|
.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,
|
|
2397
2436
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2398
2437
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2399
|
-
padding-right:
|
|
2438
|
+
padding-right: 16px !important;
|
|
2439
|
+
}
|
|
2440
|
+
|
|
2441
|
+
.e-bigger .e-pivotview .e-expand::before,
|
|
2442
|
+
.e-bigger.e-pivotview .e-expand::before {
|
|
2443
|
+
font-size: 24px;
|
|
2444
|
+
}
|
|
2445
|
+
|
|
2446
|
+
.e-bigger .e-pivotview .e-collapse::before,
|
|
2447
|
+
.e-bigger.e-pivotview .e-collapse::before {
|
|
2448
|
+
font-size: 22px;
|
|
2400
2449
|
}
|
|
2401
2450
|
|
|
2402
2451
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -2802,7 +2851,7 @@
|
|
|
2802
2851
|
}
|
|
2803
2852
|
|
|
2804
2853
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2805
|
-
padding-bottom:
|
|
2854
|
+
padding-bottom: 4px;
|
|
2806
2855
|
}
|
|
2807
2856
|
|
|
2808
2857
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
@@ -2831,7 +2880,7 @@
|
|
|
2831
2880
|
|
|
2832
2881
|
.e-pivot-formatting-dialog .e-format-font-color-picker {
|
|
2833
2882
|
margin-left: 0;
|
|
2834
|
-
margin-right:
|
|
2883
|
+
margin-right: 16px;
|
|
2835
2884
|
}
|
|
2836
2885
|
|
|
2837
2886
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
@@ -2856,7 +2905,7 @@
|
|
|
2856
2905
|
float: right;
|
|
2857
2906
|
padding-right: 12px;
|
|
2858
2907
|
padding-top: 12px;
|
|
2859
|
-
color: #212529;
|
|
2908
|
+
color: #212529 !important;
|
|
2860
2909
|
}
|
|
2861
2910
|
|
|
2862
2911
|
.e-pivot-formatting-dialog .e-format-delete-button:hover,
|
|
@@ -2900,11 +2949,12 @@
|
|
|
2900
2949
|
background: none;
|
|
2901
2950
|
margin: 0 2px;
|
|
2902
2951
|
width: 14px;
|
|
2952
|
+
color: #212529 !important;
|
|
2903
2953
|
}
|
|
2904
2954
|
|
|
2905
2955
|
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color:hover,
|
|
2906
2956
|
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color:hover {
|
|
2907
|
-
color: #6c757d;
|
|
2957
|
+
color: #6c757d !important;
|
|
2908
2958
|
}
|
|
2909
2959
|
|
|
2910
2960
|
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
|
|
@@ -2960,7 +3010,7 @@
|
|
|
2960
3010
|
}
|
|
2961
3011
|
|
|
2962
3012
|
.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
2963
|
-
margin-left:
|
|
3013
|
+
margin-left: 16px;
|
|
2964
3014
|
margin-right: 0;
|
|
2965
3015
|
}
|
|
2966
3016
|
|
|
@@ -2982,6 +3032,10 @@
|
|
|
2982
3032
|
padding-left: 12px;
|
|
2983
3033
|
}
|
|
2984
3034
|
|
|
3035
|
+
.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
3036
|
+
margin-right: 0;
|
|
3037
|
+
}
|
|
3038
|
+
|
|
2985
3039
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2986
3040
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2987
3041
|
min-width: 680px !important;
|
|
@@ -3077,12 +3131,13 @@
|
|
|
3077
3131
|
color: #495057;
|
|
3078
3132
|
font-size: 14px;
|
|
3079
3133
|
margin-bottom: 4px;
|
|
3080
|
-
margin-top:
|
|
3134
|
+
margin-top: 12px;
|
|
3081
3135
|
overflow: hidden;
|
|
3082
3136
|
padding: 4px 0;
|
|
3083
3137
|
padding-bottom: 0;
|
|
3084
3138
|
text-overflow: ellipsis;
|
|
3085
3139
|
white-space: nowrap;
|
|
3140
|
+
padding-bottom: 4px;
|
|
3086
3141
|
}
|
|
3087
3142
|
|
|
3088
3143
|
.e-pivot-calc-dialog-div .e-treeview .e-sibling {
|
|
@@ -3110,7 +3165,9 @@
|
|
|
3110
3165
|
}
|
|
3111
3166
|
|
|
3112
3167
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3168
|
+
float: right !important;
|
|
3113
3169
|
margin: 0;
|
|
3170
|
+
margin-right: 12px !important;
|
|
3114
3171
|
}
|
|
3115
3172
|
|
|
3116
3173
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
@@ -3131,6 +3188,16 @@
|
|
|
3131
3188
|
padding: 2px 4px 4px;
|
|
3132
3189
|
pointer-events: auto;
|
|
3133
3190
|
width: 24px;
|
|
3191
|
+
height: 20px;
|
|
3192
|
+
width: 20px;
|
|
3193
|
+
}
|
|
3194
|
+
|
|
3195
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
3196
|
+
float: right;
|
|
3197
|
+
font-size: 20px;
|
|
3198
|
+
margin-right: 12px;
|
|
3199
|
+
padding-top: 10px;
|
|
3200
|
+
padding-top: 8px;
|
|
3134
3201
|
}
|
|
3135
3202
|
|
|
3136
3203
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
|
|
@@ -3154,9 +3221,12 @@
|
|
|
3154
3221
|
font-size: 14px;
|
|
3155
3222
|
height: 24px;
|
|
3156
3223
|
margin-right: 4px;
|
|
3157
|
-
padding: 5px;
|
|
3158
3224
|
pointer-events: auto;
|
|
3159
3225
|
width: 24px;
|
|
3226
|
+
height: 20px;
|
|
3227
|
+
padding: 5px 8px 12px 5px;
|
|
3228
|
+
width: 20px;
|
|
3229
|
+
padding: 8px 8px 8px 12px;
|
|
3160
3230
|
}
|
|
3161
3231
|
|
|
3162
3232
|
.e-pivot-calc-dialog-div .e-dlg-header {
|
|
@@ -3236,7 +3306,7 @@
|
|
|
3236
3306
|
color: #212529;
|
|
3237
3307
|
font-size: 13px;
|
|
3238
3308
|
height: 70px;
|
|
3239
|
-
padding: 5px
|
|
3309
|
+
padding: 5px 8px;
|
|
3240
3310
|
resize: none;
|
|
3241
3311
|
width: 100%;
|
|
3242
3312
|
}
|
|
@@ -3272,7 +3342,7 @@
|
|
|
3272
3342
|
}
|
|
3273
3343
|
|
|
3274
3344
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3275
|
-
height:
|
|
3345
|
+
height: 482px;
|
|
3276
3346
|
width: 50%;
|
|
3277
3347
|
}
|
|
3278
3348
|
|
|
@@ -3284,7 +3354,7 @@
|
|
|
3284
3354
|
|
|
3285
3355
|
.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 {
|
|
3286
3356
|
display: inline-block;
|
|
3287
|
-
height:
|
|
3357
|
+
height: 447px;
|
|
3288
3358
|
overflow: auto;
|
|
3289
3359
|
width: 100%;
|
|
3290
3360
|
}
|
|
@@ -3342,6 +3412,7 @@
|
|
|
3342
3412
|
.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 {
|
|
3343
3413
|
padding: 0;
|
|
3344
3414
|
height: auto;
|
|
3415
|
+
float: none !important;
|
|
3345
3416
|
}
|
|
3346
3417
|
|
|
3347
3418
|
.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 {
|
|
@@ -3373,8 +3444,8 @@
|
|
|
3373
3444
|
flex: auto;
|
|
3374
3445
|
margin-top: 0;
|
|
3375
3446
|
padding-bottom: 4px;
|
|
3376
|
-
padding-left:
|
|
3377
|
-
padding-right:
|
|
3447
|
+
padding-left: 18px;
|
|
3448
|
+
padding-right: 18px;
|
|
3378
3449
|
}
|
|
3379
3450
|
|
|
3380
3451
|
.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 {
|
|
@@ -3476,6 +3547,8 @@
|
|
|
3476
3547
|
font-size: 14px;
|
|
3477
3548
|
padding: 6px 0;
|
|
3478
3549
|
padding-bottom: 0;
|
|
3550
|
+
padding-bottom: 4px;
|
|
3551
|
+
padding-top: 16px;
|
|
3479
3552
|
}
|
|
3480
3553
|
|
|
3481
3554
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li,
|
|
@@ -3486,6 +3559,7 @@
|
|
|
3486
3559
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons,
|
|
3487
3560
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons {
|
|
3488
3561
|
font-size: 20px;
|
|
3562
|
+
padding-top: 12px;
|
|
3489
3563
|
}
|
|
3490
3564
|
|
|
3491
3565
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
@@ -3512,12 +3586,12 @@
|
|
|
3512
3586
|
|
|
3513
3587
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
3514
3588
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3515
|
-
height:
|
|
3589
|
+
height: 521px;
|
|
3516
3590
|
}
|
|
3517
3591
|
|
|
3518
3592
|
.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,
|
|
3519
3593
|
.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 {
|
|
3520
|
-
height:
|
|
3594
|
+
height: 483px;
|
|
3521
3595
|
}
|
|
3522
3596
|
|
|
3523
3597
|
.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,
|
|
@@ -3829,7 +3903,7 @@
|
|
|
3829
3903
|
}
|
|
3830
3904
|
|
|
3831
3905
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
3832
|
-
padding: 0
|
|
3906
|
+
padding: 0 24px 10px;
|
|
3833
3907
|
}
|
|
3834
3908
|
|
|
3835
3909
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
|
|
@@ -4646,7 +4720,7 @@
|
|
|
4646
4720
|
|
|
4647
4721
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content,
|
|
4648
4722
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
4649
|
-
padding: 0
|
|
4723
|
+
padding: 0 28px 10px;
|
|
4650
4724
|
}
|
|
4651
4725
|
|
|
4652
4726
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-field-name-text-wrapper,
|
|
@@ -4706,6 +4780,7 @@
|
|
|
4706
4780
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-type-option-text,
|
|
4707
4781
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-caption-input-text {
|
|
4708
4782
|
font-size: 14px;
|
|
4783
|
+
padding-bottom: 6px;
|
|
4709
4784
|
}
|
|
4710
4785
|
|
|
4711
4786
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -5103,7 +5178,7 @@
|
|
|
5103
5178
|
height: 28px;
|
|
5104
5179
|
line-height: 1.125em;
|
|
5105
5180
|
overflow: hidden;
|
|
5106
|
-
padding: 6px 0 0
|
|
5181
|
+
padding: 6px 0 0 18px;
|
|
5107
5182
|
text-align: left;
|
|
5108
5183
|
text-overflow: ellipsis;
|
|
5109
5184
|
text-transform: none;
|
|
@@ -5115,7 +5190,7 @@
|
|
|
5115
5190
|
color: #495057;
|
|
5116
5191
|
display: -ms-flexbox;
|
|
5117
5192
|
display: flex;
|
|
5118
|
-
padding-right:
|
|
5193
|
+
padding-right: 18px;
|
|
5119
5194
|
}
|
|
5120
5195
|
|
|
5121
5196
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-field-header {
|
|
@@ -5129,7 +5204,7 @@
|
|
|
5129
5204
|
color: #495057;
|
|
5130
5205
|
cursor: pointer;
|
|
5131
5206
|
font-size: 14px;
|
|
5132
|
-
height: 20px;
|
|
5207
|
+
height: 20px !important;
|
|
5133
5208
|
padding: 6px 0 0 4px;
|
|
5134
5209
|
width: 20px;
|
|
5135
5210
|
}
|
|
@@ -5191,6 +5266,8 @@
|
|
|
5191
5266
|
vertical-align: bottom;
|
|
5192
5267
|
width: 20px;
|
|
5193
5268
|
margin-right: 4px;
|
|
5269
|
+
padding-left: 8px;
|
|
5270
|
+
padding-right: 12px;
|
|
5194
5271
|
}
|
|
5195
5272
|
|
|
5196
5273
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-drag.e-disable-drag {
|
|
@@ -5291,7 +5368,7 @@
|
|
|
5291
5368
|
display: -ms-flexbox;
|
|
5292
5369
|
display: flex;
|
|
5293
5370
|
height: 28px;
|
|
5294
|
-
padding: 2px
|
|
5371
|
+
padding: 2px 18px 5px;
|
|
5295
5372
|
border-radius: 3px 3px 0 0;
|
|
5296
5373
|
}
|
|
5297
5374
|
|
|
@@ -5770,12 +5847,12 @@
|
|
|
5770
5847
|
|
|
5771
5848
|
.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header {
|
|
5772
5849
|
padding-left: 0;
|
|
5773
|
-
padding-right:
|
|
5850
|
+
padding-right: 18px;
|
|
5774
5851
|
text-align: right;
|
|
5775
5852
|
}
|
|
5776
5853
|
|
|
5777
5854
|
.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper {
|
|
5778
|
-
padding-left:
|
|
5855
|
+
padding-left: 18px;
|
|
5779
5856
|
padding-right: 0;
|
|
5780
5857
|
}
|
|
5781
5858
|
|
|
@@ -6071,7 +6148,9 @@
|
|
|
6071
6148
|
height: 24px;
|
|
6072
6149
|
padding-left: 10px;
|
|
6073
6150
|
width: 24px;
|
|
6151
|
+
font-size: 14px !important;
|
|
6074
6152
|
color: #212529;
|
|
6153
|
+
padding-left: 8px;
|
|
6075
6154
|
}
|
|
6076
6155
|
|
|
6077
6156
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -6184,6 +6263,8 @@
|
|
|
6184
6263
|
.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 {
|
|
6185
6264
|
padding-left: 0;
|
|
6186
6265
|
padding-right: 10px;
|
|
6266
|
+
color: #212529;
|
|
6267
|
+
padding-left: 8px;
|
|
6187
6268
|
}
|
|
6188
6269
|
|
|
6189
6270
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content,
|
|
@@ -6609,7 +6690,7 @@
|
|
|
6609
6690
|
font-weight: normal;
|
|
6610
6691
|
height: 28px;
|
|
6611
6692
|
overflow: hidden;
|
|
6612
|
-
padding: 6px 0 0
|
|
6693
|
+
padding: 6px 0 0 18px;
|
|
6613
6694
|
text-align: left;
|
|
6614
6695
|
text-overflow: ellipsis;
|
|
6615
6696
|
word-break: break-all;
|
|
@@ -6620,7 +6701,7 @@
|
|
|
6620
6701
|
color: #495057;
|
|
6621
6702
|
display: -ms-flexbox;
|
|
6622
6703
|
display: flex;
|
|
6623
|
-
padding-right:
|
|
6704
|
+
padding-right: 18px;
|
|
6624
6705
|
}
|
|
6625
6706
|
|
|
6626
6707
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
@@ -6634,7 +6715,7 @@
|
|
|
6634
6715
|
color: #495057;
|
|
6635
6716
|
cursor: pointer;
|
|
6636
6717
|
font-size: 14px;
|
|
6637
|
-
height: 20px;
|
|
6718
|
+
height: 20px !important;
|
|
6638
6719
|
padding: 6px 0 0 4px;
|
|
6639
6720
|
width: 20px;
|
|
6640
6721
|
}
|
|
@@ -6696,6 +6777,7 @@
|
|
|
6696
6777
|
vertical-align: bottom;
|
|
6697
6778
|
width: 20px;
|
|
6698
6779
|
margin-right: 4px;
|
|
6780
|
+
padding-left: 12px;
|
|
6699
6781
|
}
|
|
6700
6782
|
|
|
6701
6783
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-drag.e-disable-drag {
|
|
@@ -6796,7 +6878,7 @@
|
|
|
6796
6878
|
display: -ms-flexbox;
|
|
6797
6879
|
display: flex;
|
|
6798
6880
|
height: 28px;
|
|
6799
|
-
padding: 2px
|
|
6881
|
+
padding: 2px 18px 5px;
|
|
6800
6882
|
}
|
|
6801
6883
|
|
|
6802
6884
|
.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,
|
|
@@ -7273,12 +7355,12 @@
|
|
|
7273
7355
|
|
|
7274
7356
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header {
|
|
7275
7357
|
padding-left: 0;
|
|
7276
|
-
padding-right:
|
|
7358
|
+
padding-right: 18px;
|
|
7277
7359
|
text-align: right;
|
|
7278
7360
|
}
|
|
7279
7361
|
|
|
7280
7362
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
7281
|
-
padding-left:
|
|
7363
|
+
padding-left: 18px;
|
|
7282
7364
|
padding-right: 0;
|
|
7283
7365
|
}
|
|
7284
7366
|
|
|
@@ -7560,7 +7642,9 @@
|
|
|
7560
7642
|
height: 24px;
|
|
7561
7643
|
padding-left: 10px;
|
|
7562
7644
|
width: 24px;
|
|
7645
|
+
font-size: 14px !important;
|
|
7563
7646
|
color: #6c757d;
|
|
7647
|
+
padding-left: 8px;
|
|
7564
7648
|
}
|
|
7565
7649
|
|
|
7566
7650
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -7673,6 +7757,7 @@
|
|
|
7673
7757
|
.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 {
|
|
7674
7758
|
padding-left: 0;
|
|
7675
7759
|
padding-right: 10px;
|
|
7760
|
+
padding-right: 8px;
|
|
7676
7761
|
}
|
|
7677
7762
|
|
|
7678
7763
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content,
|
|
@@ -7958,7 +8043,7 @@
|
|
|
7958
8043
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields,
|
|
7959
8044
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,
|
|
7960
8045
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields {
|
|
7961
|
-
padding-left:
|
|
8046
|
+
padding-left: 12px !important;
|
|
7962
8047
|
}
|
|
7963
8048
|
|
|
7964
8049
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header,
|
|
@@ -7984,7 +8069,7 @@
|
|
|
7984
8069
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,
|
|
7985
8070
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend {
|
|
7986
8071
|
font-size: 16px;
|
|
7987
|
-
height: 24px;
|
|
8072
|
+
height: 24px !important;
|
|
7988
8073
|
padding: 6px 0 0 4px;
|
|
7989
8074
|
width: 24px;
|
|
7990
8075
|
}
|
|
@@ -8006,6 +8091,8 @@
|
|
|
8006
8091
|
margin-bottom: 3px !important;
|
|
8007
8092
|
margin-right: 4px !important;
|
|
8008
8093
|
width: 24px !important;
|
|
8094
|
+
padding-left: 12px;
|
|
8095
|
+
padding-right: 16px;
|
|
8009
8096
|
}
|
|
8010
8097
|
|
|
8011
8098
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon,
|
|
@@ -8042,7 +8129,7 @@
|
|
|
8042
8129
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values,
|
|
8043
8130
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows,
|
|
8044
8131
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values {
|
|
8045
|
-
margin-top:
|
|
8132
|
+
margin-top: 12px;
|
|
8046
8133
|
}
|
|
8047
8134
|
|
|
8048
8135
|
.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper,
|
|
@@ -8246,14 +8333,14 @@
|
|
|
8246
8333
|
|
|
8247
8334
|
.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields,
|
|
8248
8335
|
.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields {
|
|
8249
|
-
padding-left:
|
|
8336
|
+
padding-left: 12px;
|
|
8250
8337
|
}
|
|
8251
8338
|
|
|
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
8341
|
.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,
|
|
8255
8342
|
.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values {
|
|
8256
|
-
margin-top:
|
|
8343
|
+
margin-top: 12px;
|
|
8257
8344
|
}
|
|
8258
8345
|
|
|
8259
8346
|
.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,
|
|
@@ -8270,7 +8357,7 @@
|
|
|
8270
8357
|
|
|
8271
8358
|
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
8272
8359
|
.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
8273
|
-
padding-left:
|
|
8360
|
+
padding-left: 12px;
|
|
8274
8361
|
}
|
|
8275
8362
|
|
|
8276
8363
|
.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,
|
|
@@ -8415,7 +8502,7 @@
|
|
|
8415
8502
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
8416
8503
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
8417
8504
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-right-axis-fields {
|
|
8418
|
-
padding-left:
|
|
8505
|
+
padding-left: 12px;
|
|
8419
8506
|
}
|
|
8420
8507
|
|
|
8421
8508
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-header,
|
|
@@ -8441,7 +8528,7 @@
|
|
|
8441
8528
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
|
|
8442
8529
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
|
|
8443
8530
|
font-size: 16px;
|
|
8444
|
-
height: 24px;
|
|
8531
|
+
height: 24px !important;
|
|
8445
8532
|
padding: 6px 0 0 4px;
|
|
8446
8533
|
width: 24px;
|
|
8447
8534
|
}
|
|
@@ -8499,7 +8586,7 @@
|
|
|
8499
8586
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields .e-field-list-values,
|
|
8500
8587
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields .e-field-list-rows,
|
|
8501
8588
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-right-axis-fields .e-field-list-values {
|
|
8502
|
-
margin-top:
|
|
8589
|
+
margin-top: 12px;
|
|
8503
8590
|
}
|
|
8504
8591
|
|
|
8505
8592
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container,
|
|
@@ -8702,14 +8789,14 @@
|
|
|
8702
8789
|
|
|
8703
8790
|
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields,
|
|
8704
8791
|
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields {
|
|
8705
|
-
padding-left:
|
|
8792
|
+
padding-left: 12px;
|
|
8706
8793
|
}
|
|
8707
8794
|
|
|
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
8797
|
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,
|
|
8711
8798
|
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values {
|
|
8712
|
-
margin-top:
|
|
8799
|
+
margin-top: 12px;
|
|
8713
8800
|
}
|
|
8714
8801
|
|
|
8715
8802
|
.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,
|
|
@@ -8725,7 +8812,7 @@
|
|
|
8725
8812
|
|
|
8726
8813
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
8727
8814
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
8728
|
-
padding-left:
|
|
8815
|
+
padding-left: 12px;
|
|
8729
8816
|
}
|
|
8730
8817
|
|
|
8731
8818
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-right-axis-fields,
|