@syncfusion/ej2-layouts 20.1.47 → 20.1.61

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 (88) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/ej2-layouts.umd.min.js +2 -2
  3. package/dist/ej2-layouts.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-layouts.es2015.js +24 -17
  5. package/dist/es6/ej2-layouts.es2015.js.map +1 -1
  6. package/dist/es6/ej2-layouts.es5.js +24 -17
  7. package/dist/es6/ej2-layouts.es5.js.map +1 -1
  8. package/dist/global/ej2-layouts.min.js +2 -2
  9. package/dist/global/ej2-layouts.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +6 -6
  12. package/src/dashboard-layout/dashboard-layout.js +8 -2
  13. package/src/splitter/splitter.js +16 -15
  14. package/styles/avatar/bootstrap-dark.css +1 -7
  15. package/styles/avatar/bootstrap.css +1 -7
  16. package/styles/avatar/bootstrap4.css +1 -7
  17. package/styles/avatar/bootstrap5-dark.css +1 -7
  18. package/styles/avatar/bootstrap5.css +1 -7
  19. package/styles/avatar/fabric-dark.css +1 -7
  20. package/styles/avatar/fabric.css +1 -7
  21. package/styles/avatar/fluent-dark.css +1 -7
  22. package/styles/avatar/fluent.css +1 -7
  23. package/styles/avatar/highcontrast-light.css +1 -7
  24. package/styles/avatar/highcontrast.css +1 -7
  25. package/styles/avatar/material-dark.css +1 -7
  26. package/styles/avatar/material.css +1 -7
  27. package/styles/avatar/tailwind-dark.css +1 -7
  28. package/styles/avatar/tailwind.css +1 -7
  29. package/styles/bootstrap-dark.css +43 -312
  30. package/styles/bootstrap.css +43 -312
  31. package/styles/bootstrap4.css +43 -314
  32. package/styles/bootstrap5-dark.css +41 -309
  33. package/styles/bootstrap5.css +41 -309
  34. package/styles/card/bootstrap-dark.css +1 -85
  35. package/styles/card/bootstrap.css +1 -85
  36. package/styles/card/bootstrap4.css +1 -87
  37. package/styles/card/bootstrap5-dark.css +1 -85
  38. package/styles/card/bootstrap5.css +1 -85
  39. package/styles/card/fabric-dark.css +1 -85
  40. package/styles/card/fabric.css +1 -87
  41. package/styles/card/fluent-dark.css +1 -85
  42. package/styles/card/fluent.css +1 -85
  43. package/styles/card/highcontrast-light.css +1 -85
  44. package/styles/card/highcontrast.css +1 -87
  45. package/styles/card/material-dark.css +1 -85
  46. package/styles/card/material.css +1 -85
  47. package/styles/card/tailwind-dark.css +1 -87
  48. package/styles/card/tailwind.css +1 -87
  49. package/styles/dashboard-layout/bootstrap-dark.css +28 -116
  50. package/styles/dashboard-layout/bootstrap.css +28 -116
  51. package/styles/dashboard-layout/bootstrap4.css +28 -116
  52. package/styles/dashboard-layout/bootstrap5-dark.css +28 -117
  53. package/styles/dashboard-layout/bootstrap5.css +28 -117
  54. package/styles/dashboard-layout/fabric-dark.css +28 -116
  55. package/styles/dashboard-layout/fabric.css +28 -116
  56. package/styles/dashboard-layout/fluent-dark.css +28 -117
  57. package/styles/dashboard-layout/fluent.css +28 -117
  58. package/styles/dashboard-layout/highcontrast-light.css +16 -85
  59. package/styles/dashboard-layout/highcontrast.css +28 -115
  60. package/styles/dashboard-layout/material-dark.css +28 -116
  61. package/styles/dashboard-layout/material.css +28 -116
  62. package/styles/dashboard-layout/tailwind-dark.css +28 -119
  63. package/styles/dashboard-layout/tailwind.css +28 -119
  64. package/styles/fabric-dark.css +43 -312
  65. package/styles/fabric.css +43 -314
  66. package/styles/fluent-dark.css +41 -309
  67. package/styles/fluent.css +41 -309
  68. package/styles/highcontrast-light.css +31 -281
  69. package/styles/highcontrast.css +43 -313
  70. package/styles/material-dark.css +53 -322
  71. package/styles/material.css +43 -312
  72. package/styles/splitter/bootstrap-dark.css +16 -107
  73. package/styles/splitter/bootstrap.css +16 -107
  74. package/styles/splitter/bootstrap4.css +16 -107
  75. package/styles/splitter/bootstrap5-dark.css +14 -103
  76. package/styles/splitter/bootstrap5.css +14 -103
  77. package/styles/splitter/fabric-dark.css +16 -107
  78. package/styles/splitter/fabric.css +16 -107
  79. package/styles/splitter/fluent-dark.css +14 -103
  80. package/styles/splitter/fluent.css +14 -103
  81. package/styles/splitter/highcontrast-light.css +16 -107
  82. package/styles/splitter/highcontrast.css +16 -107
  83. package/styles/splitter/material-dark.css +26 -117
  84. package/styles/splitter/material.css +16 -107
  85. package/styles/splitter/tailwind-dark.css +14 -103
  86. package/styles/splitter/tailwind.css +14 -103
  87. package/styles/tailwind-dark.css +41 -313
  88. package/styles/tailwind.css +41 -313
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.1.47
3
+ * version : 20.1.61
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-layouts@*",
3
- "_id": "@syncfusion/ej2-layouts@19.6.9",
3
+ "_id": "@syncfusion/ej2-layouts@20.1.58",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-vFQ/1dU1Mufhh5X4nxZfPm6B1MDsUQx73+48FEY1Gt1AeMh6GM8RjlvdjsJo02CdpIbOewKAaVE7xpJvihWssA==",
5
+ "_integrity": "sha512-Yoo0oKLRCpNrc4VWz4kGIEsSdF8tTh62hLzM2wPE7ULszPbucUZgaiLzu3SKEbpg4Qf0oi4mamZQ7q5gXyRGOg==",
6
6
  "_location": "/@syncfusion/ej2-layouts",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -27,8 +27,8 @@
