@syncfusion/ej2-filemanager 19.4.52 → 20.1.52

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.
Files changed (43) hide show
  1. package/CHANGELOG.md +1 -43
  2. package/dist/ej2-filemanager.umd.min.js +2 -2
  3. package/dist/ej2-filemanager.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-filemanager.es2015.js +20 -7
  5. package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
  6. package/dist/es6/ej2-filemanager.es5.js +19 -6
  7. package/dist/es6/ej2-filemanager.es5.js.map +1 -1
  8. package/dist/global/ej2-filemanager.min.js +2 -2
  9. package/dist/global/ej2-filemanager.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +15 -15
  12. package/src/file-manager/actions/toolbar.js +6 -3
  13. package/src/file-manager/base/file-manager-model.d.ts +7 -0
  14. package/src/file-manager/base/file-manager.d.ts +6 -1
  15. package/src/file-manager/base/file-manager.js +10 -1
  16. package/src/file-manager/layout/details-view.js +1 -0
  17. package/src/file-manager/layout/large-icons-view.js +1 -1
  18. package/src/file-manager/layout/navigation-pane.js +1 -1
  19. package/src/file-manager/models/navigation-pane-settings.d.ts +8 -8
  20. package/styles/bootstrap5-dark.css +1 -1
  21. package/styles/bootstrap5.css +1 -1
  22. package/styles/file-manager/_bootstrap5-definition.scss +1 -1
  23. package/styles/file-manager/_fluent-dark-definition.scss +1 -0
  24. package/styles/file-manager/_fluent-definition.scss +8 -7
  25. package/styles/file-manager/_layout.scss +26 -2
  26. package/styles/file-manager/_theme.scss +17 -7
  27. package/styles/file-manager/bootstrap5-dark.css +1 -1
  28. package/styles/file-manager/bootstrap5.css +1 -1
  29. package/styles/file-manager/fluent-dark.css +1901 -0
  30. package/styles/file-manager/fluent-dark.scss +16 -0
  31. package/styles/file-manager/fluent.css +1900 -0
  32. package/styles/file-manager/fluent.scss +16 -0
  33. package/styles/file-manager/icons/_fluent-dark.scss +1 -0
  34. package/styles/file-manager/icons/_fluent.scss +19 -19
  35. package/styles/file-manager/icons/_tailwind.scss +49 -49
  36. package/styles/file-manager/tailwind-dark.css +49 -49
  37. package/styles/file-manager/tailwind.css +49 -49
  38. package/styles/fluent-dark.css +1901 -0
  39. package/styles/fluent-dark.scss +1 -0
  40. package/styles/fluent.css +1900 -0
  41. package/styles/fluent.scss +1 -0
  42. package/styles/tailwind-dark.css +49 -49
  43. package/styles/tailwind.css +49 -49
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 19.4.52
3
+ * version : 20.1.52
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-filemanager@*",
3
- "_id": "@syncfusion/ej2-filemanager@19.4.50",
3
+ "_id": "@syncfusion/ej2-filemanager@20.1.47",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-vl9ytjZouirIlmSxMJK5qIC6kLYlIezSbORKoiA6YUmpRbtGQgsyiM1qt3fLwPQKrKtcuyoLIAPHCJV53P9Qlg==",
5
+ "_integrity": "sha512-X2ntzEAEsLkMwTr5MxCZGed0nFIN1Booq2Qmz6ABLlp0gQhLGO1v4ZQar0RiRjVHY0ViLasSRyCL7A3VOkvjkQ==",
6
6
  "_location": "/@syncfusion/ej2-filemanager",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -25,8 +25,8 @@
25
25
  "/@syncfusion/ej2-richtexteditor",
26
26
  "/@syncfusion/ej2-vue-filemanager"
27
27
  ],
28
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-19.4.50.tgz",
29
- "_shasum": "caf80b55550c4d6b847839736051e445f03dadcc",
28
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-20.1.47.tgz",
29
+ "_shasum": "b533db437939ff1a76e373430a820cff89b68c87",
30
30
  "_spec": "@syncfusion/ej2-filemanager@*",
