ode-csslib-panda-hdf 3.4.20 → 3.4.21

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.
@@ -92,7 +92,7 @@
92
92
 
93
93
  <div class="size"{{^end}} style="page-break-after: always"{{/end}}>
94
94
  <div class="inline-block">
95
- <img id="logo" src="logo.png"></img>
95
+ <img id="logo" src="illustrations/logo.png"></img>
96
96
  <p class="baseline one">Die virtuelle Arbeitsplattform der Primarschulen</p>
97
97
  </div>
98
98
  {{^activationCode}}
@@ -92,7 +92,7 @@
92
92
 
93
93
  <div class="size"{{^end}} style="page-break-after: always"{{/end}}>
94
94
  <div class="inline-block">
95
- <img id="logo" src="logo.png"></img>
95
+ <img id="logo" src="illustrations/logo.png"></img>
96
96
  <p class="baseline one">The digital learning environment for primary schools</p>
97
97
  </div>
98
98
  {{^activationCode}}
@@ -92,7 +92,7 @@
92
92
 
93
93
  <div class="size"{{^end}} style="page-break-after: always"{{/end}}>
94
94
  <div class="inline-block">
95
- <img id="logo" src="logo.png"></img>
95
+ <img id="logo" src="illustrations/logo.png"></img>
96
96
  <p class="baseline one">El espacio digital de las escuelas primarias</p>
97
97
  </div>
98
98
  {{^activationCode}}
@@ -92,7 +92,7 @@
92
92
 
93
93
  <div class="size"{{^end}} style="page-break-after: always"{{/end}}>
94
94
  <div class="inline-block">
95
- <img id="logo" src="logo.png"></img>
95
+ <img id="logo" src="illustrations/logo.png"></img>
96
96
  <p class="baseline one">Il portale digitale per le scuole elementari</p>
97
97
  </div>
98
98
  {{^activationCode}}
@@ -92,7 +92,7 @@
92
92
 
93
93
  <div class="size"{{^end}} style="page-break-after: always"{{/end}}>
94
94
  <div class="inline-block">
95
- <img id="logo" src="logo.png"></img>
95
+ <img id="logo" src="illustrations/logo.png"></img>
96
96
  <p class="baseline one">O espaço digital das escolas do ensino fundamental</p>
97
97
  </div>
98
98
  {{^activationCode}}
@@ -92,7 +92,7 @@
92
92
 
93
93
  <div class="size"{{^end}} style="page-break-after: always"{{/end}}>
94
94
  <div class="inline-block">
95
- <img id="logo" src="logo.png"></img>
95
+ <img id="logo" src="illustrations/logo.png"></img>
96
96
  <p class="baseline one">L'espace numérique des écoles primaires</p>
97
97
  </div>
98
98
  {{^activationCode}}
@@ -41,22 +41,27 @@
41
41
  padding: 15px;
42
42
  margin: 0;
43
43
  }
44
+ .identity {
45
+ position: relative;
46
+ }
44
47
  .logo {
45
48
  width: 100px;
46
- float: right;
49
+ position: absolute;
50
+ right: -6px;
51
+ top: -6px;
52
+ background-color: #fff;
47
53
  }
48
54
  .grade {
49
55
  display: inline-block;
50
56
  font-size: 11px;
51
57
  line-height: 12px;
52
- margin-bottom: 10px;
53
58
  font-style: oblique;
54
59
  }
55
60
  .relative {
56
61
  height: 48px;
57
62
  overflow: hidden;
58
63
  }