27
27
  "/@syncfusion/ej2-react-layouts",
28
28
  "/@syncfusion/ej2-vue-layouts"
29
29
  ],
30
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-19.6.9.tgz",
31
- "_shasum": "10ac1634e328f00c2525e459f31ae4d74e7075a4",
30
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-20.1.58.tgz",
31
+ "_shasum": "b31c51a86cbcaf3e5dd7b85f415b6a77b60e4964",
32
32
  "_spec": "@syncfusion/ej2-layouts@*",
33
33
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
34
34
  "author": {
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "bundleDependencies": false,
38
38
  "dependencies": {
39
- "@syncfusion/ej2-base": "~20.1.47"
39
+ "@syncfusion/ej2-base": "~20.1.61"
40
40
  },
41
41
  "deprecated": false,
42
42
  "description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person.",
@@ -76,6 +76,6 @@
76
76
  "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/layouts"
77
77
  },
78
78
  "typings": "index.d.ts",
79
- "version": "20.1.47",
79
+ "version": "20.1.61",
80
80
  "sideEffects": false
81
81
  }
@@ -990,9 +990,15 @@ var DashboardLayout = /** @class */ (function (_super) {
990
990
  var heightValue;
991
991
  var widthValue;
992
992
  if (this.checkMediaQuery()) {
993
- heightValue = ((this.maxRow()) *
993
+ var entirePanelsY = 0;
994
+ for (var i = 0; i < this.panels.length; i++) {
995
+ if (this.panels[i].sizeY) {
996
+ entirePanelsY += this.panels[i].sizeY;
997
+ }
998
+ }
999
+ heightValue = ((entirePanelsY) *
994
1000
  (this.element.parentElement && ((this.element.parentElement.offsetWidth)) / this.cellAspectRatio) +
995
- (this.maxRow() - 1) * this.cellSpacing[1]) + 'px';
1001
+ (entirePanelsY - 1) * this.cellSpacing[1]) + 'px';
996
1002
  }
997
1003
  else {
998
1004
  heightValue = ((this.maxRow()) *
@@ -1063,7 +1063,7 @@ var Splitter = /** @class */ (function (_super) {
1063
1063
  paneMinRange = this.convertPercentageToPixel(this.paneSettings[i].min);
1064
1064
  }
1065
1065
  minValue = this.convertPixelToNumber((paneMinRange).toString());
1066
- if (this.allPanes[i].offsetWidth < minValue) {
1066
+ if ((this.orientation === 'Horizontal' ? this.allPanes[i].offsetWidth : this.allPanes[i].offsetHeight) < minValue) {
1067
1067
  if (i === paneIndex) {
1068
1068
  updatePane = this.allPanes[i];
1069
1069
  flexPane = this.allPanes[i + 1];
@@ -1072,12 +1072,15 @@ var Splitter = /** @class */ (function (_super) {
1072
1072
  updatePane = this.allPanes[i];
1073
1073
  flexPane = this.allPanes[i - 1];
1074
1074
  }
1075
- var sizeDiff = minValue - this.allPanes[i].offsetWidth;
1075
+ var sizeDiff = minValue - (this.orientation === 'Horizontal' ?
1076
+ this.allPanes[i].offsetWidth : this.allPanes[i].offsetHeight);
1076
1077
  var isPercent = updatePane.style.flexBasis.indexOf('%') > -1;
1077
- updatePane.style.flexBasis = isPercent ? this.convertPixelToPercentage(updatePane.offsetWidth + sizeDiff) + '%'
1078
- : (updatePane.offsetWidth + sizeDiff) + 'px';
1078
+ var updatePaneOffset = this.orientation === 'Horizontal' ? updatePane.offsetWidth : updatePane.offsetHeight;
1079
+ updatePane.style.flexBasis = isPercent ? this.convertPixelToPercentage(updatePaneOffset + sizeDiff) + '%'
1080
+ : (updatePaneOffset + sizeDiff) + 'px';
1081
+ var flexPaneOffset = this.orientation === 'Horizontal' ? flexPane.offsetWidth : flexPane.offsetHeight;
1079
1082
  flexPane.style.flexBasis = flexPane.style.flexBasis.indexOf('%') > -1 ?
1080
- this.convertPixelToPercentage(flexPane.offsetWidth - sizeDiff) + '%' : (flexPane.offsetWidth - sizeDiff) + 'px';
1083
+ this.convertPixelToPercentage(flexPaneOffset - sizeDiff) + '%' : (flexPaneOffset - sizeDiff) + 'px';
1081
1084
  }
1082
1085
  }
1083
1086
  }
@@ -1202,22 +1205,20 @@ var Splitter = /** @class */ (function (_super) {
1202
1205
  var visiblePane = collapseCount === this.allPanes.length - 2;
1203
1206
  var panes = this.allPanes;
1204
1207
  for (var i = 0; i < panes.length; i++) {
1205
- if (panes[i].classList.contains(EXPAND_PANE)) {
1206
- panes[i].style.flexGrow = '1';
1207
- }
1208
- else if (panes[i].classList.contains(COLLAPSE_PANE)) {
1209
- panes[i].style.flexGrow = '0';
1210
- }
1211
- else {
1212
- panes[i].style.flexGrow = '';
1213
- }
1208
+ panes[i].style.flexGrow = '';
1214
1209
  if (status && !this.nextPane.classList.contains(COLLAPSE_PANE)) {
1215
1210
  this.nextPane.style.flexGrow = '1';
1216
1211
  }
1217
- if (visiblePane && !this.allPanes[i].classList.contains(COLLAPSE_PANE) && this.paneSettings[i].size &&
1212
+ if (visiblePane && this.allPanes[i].classList.contains(COLLAPSE_PANE) && this.paneSettings[i].size &&
1218
1213
  i !== this.allPanes.length - 1) {
1219
1214
  panes[i].style.flexGrow = '';
1220
1215
  }
1216
+ if (panes[i].classList.contains(EXPAND_PANE)) {
1217
+ panes[i].style.flexGrow = '1';
1218
+ }
1219
+ else if (panes[i].classList.contains(COLLAPSE_PANE)) {
1220
+ panes[i].style.flexGrow = '0';
1221
+ }
1221
1222
  }
1222
1223
  };
1223
1224
  Splitter.prototype.hideTargetBarIcon = function (targetBar, targetArrow) {
@@ -21,28 +21,22 @@
21
21
  position: relative;
22
22
  width: 3em;
23
23
  }
24
-
25
24
  .e-avatar img {
26
25
  height: 100%;
27
26
  width: auto;
28
27
  }
29
-
30
28
  .e-avatar.e-avatar-circle {
31
29
  border-radius: 50%;
32
30
  }
33
-
34
31
  .e-avatar.e-avatar-xsmall {
35
32
  font-size: 0.6em;
36
33
  }
37
-
38
34
  .e-avatar.e-avatar-small {
39
35
  font-size: 0.8em;
40
36
  }
41
-
42
37
  .e-avatar.e-avatar-large {
43
38
  font-size: 1.2em;
44
39
  }
45
-
46
40
  .e-avatar.e-avatar-xlarge {
47
41
  font-size: 1.4em;
48
- }
42
+ }
@@ -21,28 +21,22 @@
21
21
  position: relative;
22
22
  width: 3em;
23
23
  }
24
-
25
24
  .e-avatar img {
26
25
  height: 100%;
27
26
  width: auto;
28
27
  }
29
-
30
28
  .e-avatar.e-avatar-circle {
31
29
  border-radius: 50%;
32
30
  }
33
-
34
31
  .e-avatar.e-avatar-xsmall {
35
32
  font-size: 0.6em;
36
33
  }
37
-
38
34
  .e-avatar.e-avatar-small {
39
35
  font-size: 0.8em;
40
36
  }
41
-
42
37
  .e-avatar.e-avatar-large {
43
38
  font-size: 1.2em;
44
39
  }
45
-
46
40
  .e-avatar.e-avatar-xlarge {
47
41
  font-size: 1.4em;
48
- }
42
+ }
@@ -21,28 +21,22 @@
21
21
  position: relative;
22
22
  width: 2.5em;
23
23
  }
24
-
25
24
  .e-avatar img {
26
25
  height: 100%;
27
26
  width: auto;
28
27
  }
29
-
30
28
  .e-avatar.e-avatar-circle {
31
29
  border-radius: 50%;
32
30
  }
33
-
34
31
  .e-avatar.e-avatar-xsmall {
35
32
  font-size: 0.65em;
36
33
  }
37
-
38
34
  .e-avatar.e-avatar-small {
39
35
  font-size: 0.85em;
40
36
  }
41
-
42
37
  .e-avatar.e-avatar-large {
43
38
  font-size: 1.25em;
44
39
  }
45
-
46
40
  .e-avatar.e-avatar-xlarge {
47
41
  font-size: 1.45em;
48
- }
42
+ }
@@ -22,30 +22,25 @@
22
22
  width: 40px;
23
23
  line-height: 22px;
24
24
  }
25
-
26
25
  .e-avatar img {
27
26
  height: 100%;
28
27
  width: auto;
29
28
  }
30
-
31
29
  .e-avatar.e-avatar-circle {
32
30
  border-radius: 50%;
33
31
  }
34
-
35
32
  .e-avatar.e-avatar-xsmall {
36
33
  font-size: 10px;
37
34
  height: 24px;
38
35
  line-height: 16px;
39
36
  width: 24px;
40
37
  }
41
-
42
38
  .e-avatar.e-avatar-small {
43
39
  font-size: 12px;
44
40
  height: 32px;
45
41
  line-height: 18px;
46
42
  width: 32px;
47
43
  }
48
-
49
44
  .e-avatar.e-avatar-large {
50
45
  font-size: 18px;
51
46
  border-radius: 4px;
@@ -53,11 +48,10 @@
53
48
  line-height: 28px;
54
49
  width: 48px;
55
50
  }
56
-
57
51
  .e-avatar.e-avatar-xlarge {
58
52
  font-size: 20px;
59
53
  border-radius: 4px;
60
54
  height: 56px;
61
55
  line-height: 28px;
62
56
  width: 56px;
63
- }
57
+ }
@@ -22,30 +22,25 @@
22
22
  width: 40px;
23
23
  line-height: 22px;
24
24
  }