31
31
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
32
32
  "author": {
@@ -37,16 +37,16 @@
37
37
  },
38
38
  "bundleDependencies": false,
39
39
  "dependencies": {
40
- "@syncfusion/ej2-base": "~19.4.52",
41
- "@syncfusion/ej2-buttons": "~19.4.52",
42
- "@syncfusion/ej2-data": "~19.4.52",
43
- "@syncfusion/ej2-grids": "~19.4.52",
44
- "@syncfusion/ej2-inputs": "~19.4.52",
45
- "@syncfusion/ej2-layouts": "~19.4.52",
46
- "@syncfusion/ej2-lists": "~19.4.52",
47
- "@syncfusion/ej2-navigations": "~19.4.52",
48
- "@syncfusion/ej2-popups": "~19.4.52",
49
- "@syncfusion/ej2-splitbuttons": "~19.4.52"
40
+ "@syncfusion/ej2-base": "~20.1.50",
41
+ "@syncfusion/ej2-buttons": "~20.1.52",
42
+ "@syncfusion/ej2-data": "~20.1.47",
43
+ "@syncfusion/ej2-grids": "~20.1.52",
44
+ "@syncfusion/ej2-inputs": "~20.1.48",
45
+ "@syncfusion/ej2-layouts": "~20.1.47",
46
+ "@syncfusion/ej2-lists": "~20.1.47",
47
+ "@syncfusion/ej2-navigations": "~20.1.51",
48
+ "@syncfusion/ej2-popups": "~20.1.47",
49
+ "@syncfusion/ej2-splitbuttons": "~20.1.47"
50
50
  },
51
51
  "deprecated": false,
52
52
  "description": "Essential JS 2 FileManager Component",
@@ -67,6 +67,6 @@
67
67
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
68
68
  },
69
69
  "typings": "index.d.ts",
70
- "version": "19.4.52",
70
+ "version": "20.1.52",
71
71
  "sideEffects": false
72
72
  }