59
- .login {
64
+ .mt-12 {
60
65
  margin-top: 12px;
61
66
  }
62
67
  .name {
@@ -64,6 +69,11 @@
64
69
  font-size: 14px;
65
70
  line-height: 1.1;
66
71
  }
72
+ .truncated {
73
+ text-overflow: ellipsis;
74
+ overflow: hidden;
75
+ white-space: nowrap;
76
+ }
67
77
  .activated {
68
78
  font-style: oblique;
69
79
  }
@@ -75,18 +85,20 @@
75
85
  <div style="page-break-after:always;">
76
86
  {{#users}}
77
87
  <div class="card">
78
- <img class="logo" src="logo.png"></img>
79
- <h2 class="name">{{displayName}}</h2>
80
- {{^isGuestOrPersonnel}}
81
- <strong class="grade">{{#i18n}}{{profile}}{{/i18n}}{{#firstClass}} {{#i18n}}classAdmin.template.class{{/i18n}} <strong>{{.}}</strong>{{#otherClasses}}, <strong>{{.}}</strong>{{/otherClasses}}{{/firstClass}}.</strong>
82
- {{/isGuestOrPersonnel}}
83
- {{#isGuestOrPersonnel}}
84
- <strong class="grade">{{#i18n}}{{profile}}{{/i18n}}</strong>
85
- {{/isGuestOrPersonnel}}
88
+ <div class="identity">
89
+ <img class="logo" src="illustrations/logo.png"></img>
90
+ <h2 class="name truncated">{{displayName}}</h2>
91
+ {{^isGuestOrPersonnel}}
92
+ <strong class="grade truncated">{{#i18n}}{{profile}}{{/i18n}}{{#firstClass}} {{#i18n}}classAdmin.template.class{{/i18n}} <strong>{{.}}</strong>{{#otherClasses}}, <strong>{{.}}</strong>{{/otherClasses}}{{/firstClass}}.</strong>
93
+ {{/isGuestOrPersonnel}}
94
+ {{#isGuestOrPersonnel}}
95
+ <strong class="grade truncated">{{#i18n}}{{profile}}{{/i18n}}</strong>
96
+ {{/isGuestOrPersonnel}}
97
+ </div>
86
98
  {{#firstChild}}
87
- <p class="relative"><strong>{{#i18n}}classAdmin.template.relative{{/i18n}} : </strong><br />{{firstName}} {{lastName}}{{#otherChildren}}, {{firstName}} {{lastName}}{{/otherChildren}}</p>
99
+ <p class="relative mt-12"><strong>{{#i18n}}classAdmin.template.relative{{/i18n}} : </strong><br />{{firstName}} {{lastName}}{{#otherChildren}}, {{firstName}} {{lastName}}{{/otherChildren}}</p>
88
100
  {{/firstChild}}
89
- <p class="login"><strong>{{#i18n}}classAdmin.template.id{{/i18n}} : </strong>{{login}}</p>
101
+ <p class="mt-12"><strong>{{#i18n}}classAdmin.template.id{{/i18n}} : </strong>{{login}}</p>
90
102
  {{#activationCode}}
91
103
  <p><strong>{{#i18n}}classAdmin.template.code{{/i18n}} : </strong>{{activationCode}}</p>
92
104
  {{/activationCode}}
@@ -98,8 +110,7 @@
98
110
  <p><strong>{{#i18n}}classAdmin.template.reset{{/i18n}} : </strong>{{resetCode}}</p>
99
111
  {{/resetCode}}
100
112
  {{/activationCode}}
101
- <br />
102
- <p>
113
+ <p class="mt-12">
103
114
  <strong>{{#i18n}}classAdmin.template.url{{/i18n}} :</strong><br />
104
115
  <a href="#">{{hostname}}</a><br />
105
116
  {{#i18n}}classAdmin.template.downloadAppInfo{{/i18n}}
package/dist/version.txt CHANGED
@@ -1,2 +1,2 @@
1
1
  entcore-css-lib 21/08/2025 18:29:02
2
- ode-csslib-panda-hdf 05/09/2025 18:32:58
2
+ ode-csslib-panda-hdf 12/09/2025 10:59:31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib-panda-hdf",
3
- "version": "3.4.20",
3
+ "version": "3.4.21",
4
4
  "description": "Panda theme by Edifice",
5
5
  "repository": {
6
6
  "type": "git",