25
-
26
25
  .e-avatar img {
27
26
  height: 100%;
28
27
  width: auto;
29
28
  }
30
-
31
29
  .e-avatar.e-avatar-circle {
32
30
  border-radius: 50%;
33
31
  }
34
-
35
32
  .e-avatar.e-avatar-xsmall {
36
33
  font-size: 10px;
37
34
  height: 24px;
38
35
  line-height: 16px;
39
36
  width: 24px;
40
37
  }
41
-
42
38
  .e-avatar.e-avatar-small {
43
39
  font-size: 12px;
44
40
  height: 32px;
45
41
  line-height: 18px;
46
42
  width: 32px;
47
43
  }
48
-
49
44
  .e-avatar.e-avatar-large {
50
45
  font-size: 18px;
51
46
  border-radius: 4px;
@@ -53,11 +48,10 @@
53
48
  line-height: 28px;
54
49
  width: 48px;
55
50
  }
56
-
57
51
  .e-avatar.e-avatar-xlarge {
58
52
  font-size: 20px;
59
53
  border-radius: 4px;
60
54
  height: 56px;
61
55
  line-height: 28px;
62
56
  width: 56px;
63
- }
57
+ }
@@ -21,28 +21,22 @@
21
21
  position: relative;
22
22
  width: 3em;