@@ -153,9 +153,12 @@ var Toolbar = /** @class */ (function () {
153
153
  Toolbar.prototype.toolbarCreateHandler = function () {
154
154
  if (!isNOU(select('#' + this.getId('SortBy'), this.parent.element))) {
155
155
  var items = [
156
- { id: this.getPupupId('name'), text: getLocaleText(this.parent, 'Name'), iconCss: CLS.TB_OPTION_DOT },
157
- { id: this.getPupupId('size'), text: getLocaleText(this.parent, 'Size') },
158
- { id: this.getPupupId('date'), text: getLocaleText(this.parent, 'DateModified') },
156
+ { id: this.getPupupId('name'), text: getLocaleText(this.parent, 'Name'),
157
+ iconCss: this.parent.sortBy === 'name' ? CLS.TB_OPTION_DOT : '' },
158
+ { id: this.getPupupId('size'), text: getLocaleText(this.parent, 'Size'),
159
+ iconCss: this.parent.sortBy === 'size' ? CLS.TB_OPTION_DOT : '' },
160
+ { id: this.getPupupId('date'), text: getLocaleText(this.parent, 'DateModified'),
161
+ iconCss: this.parent.sortBy === '_fm_modified' ? CLS.TB_OPTION_DOT : '' },
159
162
  { separator: true },
160
163
  { id: this.getPupupId('ascending'), text: getLocaleText(this.parent, 'Ascending'),
161
164
  iconCss: this.parent.sortOrder === 'Ascending' ? CLS.TB_OPTION_TICK : '' },
@@ -183,6 +183,13 @@ export interface FileManagerModel extends ComponentModel{
183
183
  */
184
184
  sortOrder?: SortOrder;
185
185
 
186
+ /**
187
+ * Specifies the field name being used as the sorting criteria to sort the files of the file manager component.
188
+ *
189
+ * @default 'name'
190
+ */
191
+ sortBy?: string;
192
+
186
193
  /**
187
194
  * Specifies the group of items aligned horizontally in the toolbar.
188
195
  *
@@ -94,7 +94,6 @@ export declare class FileManager extends Component<HTMLElement> implements INoti
94
94
  isMobile: boolean;
95
95
  isBigger: boolean;
96
96
  isFile: boolean;
97
- sortBy: string;
98
97
  actionRecords: Object[];
99
98
  activeRecords: Object[];
100
99
  isCut: boolean;
@@ -299,6 +298,12 @@ export declare class FileManager extends Component<HTMLElement> implements INoti
299
298
  * @default 'Ascending'
300
299
  */
301
300
  sortOrder: SortOrder;
301
+ /**
302
+ * Specifies the field name being used as the sorting criteria to sort the files of the file manager component.
303
+ *
304
+ * @default 'name'
305
+ */
306
+ sortBy: string;
302
307
  /**
303
308
  * Specifies the group of items aligned horizontally in the toolbar.
304
309
  *
@@ -69,7 +69,6 @@ var FileManager = /** @class */ (function (_super) {
69
69
  _this.uploadItem = [];
70
70
  _this.deleteRecords = [];
71
71
  _this.isFile = false;
72
- _this.sortBy = 'name';
73
72
  _this.isCut = false;
74
73
  _this.isSearchCut = false;
75
74
  _this.isSearchDrag = false;
@@ -792,6 +791,13 @@ var FileManager = /** @class */ (function (_super) {
792
791
  refresh(this);
793
792
  this.notify(events.sortByChange, {});
794
793
  break;
794
+ case 'sortBy':
795
+ refresh(this);
796
+ this.notify(events.sortByChange, {});
797
+ if (this.view === 'Details') {
798
+ this.notify(events.sortColumn, {});
799
+ }
800
+ break;
795
801
  case 'popupTarget':
796
802
  if (this.uploadDialogObj) {
797
803
  this.uploadDialogObj.target = newProp.popupTarget;
@@ -1175,6 +1181,9 @@ var FileManager = /** @class */ (function (_super) {
1175
1181
  __decorate([
1176
1182
  Property('Ascending')
1177
1183
  ], FileManager.prototype, "sortOrder", void 0);
1184
+ __decorate([
1185
+ Property('name')
1186
+ ], FileManager.prototype, "sortBy", void 0);
1178
1187
  __decorate([
1179
1188
  Complex({}, ToolbarSettings)
1180
1189
  ], FileManager.prototype, "toolbarSettings", void 0);
@@ -1267,6 +1267,7 @@ var DetailsView = /** @class */ (function () {
1267
1267
  case 'f2':
1268
1268
  case 'moveDown':
1269
1269
  case 'moveUp':
1270
+ case 'ctrlD':
1270
1271
  e.preventDefault();
1271
1272
  break;
1272
1273
  default:
@@ -1474,7 +1474,7 @@ var LargeIconsView = /** @class */ (function () {
1474
1474
  else {
1475
1475
  for (var i = 0, len = this.items.length; i < len; i++) {
1476
1476
  var name_2 = getValue('filterPath', this.items[i]) + getValue('name', this.items[i]);
1477
- if (items.indexOf(name_2) !== -1) {
1477
+ if ((items.indexOf(name_2) !== -1) || (items.indexOf(getValue(filterName, this.items[i])) !== -1)) {
1478
1478
  indexes.push(i);
1479
1479
  }
1480
1480
  }
@@ -196,7 +196,7 @@ var NavigationPane = /** @class */ (function () {
196
196
  this.parent.trigger('fileOpen', eventArgs);
197
197
  args.cancel = eventArgs.cancel;
198
198
  if (args.cancel) {
199
- this.restrictSelecting = this.isNodeClickCalled ? this.previousSelected[0] != args.node.getAttribute('data-uid') : false;
199
+ this.restrictSelecting = this.isNodeClickCalled ? this.previousSelected[0] !== args.node.getAttribute('data-uid') : false;
200
200
  this.treeObj.selectedNodes = this.isNodeClickCalled ? this.previousSelected : this.treeObj.selectedNodes;
201
201
  this.previousSelected = this.treeObj.selectedNodes;
202
202
  if (!isNOU(this.parent) && !isNOU(this.parent.contextmenuModule)) {
@@ -22,13 +22,13 @@ export declare class NavigationPaneSettings extends ChildProperty<NavigationPane
22
22
  */
23
23
  visible: boolean;
24
24
  /**
25
- * Specifies a value that indicates how to sort the folders in the navigation pane of the file manager component.
26
- *
27
- * If the sortOrder is Ascending, the folders are sorted in ascending order.
28
- * If the sortOrder is Descending, the folders are sorted in descending order.
29
- * If the sortOrder is None, the folders are not sorted.
30
- *
31
- * @default 'None'
32
- */
25
+ * Specifies a value that indicates how to sort the folders in the navigation pane of the file manager component.
26
+ *
27
+ * If the sortOrder is Ascending, the folders are sorted in ascending order.
28
+ * If the sortOrder is Descending, the folders are sorted in descending order.
29
+ * If the sortOrder is None, the folders are not sorted.
30
+ *
31
+ * @default 'None'
32
+ */
33
33
  sortOrder: 'None' | 'Ascending' | 'Descending';
34
34
  }
@@ -456,7 +456,7 @@ ejs-filemanager {
456
456
  white-space: nowrap;
457
457
  list-style: none;
458
458
  margin: 0;
459
- padding: 8px 12px 8px 18px;
459
+ padding: 8px 16px 8px;
460
460
  visibility: visible;
461
461
  }
462
462
 
@@ -456,7 +456,7 @@ ejs-filemanager {
456
456
  white-space: nowrap;
457
457
  list-style: none;
458
458
  margin: 0;
459
- padding: 8px 12px 8px 18px;
459
+ padding: 8px 16px 8px;
460
460
  visibility: visible;
461
461
  }
462
462
 
@@ -28,7 +28,7 @@ $fe-search-icon-margin: 5px !default;
28
28
  $fe-search-clear-icon-padding: 0 !default;
29
29
  $fe-search-input-margin: 0 0 0 29px !default;
30
30
  $fe-bc-margin: 0 !default;
31
- $fe-bc-padding: 8px 12px 8px 18px !default;
31
+ $fe-bc-padding: 8px 16px 8px !default;
32
32
  $fe-rtl-bc-padding: 8px 18px 8px 12px !default;
33
33
  $fe-bc-text-padding: 4px 4px 5px !default;
34
34
  $fe-bc-text-size: 18px !default;
@@ -0,0 +1 @@
1
+ @import './fluent-definition.scss';
@@ -31,7 +31,7 @@ $fe-tb-ddb-caret-size: 8px !default;
31
31
  $fe-upload-overlay-border: 2px !default;
32
32
  $fe-search-padding: 4px 8px 5px 0 !default;
33
33
  $fe-search-height: 32px !default;
34
- $fe-search-icon-margin: 5px !default;
34
+ $fe-search-icon-margin: 4px !default;
35
35
  $fe-search-clear-icon-margin: 10px !default;
36
36
  $fe-search-clear-icon-padding: 0 !default;
37
37
  $fe-search-input-margin: 0 0 0 38px !default;
@@ -50,7 +50,7 @@ $fe-dg-td-padding: 4px 24px 4px 0 !default;
50
50
  $fe-dg-rtl-td-padding: 8px 0 8px 24px !default;
51
51
  $fe-grid-header-height: 36px !default;
52
52
  $fe-grid-header-font-size: 14px !default;
53
- $fe-grid-header-cb-padding-left: 12px !default;
53
+ $fe-grid-header-cb-padding-left: 5px !default;
54
54
  $fe-grid-content-font-size: 14px !default;
55
55
  $fe-grid-content-name-font-size: 14px !default;
56
56
  $fe-grid-icon-sort-margin: 0 !default;
@@ -68,7 +68,7 @@ $fe-lg-icon-margin: 18px 25px 8px !default;
68
68
  $fe-lg-img-height: 40px !default;
69
69
  $fe-lg-text-padding: 2px 0 0 0 !default;
70
70
  $fe-cm-separator-margin: 0 0 !default;
71
- $fe-cb-line-height: 12px !default;
71
+ $fe-cb-line-height: 16px !default;
72
72
  $fe-dd-popup-blank-icon-padding-left: 40px !default;
73
73
  $fe-tv-fullrow-height: 38px !default;
74
74
  $fe-address-height: 40px !default;
@@ -97,13 +97,13 @@ $fe-big-lg-item-inner-height: 100px !default;
97
97
  $fe-big-lg-item-inner-width: 94px !default;
98
98
  $fe-big-lg-icon-height: 52px !default;
99
99
  $fe-big-lg-icon-width: 52px !default;
100
- $fe-big-lg-icon-margin: 11px auto !default;
100
+ $fe-big-lg-icon-margin: 0 auto !default;
101
101
  $fe-big-lg-img-height: 79px !default;
102
102
  $fe-big-lg-text-padding: 4px 2px 2px !default;
103
103
  $fe-big-grid-header-font-size: 14px !default;
104
104
  $fe-big-grid-content-font-size: 14px !default;
105
105
  $fe-big-grid-content-name-font-size: 16px !default;
106
- $fe-big-cb-line-height: 14px !default;
106
+ $fe-big-cb-line-height: 21px !default;
107
107
 
108
108
  $fe-rtl-grid-icon-margin: 0 0 0 8px !default;
109
109
 
@@ -208,6 +208,7 @@ $fe-bc-icon-padding: 5px !default;
208
208
 
209
209
  // color variables
210
210
  $fe-border-color: $border-light !default;
211
+ $fe-search-border-color: $gray90 !default;
211
212
  $fe-background: transparent;
212
213
  $fe-icon-color: $icon-color !default;
213
214
  $fe-label-color: $content-text-color-alt2 !default;
@@ -233,8 +234,8 @@ $fe-search-bg-color: $content-bg-color !default;
233
234
  $fe-tb-hover-border-color: $secondary-border-color-hover !default;
234
235
  $fe-tb-focus-border-color: $fe-tb-hover-border-color !default;
235
236
  $fe-tb-focus-bg: $secondary-bg-color-hover !default;
236
- $fe-checkbox-color: $primary !default;
237
- $fe-checkbox-bg-color: $primary-text-color !default;
237
+ $fe-checkbox-color: $primary-text-color !default;
238
+ $fe-checkbox-bg-color: $primary !default;
238
239
  $fe-drop-border-color: $primary !default;
239
240
  $fe-up-list-border-color: $border-light !default;
240
241
  $fe-clone-bg-color: $content-bg-color-alt2 !default;
@@ -267,6 +267,9 @@
267
267
  @else {
268
268
  padding: 5px;
269
269
  }
270
+ @if $fm-skin-name == 'FluentUI' {
271
+ font-size: 16px;
272
+ }
270
273
  position: absolute;
271
274
  z-index: 1;
272
275
 
@@ -397,6 +400,12 @@
397
400
  }
398
401
  }
399
402
 
403
+ @if $fm-skin-name == 'FluentUI' {
404
+ .e-checkbox-wrapper:hover .e-frame {
405
+ font-size: 10px;
406
+ }
407
+ }
408
+
400
409
  .e-content {
401
410
  overflow-y: auto !important; // sass-lint:disable-line no-important
402
411
 
@@ -530,7 +539,7 @@
530
539
 
531
540
  &.e-focused {
532
541
  box-shadow: none;
533
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
542
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' and $fm-skin-name != 'FluentUI' {
534
543
  td {
535
544
  box-shadow: $fe-grid-row-ie-box-shadow;
536
545
  }
@@ -850,7 +859,7 @@
850
859
  .e-grid.e-rtl {
851
860
 
852
861
  .e-row.e-focused {
853
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
862
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' and $fm-skin-name != 'FluentUI' {
854
863
  td:first-child {
855
864
  box-shadow: $fe-grid-row-lc-ie-box-shadow;
856
865
  }
@@ -1035,6 +1044,12 @@
1035
1044
  }
1036
1045
  }
1037
1046
 
1047
+ @if $fm-skin-name == 'FluentUI' {
1048
+ .e-dlg-content {
1049
+ padding-top: 2px;
1050
+ }
1051
+ }
1052
+
1038
1053
  &.e-rtl {
1039
1054
 
1040
1055
  td {
@@ -1556,6 +1571,9 @@
1556
1571
  @if ($fm-skin-name == 'material' or $fm-skin-name == 'material-dark') {
1557
1572
  height: 39px;
1558
1573
  }
1574
+ @if ($fm-skin-name == 'FluentUI') {
1575
+ height: 30px;
1576
+ }
1559
1577
  }
1560
1578
 
1561
1579
  .e-clear-icon::before {
@@ -1570,12 +1588,18 @@
1570
1588
  @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1571
1589
  font-size: 16px;
1572
1590
  }
1591
+ @else if $fm-skin-name == 'FluentUI' {
1592
+ font-size: 18px;
1593
+ }
1573
1594
  @if $fm-skin-name == 'tailwind' {
1574
1595
  margin: 7px 4px;
1575
1596
  }
1576
1597
  @else if $fm-skin-name == 'bootstrap5' {
1577
1598
  margin: 4px;
1578
1599
  }
1600
+ @else if $fm-skin-name == 'FluentUI' {
1601
+ margin: 3px;
1602
+ }
1579
1603
  @else {
1580
1604
  margin: 7px 0;
1581
1605
  }
@@ -133,6 +133,9 @@
133
133
  .e-input-group.e-control-wrapper:not(.e-success) {
134
134
  background: $fe-search-bg-color;
135
135
  border-color: $fe-border-color;
136
+ @if $theme-name == 'fluentui-dark' {
137
+ border-color: $fe-search-border-color;
138
+ }
136
139
  }
137
140
  }
138
141
  }
@@ -158,20 +161,27 @@
158
161
  .e-grid {
159
162
 
160
163
  .e-gridheader {
161
-
162
- tr:first-child th {
163
- background: $fe-grid-header-bg-color;
164
- }
164
+ @if $fm-skin-name != 'FluentUI' {
165
+ tr:first-child th {
166
+ background: $fe-grid-header-bg-color;
167
+ }
168
+ }
165
169
 
166
170
  .e-headercell {
167
171
 
168
172
  &:not(.e-fe-grid-icon):hover {
169
173
  background: $fe-hover-bg-color;
170
174
  }
171
-
172
- &.e-fe-checkbox:hover {
173
- background: $fe-grid-header-bg-color;
175
+ @if $fm-skin-name == 'FluentUI' {
176
+ &.e-fe-checkbox:hover {
177
+ background: $content-bg-color;
174
178
  }
179
+ }
180
+ @else {
181
+ &.e-fe-checkbox:hover {
182
+ background: $fe-grid-header-bg-color;
183
+ }
184
+ }
175
185
 
176
186
  &.e-fe-grid-icon .e-headercelldiv:hover {
177
187
  background: $fe-hover-bg-color;
@@ -456,7 +456,7 @@ ejs-filemanager {
456
456
  white-space: nowrap;
457
457
  list-style: none;
458
458
  margin: 0;
459
- padding: 8px 12px 8px 18px;
459
+ padding: 8px 16px 8px;
460
460
  visibility: visible;
461
461
  }
462
462
 
@@ -456,7 +456,7 @@ ejs-filemanager {
456
456
  white-space: nowrap;
457
457
  list-style: none;
458
458
  margin: 0;
459
- padding: 8px 12px 8px 18px;
459
+ padding: 8px 16px 8px;
460
460
  visibility: visible;
461
461
  }
462
462