23
23
  }
24
-
25
24
  .e-avatar img {
26
25
  height: 100%;
27
26
  width: auto;
28
27
  }
29
-
30
28
  .e-avatar.e-avatar-circle {
31
29
  border-radius: 50%;
32
30
  }
33
-
34
31
  .e-avatar.e-avatar-xsmall {
35
32
  font-size: 0.6em;
36
33
  }
37
-
38
34
  .e-avatar.e-avatar-small {
39
35
  font-size: 0.8em;
40
36
  }
41
-
42
37
  .e-avatar.e-avatar-large {
43
38
  font-size: 1.2em;
44
39
  }
45
-
46
40
  .e-avatar.e-avatar-xlarge {
47
41
  font-size: 1.4em;
48
- }
42
+ }
@@ -21,28 +21,22 @@
21
21
  position: relative;
22
22
  width: 3em;
23
23
  }
24
-
25
24
  .e-avatar img {
26
25
  height: 100%;
27
26
  width: auto;
28
27
  }
29
-
30
28
  .e-avatar.e-avatar-circle {
31
29
  border-radius: 50%;
32
30
  }
33
-
34
31
  .e-avatar.e-avatar-xsmall {
35
32
  font-size: 0.6em;
36
33
  }
37
-
38
34
  .e-avatar.e-avatar-small {
39
35
  font-size: 0.8em;
40
36
  }
41
-
42
37
  .e-avatar.e-avatar-large {
43
38
  font-size: 1.2em;
44
39
  }
45
-
46
40
  .e-avatar.e-avatar-xlarge {
47
41
  font-size: 1.4em;
48
- }
42
+ }
@@ -22,40 +22,34 @@
22
22
  width: 40px;
23
23
  line-height: 24px;
24
24
  }
25
-
26
25
  .e-avatar img {
27
26
  height: 100%;
28
27
  width: auto;
29
28
  }
30
-
31
29
  .e-avatar.e-avatar-circle {
32
30
  border-radius: 50%;
33
31
  }
34
-
35
32
  .e-avatar.e-avatar-xsmall {
36
33
  font-size: 10px;
37
34
  height: 24px;
38
35
  line-height: 16px;
39
36
  width: 24px;
40
37
  }
41
-
42
38
  .e-avatar.e-avatar-small {
43
39
  font-size: 12px;
44
40
  height: 32px;
45
41
  line-height: 18px;
46
42
  width: 32px;
47
43
  }
48
-
49
44
  .e-avatar.e-avatar-large {
50
45
  font-size: 20px;
51
46
  height: 48px;
52
47
  line-height: 28px;
53
48
  width: 48px;
54
49
  }
55
-
56
50
  .e-avatar.e-avatar-xlarge {
57
51
  font-size: 24px;
58
52
  height: 56px;
59
53
  line-height: 28px;
60
54
  width: 56px;
61
- }
55
+ }
@@ -22,40 +22,34 @@
22
22
  width: 40px;
23
23
  line-height: 24px;
24
24
  }
25
-
26
25
  .e-avatar img {
27
26
  height: 100%;
28
27
  width: auto;
29
28
  }
30
-
31
29
  .e-avatar.e-avatar-circle {
32
30
  border-radius: 50%;
33
31
  }
34
-
35
32
  .e-avatar.e-avatar-xsmall {
36
33
  font-size: 10px;
37
34
  height: 24px;
38
35
  line-height: 16px;
39
36
  width: 24px;
40
37
  }
41
-
42
38
  .e-avatar.e-avatar-small {
43
39
  font-size: 12px;
44
40
  height: 32px;
45
41
  line-height: 18px;
46
42
  width: 32px;
47
43
  }
48
-
49
44
  .e-avatar.e-avatar-large {
50
45
  font-size: 20px;
51
46
  height: 48px;
52
47
  line-height: 28px;
53
48
  width: 48px;
54
49
  }
55
-
56
50
  .e-avatar.e-avatar-xlarge {
57
51
  font-size: 24px;
58
52
  height: 56px;
59
53
  line-height: 28px;
60
54
  width: 56px;
61
- }
55
+ }
@@ -21,28 +21,22 @@
21
21
  position: relative;
22
22
  width: 3em;
23
23
  }
24
-
25
24
  .e-avatar img {
26
25
  height: 100%;
27
26
  width: auto;
28
27
  }
29
-
30
28
  .e-avatar.e-avatar-circle {
31
29
  border-radius: 50%;
32
30
  }
33
-
34
31
  .e-avatar.e-avatar-xsmall {
35
32
  font-size: 0.6em;
36
33
  }
37
-
38
34
  .e-avatar.e-avatar-small {
39
35
  font-size: 0.8em;
40
36
  }
41
-
42
37
  .e-avatar.e-avatar-large {
43
38
  font-size: 1.2em;
44
39
  }
45
-
46
40
  .e-avatar.e-avatar-xlarge {
47
41
  font-size: 1.4em;
48
- }
42
+ }
@@ -21,28 +21,22 @@
21
21
  position: relative;
22
22
  width: 3em;
23
23
  }
24
-
25
24
  .e-avatar img {
26
25
  height: 100%;
27
26
  width: auto;
28
27
  }
29
-
30
28
  .e-avatar.e-avatar-circle {
31
29
  border-radius: 50%;
32
30
  }
33
-
34
31
  .e-avatar.e-avatar-xsmall {
35
32
  font-size: 0.6em;
36
33
  }
37
-
38
34
  .e-avatar.e-avatar-small {
39
35
  font-size: 0.8em;
40
36
  }
41
-
42
37
  .e-avatar.e-avatar-large {
43
38
  font-size: 1.2em;
44
39
  }
45
-
46
40
  .e-avatar.e-avatar-xlarge {
47
41
  font-size: 1.4em;
48
- }
42
+ }
@@ -22,28 +22,22 @@
22
22
  position: relative;
23
23
  width: 3em;
24
24
  }
25
-
26
25
  .e-avatar img {
27
26
  height: 100%;
28
27
  width: auto;
29
28
  }
30
-
31
29
  .e-avatar.e-avatar-circle {
32
30
  border-radius: 50%;
33
31
  }
34
-
35
32
  .e-avatar.e-avatar-xsmall {
36
33
  font-size: 0.6em;
37
34
  }
38
-
39
35
  .e-avatar.e-avatar-small {
40
36
  font-size: 0.8em;
41
37
  }
42
-
43
38
  .e-avatar.e-avatar-large {
44
39
  font-size: 1.2em;
45
40
  }
46
-
47
41
  .e-avatar.e-avatar-xlarge {
48
42
  font-size: 1.4em;
49
- }
43
+ }
@@ -22,28 +22,22 @@
22
22
  position: relative;
23
23
  width: 3em;
24
24
  }
25
-
26
25
  .e-avatar img {
27
26
  height: 100%;
28
27
  width: auto;
29
28
  }
30
-
31
29
  .e-avatar.e-avatar-circle {
32
30
  border-radius: 50%;
33
31
  }
34
-
35
32
  .e-avatar.e-avatar-xsmall {
36
33
  font-size: 0.6em;
37
34
  }
38
-
39
35
  .e-avatar.e-avatar-small {
40
36
  font-size: 0.8em;
41
37
  }
42
-
43
38
  .e-avatar.e-avatar-large {
44
39
  font-size: 1.2em;
45
40
  }
46
-
47
41
  .e-avatar.e-avatar-xlarge {
48
42
  font-size: 1.4em;
49
- }
43
+ }
@@ -23,40 +23,34 @@
23
23
  width: 40px;
24
24
  line-height: 22px;
25
25
  }
26
-
27
26
  .e-avatar img {
28
27
  height: 100%;
29
28
  width: auto;
30
29
  }
31
-
32
30
  .e-avatar.e-avatar-circle {
33
31
  border-radius: 50%;
34
32
  }
35
-
36
33
  .e-avatar.e-avatar-xsmall {
37
34
  font-size: 10px;
38
35
  height: 24px;
39
36
  line-height: 16px;
40
37
  width: 24px;
41
38
  }
42
-
43
39
  .e-avatar.e-avatar-small {
44
40
  font-size: 12px;
45
41
  height: 32px;
46
42
  line-height: 18px;
47
43
  width: 32px;
48
44
  }
49
-
50
45
  .e-avatar.e-avatar-large {
51
46
  font-size: 18px;
52
47
  height: 48px;
53
48
  line-height: 28px;
54
49
  width: 48px;
55
50
  }
56
-
57
51
  .e-avatar.e-avatar-xlarge {
58
52
  font-size: 20px;
59
53
  height: 56px;
60
54
  line-height: 28px;
61
55
  width: 56px;
62
- }
56
+ }
@@ -23,40 +23,34 @@
23
23
  width: 40px;
24
24
  line-height: 22px;
25
25
  }
26
-
27
26
  .e-avatar img {
28
27
  height: 100%;
29
28
  width: auto;
30
29
  }
31
-
32
30
  .e-avatar.e-avatar-circle {
33
31
  border-radius: 50%;
34
32
  }
35
-
36
33
  .e-avatar.e-avatar-xsmall {
37
34
  font-size: 10px;
38
35
  height: 24px;
39
36
  line-height: 16px;
40
37
  width: 24px;
41
38
  }
42
-
43
39
  .e-avatar.e-avatar-small {
44
40
  font-size: 12px;
45
41
  height: 32px;
46
42
  line-height: 18px;
47
43
  width: 32px;
48
44
  }
49
-
50
45
  .e-avatar.e-avatar-large {
51
46
  font-size: 18px;
52
47
  height: 48px;
53
48
  line-height: 28px;
54
49
  width: 48px;
55
50
  }
56
-
57
51
  .e-avatar.e-avatar-xlarge {
58
52
  font-size: 20px;
59
53
  height: 56px;
60
54
  line-height: 28px;
61
55
  width: 56px;
62
- }
56
+ }