ode-csslib 4.0.1 → 4.0.3
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/dist/index.css +10 -10
- package/dist/index.css.map +1 -1
- package/dist/version.txt +1 -1
- package/package.json +1 -1
- package/scss/specifics/_.scss +3 -0
- package/scss/specifics/calendar/_calendar.scss +5 -5
- package/scss/specifics/calendar/components/_edit-event.scss +4 -0
- package/scss/specifics/calendar/components/_index.scss +1 -1
- package/scss/specifics/calendar/components/calendar.scss +4 -0
- package/scss/specifics/competences/_competences.scss +13 -1
- package/scss/specifics/competences/components/_competences.scss +623 -597
- package/scss/specifics/competences/components/_materialize.scss +12 -0
- package/scss/specifics/competences/components/_slider.scss +6 -5
- package/scss/specifics/competences/sniplets/_services.scss +7 -4
- package/scss/specifics/competences/sniplets/_switch.scss +55 -0
- package/scss/specifics/crre/_crre.scss +1761 -0
- package/scss/specifics/crre/components/_dropdown-menu.scss +49 -0
- package/scss/specifics/crre/components/_index.scss +6 -0
- package/scss/specifics/crre/components/_loader.scss +55 -0
- package/scss/specifics/crre/components/_search-and-select.scss +129 -0
- package/scss/specifics/crre/components/_switch.scss +57 -0
- package/scss/specifics/crre/components/_tabs.scss +127 -0
- package/scss/specifics/crre/components/_toasts.scss +102 -0
- package/scss/specifics/crre/fragments/_index.scss +3 -0
- package/scss/specifics/crre/fragments/_responsive.scss +69 -0
- package/scss/specifics/crre/fragments/_status-circle.scss +108 -0
- package/scss/specifics/crre/fragments/_statusBar.scss +135 -0
- package/scss/specifics/formulaire/_formulaire.scss +37 -100
- package/scss/specifics/formulaire/components/_dominos.scss +9 -2
- package/scss/specifics/formulaire/components/_edit-form.scss +94 -17
- package/scss/specifics/formulaire/components/_icon.scss +28 -23
- package/scss/specifics/formulaire/components/_index.scss +11 -9
- package/scss/specifics/formulaire/components/_new-element.scss +2 -2
- package/scss/specifics/formulaire/components/_prop-form.scss +96 -0
- package/scss/specifics/formulaire/components/_respond-question.scss +19 -0
- package/scss/specifics/formulaire/components/_result-form.scss +5 -1
- package/scss/specifics/formulaire/components/_sortable.scss +5 -0
- package/scss/specifics/geogebra/_geogebra.scss +7 -1
- package/scss/specifics/geogebra/components/_toasts.scss +1 -17
- package/scss/specifics/lool-connector/_sniplet.scss +2 -2
- package/scss/specifics/magneto/_magneto.scss +41 -0
- package/scss/specifics/magneto/_mixins.scss +95 -0
- package/scss/specifics/magneto/components/_buttons.scss +12 -0
- package/scss/specifics/magneto/components/_icons.scss +187 -0
- package/scss/specifics/magneto/components/_index.scss +6 -0
- package/scss/specifics/magneto/components/_lightbox.scss +21 -0
- package/scss/specifics/magneto/components/_switch.scss +58 -0
- package/scss/specifics/magneto/components/containers/_board-read.scss +43 -0
- package/scss/specifics/magneto/components/containers/_board.scss +106 -0
- package/scss/specifics/magneto/components/containers/_boards.scss +155 -0
- package/scss/specifics/magneto/components/containers/_index.scss +3 -0
- package/scss/specifics/magneto/components/directives/_board-date.scss +11 -0
- package/scss/specifics/magneto/components/directives/_board-list-folder.scss +31 -0
- package/scss/specifics/magneto/components/directives/_board-list-item.scss +72 -0
- package/scss/specifics/magneto/components/directives/_board-list.scss +14 -0
- package/scss/specifics/magneto/components/directives/_board-manage-lightbox.scss +33 -0
- package/scss/specifics/magneto/components/directives/_board-nav.scss +101 -0
- package/scss/specifics/magneto/components/directives/_boards-publish-lightbox.scss +5 -0
- package/scss/specifics/magneto/components/directives/_card-collection-lightbox.scss +48 -0
- package/scss/specifics/magneto/components/directives/_card-display.scss +26 -0
- package/scss/specifics/magneto/components/directives/_card-duplicate-move-lightbox.scss +20 -0
- package/scss/specifics/magneto/components/directives/_card-list-item-options.scss +49 -0
- package/scss/specifics/magneto/components/directives/_card-list-item.scss +169 -0
- package/scss/specifics/magneto/components/directives/_card-list.scss +16 -0
- package/scss/specifics/magneto/components/directives/_card-manage-lightbox.scss +73 -0
- package/scss/specifics/magneto/components/directives/_card-move-lightbox.scss +20 -0
- package/scss/specifics/magneto/components/directives/_card-navbar.scss +37 -0
- package/scss/specifics/magneto/components/directives/_card-preview-image.scss +25 -0
- package/scss/specifics/magneto/components/directives/_folder-tree-nav.scss +58 -0
- package/scss/specifics/magneto/components/directives/_index.scss +19 -0
- package/scss/specifics/magneto/components/directives/_search-bar.scss +25 -0
- package/scss/specifics/magneto/components/directives/_toaster.scss +8 -0
- package/scss/specifics/magneto/generics/_index.scss +1 -0
- package/scss/specifics/magneto/generics/_loader.scss +55 -0
- package/scss/specifics/minetest/components/_index.scss +2 -1
- package/scss/specifics/minetest/components/_mixins.scss +3 -1
- package/scss/specifics/minetest/components/_switch.scss +58 -0
- package/scss/specifics/minetest/components/containers/_index.scss +4 -2
- package/scss/specifics/minetest/components/containers/current-world/_current-world.scss +7 -0
- package/scss/specifics/minetest/components/containers/follow-world/_follow-world.scss +27 -0
- package/scss/specifics/minetest/components/containers/follow-world/_index.scss +1 -0
- package/scss/specifics/minetest/components/containers/home/_home.scss +8 -1
- package/scss/specifics/minetest/components/containers/invitation-world/_index.scss +1 -0
- package/scss/specifics/minetest/components/containers/invitation-world/_invitation-world.scss +62 -0
- package/scss/specifics/minetest/components/containers/loader/_index.scss +1 -0
- package/scss/specifics/minetest/components/containers/loader/_loader.scss +55 -0
- package/scss/specifics/minetest/components/containers/properties-world/_properties-world.scss +6 -0
- package/scss/specifics/minetest/components/containers/share-world/_index.scss +1 -0
- package/scss/specifics/minetest/components/containers/share-world/_share-world.scss +25 -0
- package/scss/specifics/minibadge/_minibadge.scss +38 -0
- package/scss/specifics/minibadge/_mixins.scss +84 -0
- package/scss/specifics/minibadge/components/_badge.scss +156 -0
- package/scss/specifics/minibadge/components/_card.scss +88 -0
- package/scss/specifics/minibadge/components/_chart.scss +15 -0
- package/scss/specifics/minibadge/components/_container.scss +37 -0
- package/scss/specifics/minibadge/components/_empty-statement.scss +7 -0
- package/scss/specifics/minibadge/components/_given-array.scss +78 -0
- package/scss/specifics/minibadge/components/_icon.scss +114 -0
- package/scss/specifics/minibadge/components/_index.scss +16 -0
- package/scss/specifics/minibadge/components/_list.scss +19 -0
- package/scss/specifics/minibadge/components/_navbar.scss +41 -0
- package/scss/specifics/minibadge/components/_paging.scss +15 -0
- package/scss/specifics/minibadge/components/_periode-picker.scss +43 -0
- package/scss/specifics/minibadge/components/_search-input.scss +41 -0
- package/scss/specifics/minibadge/components/_search-results.scss +6 -0
- package/scss/specifics/minibadge/components/_selected-list.scss +17 -0
- package/scss/specifics/minibadge/components/_type.scss +80 -0
- package/scss/specifics/minibadge/components/_user-list.scss +42 -0
- package/scss/specifics/minibadge/containers/_badge-assign.scss +103 -0
- package/scss/specifics/minibadge/containers/_badge-given.scss +14 -0
- package/scss/specifics/minibadge/containers/_container.scss +27 -0
- package/scss/specifics/minibadge/containers/_index.scss +4 -0
- package/scss/specifics/minibadge/containers/_statistics.scss +132 -0
- package/scss/specifics/minibadge/generics/_checkox.scss +31 -0
- package/scss/specifics/minibadge/generics/_index.scss +2 -0
- package/scss/specifics/minibadge/generics/_switch.scss +51 -0
- package/scss/specifics/nextcloud/components/_index.scss +2 -1
- package/scss/specifics/nextcloud/components/sniplets/_index.scss +1 -0
- package/scss/specifics/nextcloud/components/sniplets/_nextcloud-content.scss +24 -0
- package/scss/specifics/nextcloud/components/toasts.scss +102 -0
- package/scss/specifics/presences/components/containers/_register.scss +15 -19
- package/scss/specifics/presences/components/containers/registry/_table.scss +2 -2
- package/scss/specifics/presences/components/material/_radio.scss +13 -13
- package/scss/specifics/presences/generic/_flex.scss +4 -3
- package/scss/specifics/ressource-aggregator/_ressource-aggregator.scss +22 -0
- package/scss/specifics/ressource-aggregator/components/_dominos.scss +4 -0
- package/scss/specifics/ressource-aggregator/components/_lightbox.scss +18 -0
- package/scss/specifics/ressource-aggregator/components/_resource-card.scss +6 -0
- package/scss/specifics/ressource-aggregator/components/_search.scss +4 -0
- package/scss/specifics/vie-scolaire/components/_grouping-create.scss +12 -0
- package/scss/specifics/vie-scolaire/components/_grouping-item.scss +50 -0
- package/scss/specifics/vie-scolaire/components/_grouping-list.scss +50 -0
- package/scss/specifics/vie-scolaire/components/_index.scss +3 -1
- package/scss/specifics/vie-scolaire/specifics/_icons.scss +11 -0
- package/scss/specifics/vie-scolaire/specifics/_viescolaire.scss +9 -0
- package/scss/specifics/web-conference/_web-conference.scss +44 -10
- package/scss/specifics/zimbra-connector/_conversation.scss +44 -14
- package/scss/specifics/minetest/components/containers/create-world/_create-world.scss +0 -0
- package/scss/specifics/minetest/components/containers/create-world/_index.scss +0 -1
- package/scss/specifics/minetest/components/containers/toggle-menu/_index.scss +0 -1
- package/scss/specifics/minetest/components/containers/toggle-menu/_toggle-menu.scss +0 -0
|
@@ -20,7 +20,7 @@ $eval-lighter-grey: #f4f3f3;
|
|
|
20
20
|
|
|
21
21
|
body.evaluations {
|
|
22
22
|
.select:not(button) {
|
|
23
|
-
select{
|
|
23
|
+
select {
|
|
24
24
|
margin: 0;
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -30,10 +30,10 @@ body.evaluations {
|
|
|
30
30
|
.twentyFontSize {
|
|
31
31
|
font-size: 20px !important;
|
|
32
32
|
}
|
|
33
|
-
.bottomInfo{
|
|
33
|
+
.bottomInfo {
|
|
34
34
|
padding-bottom: 25px;
|
|
35
35
|
}
|
|
36
|
-
.allIgnored{
|
|
36
|
+
.allIgnored {
|
|
37
37
|
transform: rotate(-90deg);
|
|
38
38
|
position: relative;
|
|
39
39
|
display: inline-block;
|
|
@@ -41,7 +41,7 @@ body.evaluations {
|
|
|
41
41
|
i.allIgnored.users:before {
|
|
42
42
|
color: $red;
|
|
43
43
|
}
|
|
44
|
-
i.ignored.users:before{
|
|
44
|
+
i.ignored.users:before {
|
|
45
45
|
color: green !important;
|
|
46
46
|
}
|
|
47
47
|
|
|
@@ -65,7 +65,7 @@ body.evaluations {
|
|
|
65
65
|
background: grey !important;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
-
.height-fit-content{
|
|
68
|
+
.height-fit-content {
|
|
69
69
|
height: fit-content;
|
|
70
70
|
}
|
|
71
71
|
|
|
@@ -91,7 +91,7 @@ body.evaluations {
|
|
|
91
91
|
}
|
|
92
92
|
c-skills-color-page c-skills-bubble > span.rounded {
|
|
93
93
|
border: none;
|
|
94
|
-
box-shadow: 0 1px 1px rgba(0,0,0,0.4);
|
|
94
|
+
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
|
|
95
95
|
}
|
|
96
96
|
c-skill-note-devoir > .rounded {
|
|
97
97
|
width: 20px !important;
|
|
@@ -103,10 +103,10 @@ body.evaluations {
|
|
|
103
103
|
margin-left: 5px;
|
|
104
104
|
margin-bottom: 10px;
|
|
105
105
|
}
|
|
106
|
-
.FloatRight{
|
|
106
|
+
.FloatRight {
|
|
107
107
|
float: right;
|
|
108
108
|
}
|
|
109
|
-
.tuto-legend{
|
|
109
|
+
.tuto-legend {
|
|
110
110
|
display: inline;
|
|
111
111
|
list-style-type: none;
|
|
112
112
|
padding-left: 0px;
|
|
@@ -115,7 +115,7 @@ body.evaluations {
|
|
|
115
115
|
display: inline;
|
|
116
116
|
padding: 5px;
|
|
117
117
|
}
|
|
118
|
-
-webkit-font-smoothing:antialiased !important;
|
|
118
|
+
-webkit-font-smoothing: antialiased !important;
|
|
119
119
|
/* tooltip sur l'écran de saisie des notes */
|
|
120
120
|
.skills-color-page > li > span.tooltip-overlay {
|
|
121
121
|
width: 22px !important;
|
|
@@ -130,7 +130,8 @@ body.evaluations {
|
|
|
130
130
|
#volet {
|
|
131
131
|
width: 250px;
|
|
132
132
|
padding: 10px;
|
|
133
|
-
background: rgb(75, 175, 213);
|
|
133
|
+
background: rgb(75, 175, 213);
|
|
134
|
+
color: #fff;
|
|
134
135
|
}
|
|
135
136
|
|
|
136
137
|
#volet a.ouvrir,
|
|
@@ -143,10 +144,10 @@ body.evaluations {
|
|
|
143
144
|
|
|
144
145
|
#volet {
|
|
145
146
|
position: absolute;
|
|
146
|
-
right: -270px;
|
|
147
|
-
-webkit-transition: all .5s ease-in;
|
|
148
|
-
-moz-transition: all .5s ease-in;
|
|
149
|
-
transition: all .5s ease-in;
|
|
147
|
+
right: -270px; /* test fixed + scroll, on retire la position top */
|
|
148
|
+
-webkit-transition: all 0.5s ease-in;
|
|
149
|
+
-moz-transition: all 0.5s ease-in;
|
|
150
|
+
transition: all 0.5s ease-in;
|
|
150
151
|
-webkit-text-fill-color: #fff;
|
|
151
152
|
}
|
|
152
153
|
#volet a.ouvrir,
|
|
@@ -154,15 +155,15 @@ body.evaluations {
|
|
|
154
155
|
position: absolute;
|
|
155
156
|
left: -44px;
|
|
156
157
|
top: 0px;
|
|
157
|
-
height
|
|
158
|
+
height: 30px;
|
|
158
159
|
width: 30px;
|
|
159
160
|
-webkit-transform: rotate(270deg);
|
|
160
161
|
-moz-transform: rotate(270deg);
|
|
161
162
|
-o-transform: rotate(270deg);
|
|
162
163
|
-ms-transform: rotate(270deg);
|
|
163
|
-
-moz-radius:
|
|
164
|
+
-moz-radius: 50% 50% 0 0;
|
|
164
165
|
border-radius: 50% 50% 0 0;
|
|
165
|
-
box-shadow: 0 1px 3px rgba(0,0,0,0.26)
|
|
166
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.26);
|
|
166
167
|
}
|
|
167
168
|
.close a.fermer {
|
|
168
169
|
display: none;
|
|
@@ -186,11 +187,11 @@ body.evaluations {
|
|
|
186
187
|
/* test fixed + scroll */
|
|
187
188
|
#volet_clos {
|
|
188
189
|
position: fixed;
|
|
189
|
-
top: 170px;
|
|
190
|
+
top: 170px;
|
|
191
|
+
right: 0;
|
|
190
192
|
z-index: 4;
|
|
191
193
|
}
|
|
192
194
|
|
|
193
|
-
|
|
194
195
|
span.rounded.textColorPage {
|
|
195
196
|
position: absolute;
|
|
196
197
|
z-index: 10;
|
|
@@ -212,38 +213,42 @@ body.evaluations {
|
|
|
212
213
|
font-family: Helvetica Neue;
|
|
213
214
|
}
|
|
214
215
|
&.evaluations {
|
|
215
|
-
.datepicker{
|
|
216
|
+
.datepicker {
|
|
216
217
|
z-index: 120000 !important;
|
|
217
218
|
}
|
|
218
219
|
}
|
|
219
220
|
canvas.chart.chart-bar {
|
|
220
221
|
cursor: pointer;
|
|
221
222
|
}
|
|
222
|
-
@media screen and (max-width:
|
|
223
|
+
@media screen and (max-width: $small-mobile) {
|
|
223
224
|
.input-moyenne {
|
|
224
|
-
float:none;
|
|
225
|
+
float: none;
|
|
225
226
|
font-weight: bold;
|
|
226
227
|
display: inline-block;
|
|
227
|
-
text-align
|
|
228
|
+
text-align: center !important;
|
|
228
229
|
}
|
|
229
230
|
}
|
|
230
|
-
.evalLibre{
|
|
231
|
+
.evalLibre {
|
|
231
232
|
height: 800px;
|
|
232
233
|
}
|
|
233
234
|
select.padding-select-accueil {
|
|
234
235
|
padding-right: 30px !important;
|
|
235
236
|
}
|
|
236
237
|
|
|
237
|
-
@media screen and (max-device-width
|
|
238
|
+
@media screen and (max-device-width: $fat-mobile) {
|
|
238
239
|
.responsive-table table thead {
|
|
239
240
|
display: none !important;
|
|
240
241
|
}
|
|
241
|
-
input[type=text],
|
|
242
|
+
input[type="text"],
|
|
243
|
+
input[type="password"],
|
|
244
|
+
input[type="search"],
|
|
245
|
+
input[type="tel"],
|
|
246
|
+
input[type="email"] {
|
|
242
247
|
text-align: center !important;
|
|
243
248
|
}
|
|
244
249
|
|
|
245
|
-
.suiviDesAcquis{
|
|
246
|
-
.selectable-list li{
|
|
250
|
+
.suiviDesAcquis {
|
|
251
|
+
.selectable-list li {
|
|
247
252
|
float: none;
|
|
248
253
|
display: inline;
|
|
249
254
|
}
|
|
@@ -257,20 +262,20 @@ body.evaluations {
|
|
|
257
262
|
padding-left: 5px;
|
|
258
263
|
}
|
|
259
264
|
|
|
260
|
-
.domaine-maitrise{
|
|
265
|
+
.domaine-maitrise {
|
|
261
266
|
padding-top: 5px;
|
|
262
267
|
}
|
|
263
268
|
|
|
264
269
|
.legende-bfc-left {
|
|
265
|
-
width: 20
|
|
270
|
+
width: 20% !important;
|
|
266
271
|
}
|
|
267
272
|
|
|
268
273
|
.legende-bfc-right {
|
|
269
274
|
width: 65%;
|
|
270
|
-
.conversion-libelle{
|
|
275
|
+
.conversion-libelle {
|
|
271
276
|
font-weight: 400;
|
|
272
277
|
max-width: 100%;
|
|
273
|
-
width: 100
|
|
278
|
+
width: 100%;
|
|
274
279
|
}
|
|
275
280
|
}
|
|
276
281
|
|
|
@@ -280,7 +285,8 @@ body.evaluations {
|
|
|
280
285
|
|
|
281
286
|
// Suivi élève : Vue Liste //
|
|
282
287
|
|
|
283
|
-
table thead tr,
|
|
288
|
+
table thead tr,
|
|
289
|
+
ul.list-view thead tr {
|
|
284
290
|
color: $white !important;
|
|
285
291
|
}
|
|
286
292
|
|
|
@@ -290,11 +296,15 @@ body.evaluations {
|
|
|
290
296
|
width: 0%;
|
|
291
297
|
}
|
|
292
298
|
|
|
293
|
-
.disabled{
|
|
299
|
+
.disabled {
|
|
294
300
|
opacity: 0.45;
|
|
301
|
+
cursor: default;
|
|
302
|
+
}
|
|
303
|
+
.noClick {
|
|
304
|
+
cursor: default;
|
|
295
305
|
}
|
|
296
306
|
|
|
297
|
-
@media screen and (min-device-width
|
|
307
|
+
@media screen and (min-device-width: $tablette) {
|
|
298
308
|
.enLargedLightBox div.content {
|
|
299
309
|
width: 80% !important;
|
|
300
310
|
}
|
|
@@ -308,7 +318,7 @@ body.evaluations {
|
|
|
308
318
|
z-index: 1;
|
|
309
319
|
height: 100%;
|
|
310
320
|
}
|
|
311
|
-
.custom-mobile-releve{
|
|
321
|
+
.custom-mobile-releve {
|
|
312
322
|
display: none;
|
|
313
323
|
}
|
|
314
324
|
.list-devoirs table tbody tr {
|
|
@@ -324,11 +334,10 @@ body.evaluations {
|
|
|
324
334
|
margin: 10px;
|
|
325
335
|
padding: 15px;
|
|
326
336
|
background: #fff;
|
|
327
|
-
@include box-shadow(rgba(0,0,0,0.26) 0 1px 3px);
|
|
337
|
+
@include box-shadow(rgba(0, 0, 0, 0.26) 0 1px 3px);
|
|
328
338
|
}
|
|
329
339
|
|
|
330
|
-
|
|
331
|
-
th{
|
|
340
|
+
th {
|
|
332
341
|
&.colDevoir {
|
|
333
342
|
white-space: nowrap;
|
|
334
343
|
text-overflow: ellipsis;
|
|
@@ -337,7 +346,7 @@ body.evaluations {
|
|
|
337
346
|
}
|
|
338
347
|
}
|
|
339
348
|
|
|
340
|
-
@media screen and (max-device-width: 1350px
|
|
349
|
+
@media screen and (max-device-width: 1350px) {
|
|
341
350
|
input.input-list {
|
|
342
351
|
max-width: 49% !important;
|
|
343
352
|
}
|
|
@@ -346,8 +355,7 @@ body.evaluations {
|
|
|
346
355
|
}
|
|
347
356
|
}
|
|
348
357
|
|
|
349
|
-
@media screen and (min-device-width: $tablette
|
|
350
|
-
|
|
358
|
+
@media screen and (min-device-width: $tablette) {
|
|
351
359
|
.overflowXScroll {
|
|
352
360
|
overflow-x: scroll !important;
|
|
353
361
|
}
|
|
@@ -359,18 +367,18 @@ body.evaluations {
|
|
|
359
367
|
.nav-releve {
|
|
360
368
|
margin-top: -50px;
|
|
361
369
|
}
|
|
362
|
-
.toogleDevoir{
|
|
370
|
+
.toogleDevoir {
|
|
363
371
|
align-content: right !important;
|
|
364
372
|
display: inline-block;
|
|
365
373
|
float: right;
|
|
366
374
|
margin-right: -5px;
|
|
367
|
-
margin-top:
|
|
375
|
+
margin-top: 10px;
|
|
368
376
|
}
|
|
369
|
-
.toogleIcon{
|
|
377
|
+
.toogleIcon {
|
|
370
378
|
transform: rotate(90deg);
|
|
371
379
|
position: relative;
|
|
372
380
|
}
|
|
373
|
-
.toogleIcon:before{
|
|
381
|
+
.toogleIcon:before {
|
|
374
382
|
color: $white !important;
|
|
375
383
|
}
|
|
376
384
|
.tableReleves {
|
|
@@ -381,8 +389,8 @@ body.evaluations {
|
|
|
381
389
|
.responsive-table {
|
|
382
390
|
margin-top: 0 !important;
|
|
383
391
|
margin-bottom: 0 !important;
|
|
384
|
-
border:none;
|
|
385
|
-
border-bottom: 1px solid #ccc
|
|
392
|
+
border: none;
|
|
393
|
+
border-bottom: 1px solid #ccc;
|
|
386
394
|
}
|
|
387
395
|
.tableReleveStats {
|
|
388
396
|
box-shadow: 0 0 0px 0 grey !important;
|
|
@@ -414,7 +422,7 @@ body.evaluations {
|
|
|
414
422
|
}
|
|
415
423
|
|
|
416
424
|
.tableReleve {
|
|
417
|
-
tr{
|
|
425
|
+
tr {
|
|
418
426
|
display: flex !important;
|
|
419
427
|
td {
|
|
420
428
|
border-left: solid 1px #e0d8d8;
|
|
@@ -447,7 +455,7 @@ body.evaluations {
|
|
|
447
455
|
}
|
|
448
456
|
|
|
449
457
|
thead {
|
|
450
|
-
th{
|
|
458
|
+
th {
|
|
451
459
|
height: 15px;
|
|
452
460
|
}
|
|
453
461
|
}
|
|
@@ -475,13 +483,13 @@ body.evaluations {
|
|
|
475
483
|
max-width: 30%;
|
|
476
484
|
height: 25px;
|
|
477
485
|
}
|
|
478
|
-
ul.input-list{
|
|
486
|
+
ul.input-list {
|
|
479
487
|
padding-top: 0px;
|
|
480
488
|
padding-left: 0px;
|
|
481
489
|
margin-top: 1px;
|
|
482
490
|
margin-bottom: 1px;
|
|
483
491
|
}
|
|
484
|
-
li.input-list{
|
|
492
|
+
li.input-list {
|
|
485
493
|
list-style-type: none;
|
|
486
494
|
background: #0499e2;
|
|
487
495
|
color: white;
|
|
@@ -492,11 +500,11 @@ body.evaluations {
|
|
|
492
500
|
}
|
|
493
501
|
.col1 {
|
|
494
502
|
width: 200px !important;
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
503
|
+
}
|
|
504
|
+
.colMoyenne {
|
|
505
|
+
width: 100px !important;
|
|
506
|
+
text-align: center !important;
|
|
507
|
+
}
|
|
500
508
|
}
|
|
501
509
|
.moyenneClasse {
|
|
502
510
|
color: $primary-dark;
|
|
@@ -510,98 +518,99 @@ body.evaluations {
|
|
|
510
518
|
color: $green;
|
|
511
519
|
font-weight: bold;
|
|
512
520
|
}
|
|
513
|
-
.display-check{
|
|
521
|
+
.display-check {
|
|
514
522
|
height: 24px;
|
|
515
523
|
text-align: center;
|
|
516
524
|
}
|
|
517
525
|
.statClasse {
|
|
518
526
|
box-shadow: 0 0 1px 0 grey;
|
|
519
|
-
tbody{
|
|
520
|
-
tr{
|
|
521
|
-
&:nth-child(2n){
|
|
522
|
-
background-color: rgba(0, 0, 0,0.05);
|
|
527
|
+
tbody {
|
|
528
|
+
tr {
|
|
529
|
+
&:nth-child(2n) {
|
|
530
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
523
531
|
}
|
|
524
|
-
&:hover{
|
|
525
|
-
background-color: rgba(0, 0, 0,0.15);
|
|
532
|
+
&:hover {
|
|
533
|
+
background-color: rgba(0, 0, 0, 0.15);
|
|
526
534
|
}
|
|
527
535
|
}
|
|
528
536
|
}
|
|
529
537
|
}
|
|
530
538
|
|
|
531
|
-
.checkbox-domaine{
|
|
539
|
+
.checkbox-domaine {
|
|
532
540
|
background-color: #4bafd5;
|
|
533
541
|
margin-left: 6px !important;
|
|
534
542
|
}
|
|
535
543
|
|
|
536
544
|
.tableReleve {
|
|
537
545
|
box-shadow: 0 0 1px 0 grey;
|
|
538
|
-
tbody{
|
|
539
|
-
tr{
|
|
540
|
-
&:nth-child(2n){
|
|
541
|
-
background-color: rgba(0, 0, 0,0.05);
|
|
546
|
+
tbody {
|
|
547
|
+
tr {
|
|
548
|
+
&:nth-child(2n) {
|
|
549
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
542
550
|
}
|
|
543
|
-
&:hover{
|
|
544
|
-
background-color: rgba(0, 0, 0,0.15);
|
|
551
|
+
&:hover {
|
|
552
|
+
background-color: rgba(0, 0, 0, 0.15);
|
|
545
553
|
}
|
|
546
554
|
}
|
|
547
555
|
}
|
|
548
|
-
thead{
|
|
549
|
-
a{
|
|
556
|
+
thead {
|
|
557
|
+
a {
|
|
550
558
|
color: $white;
|
|
551
559
|
}
|
|
552
560
|
}
|
|
553
561
|
}
|
|
554
|
-
.ligneReleve{
|
|
555
|
-
&.visible{
|
|
556
|
-
&:nth-child(2n){
|
|
557
|
-
background-color: rgba(0,0,0,0.05);
|
|
562
|
+
.ligneReleve {
|
|
563
|
+
&.visible {
|
|
564
|
+
&:nth-child(2n) {
|
|
565
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
558
566
|
}
|
|
559
567
|
}
|
|
560
568
|
}
|
|
561
|
-
.tableRelevePadding{
|
|
562
|
-
> tbody{
|
|
563
|
-
> tr{
|
|
564
|
-
> td{
|
|
569
|
+
.tableRelevePadding {
|
|
570
|
+
> tbody {
|
|
571
|
+
> tr {
|
|
572
|
+
> td {
|
|
565
573
|
padding: 0px 10px !important;
|
|
566
|
-
input[type="text"]{
|
|
574
|
+
input[type="text"] {
|
|
567
575
|
width: 5em;
|
|
568
576
|
text-align: center;
|
|
569
577
|
}
|
|
570
578
|
}
|
|
571
579
|
}
|
|
572
580
|
}
|
|
573
|
-
.widthMax{
|
|
581
|
+
.widthMax {
|
|
574
582
|
width: 66% !important;
|
|
575
|
-
input[type="text"]{
|
|
583
|
+
input[type="text"] {
|
|
576
584
|
width: 100% !important;
|
|
577
585
|
}
|
|
578
586
|
}
|
|
579
587
|
}
|
|
580
588
|
|
|
581
|
-
@media screen and (max-device-width
|
|
589
|
+
@media screen and (max-device-width: $small-mobile) {
|
|
582
590
|
.tableRelevePadding tbody tr td {
|
|
583
591
|
padding: 10px !important;
|
|
584
592
|
}
|
|
585
593
|
}
|
|
586
594
|
|
|
587
|
-
@media screen and (max-device-width
|
|
595
|
+
@media screen and (max-device-width: $fat-mobile) {
|
|
588
596
|
.tableRelevePadding tbody tr td {
|
|
589
597
|
padding: 10px !important;
|
|
590
598
|
}
|
|
591
599
|
}
|
|
592
600
|
|
|
593
|
-
.download-link{
|
|
601
|
+
.download-link {
|
|
594
602
|
margin-bottom: 20px;
|
|
595
603
|
}
|
|
596
604
|
|
|
597
|
-
.input-note{
|
|
605
|
+
.input-note {
|
|
598
606
|
text-align: right;
|
|
599
607
|
display: block;
|
|
600
608
|
padding: 0;
|
|
601
609
|
margin: 0 auto;
|
|
602
610
|
}
|
|
603
|
-
input[type=text]{
|
|
604
|
-
&.input-note,
|
|
611
|
+
input[type="text"] {
|
|
612
|
+
&.input-note,
|
|
613
|
+
&.input-appreciation {
|
|
605
614
|
border-bottom: 1px solid rgb(75, 175, 213) !important;
|
|
606
615
|
margin-bottom: 0 !important;
|
|
607
616
|
padding: 0;
|
|
@@ -631,7 +640,7 @@ body.evaluations {
|
|
|
631
640
|
z-index: 1;
|
|
632
641
|
height: 10.5vh;
|
|
633
642
|
background: #ffffff;
|
|
634
|
-
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
|
|
643
|
+
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
|
|
635
644
|
}
|
|
636
645
|
|
|
637
646
|
.colMoyenne.size {
|
|
@@ -639,13 +648,13 @@ body.evaluations {
|
|
|
639
648
|
justify-content: space-between;
|
|
640
649
|
}
|
|
641
650
|
|
|
642
|
-
@media screen and (max-device-width
|
|
651
|
+
@media screen and (max-device-width: $small-mobile) {
|
|
643
652
|
.colMoyenne.size {
|
|
644
653
|
display: block;
|
|
645
654
|
}
|
|
646
655
|
}
|
|
647
656
|
|
|
648
|
-
@media screen and (max-device-width
|
|
657
|
+
@media screen and (max-device-width: $fat-mobile) {
|
|
649
658
|
.colMoyenne.size {
|
|
650
659
|
display: block;
|
|
651
660
|
}
|
|
@@ -656,8 +665,8 @@ body.evaluations {
|
|
|
656
665
|
max-width: 58%;
|
|
657
666
|
}
|
|
658
667
|
|
|
659
|
-
input[type=text]{
|
|
660
|
-
&.input-list{
|
|
668
|
+
input[type="text"] {
|
|
669
|
+
&.input-list {
|
|
661
670
|
border-bottom: 1px solid rgb(75, 175, 213) !important;
|
|
662
671
|
margin-bottom: 0 !important;
|
|
663
672
|
padding: 0;
|
|
@@ -668,7 +677,7 @@ body.evaluations {
|
|
|
668
677
|
}
|
|
669
678
|
}
|
|
670
679
|
|
|
671
|
-
.input-moyenne{
|
|
680
|
+
.input-moyenne {
|
|
672
681
|
font-weight: bold;
|
|
673
682
|
width: 60%;
|
|
674
683
|
display: block;
|
|
@@ -688,35 +697,35 @@ body.evaluations {
|
|
|
688
697
|
.paddingHeight {
|
|
689
698
|
padding: 8px;
|
|
690
699
|
}
|
|
691
|
-
.expandable{
|
|
692
|
-
&:nth-child(2n){
|
|
693
|
-
background-color: rgba(0,0,0,0.05);
|
|
700
|
+
.expandable {
|
|
701
|
+
&:nth-child(2n) {
|
|
702
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
694
703
|
}
|
|
695
|
-
&.opened{
|
|
696
|
-
.plus-input{
|
|
704
|
+
&.opened {
|
|
705
|
+
.plus-input {
|
|
697
706
|
@include fonticon;
|
|
698
|
-
&::after{
|
|
707
|
+
&::after {
|
|
699
708
|
content: "\e85e";
|
|
700
709
|
}
|
|
701
710
|
}
|
|
702
711
|
}
|
|
703
|
-
&.cell{
|
|
704
|
-
&:hover{
|
|
705
|
-
background-color: rgba(0,0,0,0.05);
|
|
712
|
+
&.cell {
|
|
713
|
+
&:hover {
|
|
714
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
706
715
|
}
|
|
707
716
|
}
|
|
708
717
|
}
|
|
709
|
-
.devoir-header{
|
|
710
|
-
&::after{
|
|
718
|
+
.devoir-header {
|
|
719
|
+
&::after {
|
|
711
720
|
content: none !important;
|
|
712
721
|
clear: none !important;
|
|
713
722
|
}
|
|
714
|
-
.cell{
|
|
723
|
+
.cell {
|
|
715
724
|
border-left: solid 1px rgba(0, 0, 0, 0.3);
|
|
716
725
|
border-bottom: solid 1px rgba(0, 0, 0, 0.2);
|
|
717
|
-
color: rgba(0,0,0,0.6);
|
|
726
|
+
color: rgba(0, 0, 0, 0.6);
|
|
718
727
|
overflow: hidden;
|
|
719
|
-
&:first-child{
|
|
728
|
+
&:first-child {
|
|
720
729
|
border-left: none;
|
|
721
730
|
}
|
|
722
731
|
}
|
|
@@ -732,18 +741,18 @@ body.evaluations {
|
|
|
732
741
|
|
|
733
742
|
> input {
|
|
734
743
|
cursor: not-allowed;
|
|
735
|
-
border:0px !important;
|
|
736
|
-
margin:0px !important;
|
|
744
|
+
border: 0px !important;
|
|
745
|
+
margin: 0px !important;
|
|
737
746
|
background: none !important;
|
|
738
|
-
height:1em;
|
|
747
|
+
height: 1em;
|
|
739
748
|
}
|
|
740
749
|
}
|
|
741
|
-
.row{
|
|
742
|
-
input:not(input[type="button"]){
|
|
750
|
+
.row {
|
|
751
|
+
input:not(input[type="button"]) {
|
|
743
752
|
height: 20px !important;
|
|
744
753
|
margin-bottom: 2px !important;
|
|
745
754
|
}
|
|
746
|
-
.devoirs-header{
|
|
755
|
+
.devoirs-header {
|
|
747
756
|
display: block;
|
|
748
757
|
background-color: $white;
|
|
749
758
|
height: 90px !important;
|
|
@@ -788,15 +797,15 @@ body.evaluations {
|
|
|
788
797
|
}
|
|
789
798
|
}
|
|
790
799
|
|
|
791
|
-
.appreciation-classe{
|
|
800
|
+
.appreciation-classe {
|
|
792
801
|
padding-top: 5px;
|
|
793
802
|
}
|
|
794
803
|
|
|
795
|
-
.padding-table-elements{
|
|
804
|
+
.padding-table-elements {
|
|
796
805
|
padding: 10px 20px;
|
|
797
806
|
}
|
|
798
807
|
|
|
799
|
-
.elements-header{
|
|
808
|
+
.elements-header {
|
|
800
809
|
display: block;
|
|
801
810
|
background-color: $white;
|
|
802
811
|
margin-top: 1%;
|
|
@@ -812,65 +821,65 @@ body.evaluations {
|
|
|
812
821
|
}
|
|
813
822
|
}
|
|
814
823
|
}
|
|
815
|
-
.indent-five{
|
|
824
|
+
.indent-five {
|
|
816
825
|
text-indent: 5px;
|
|
817
826
|
}
|
|
818
|
-
.indent-fifteen{
|
|
827
|
+
.indent-fifteen {
|
|
819
828
|
text-indent: 15px;
|
|
820
829
|
}
|
|
821
|
-
.coche-case{
|
|
822
|
-
padding:5px 0 0 10px;
|
|
823
|
-
box-sizing:border-box;
|
|
830
|
+
.coche-case {
|
|
831
|
+
padding: 5px 0 0 10px;
|
|
832
|
+
box-sizing: border-box;
|
|
824
833
|
}
|
|
825
|
-
.expandable-liste{
|
|
826
|
-
.expandable{
|
|
827
|
-
border-bottom: solid 1px rgba(0,0,0,0.2);
|
|
834
|
+
.expandable-liste {
|
|
835
|
+
.expandable {
|
|
836
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.2);
|
|
828
837
|
@include transition(all 100ms ease-out);
|
|
829
838
|
height: 35px;
|
|
830
839
|
overflow: hidden;
|
|
831
840
|
padding: 5px;
|
|
832
841
|
box-sizing: border-box;
|
|
833
842
|
|
|
834
|
-
&.opened{
|
|
843
|
+
&.opened {
|
|
835
844
|
height: auto;
|
|
836
845
|
z-index: 1;
|
|
837
846
|
transform: scale(1.005);
|
|
838
|
-
.row{
|
|
839
|
-
&:first-child{
|
|
840
|
-
border-bottom: solid 1px rgba(0,0,0,0.2);
|
|
847
|
+
.row {
|
|
848
|
+
&:first-child {
|
|
849
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.2);
|
|
841
850
|
}
|
|
842
|
-
&:nth-child(2){
|
|
851
|
+
&:nth-child(2) {
|
|
843
852
|
color: $text-light;
|
|
844
853
|
text-indent: 40px;
|
|
845
854
|
}
|
|
846
855
|
}
|
|
847
856
|
}
|
|
848
|
-
&:first-child{
|
|
857
|
+
&:first-child {
|
|
849
858
|
//margin-top:15px;
|
|
850
859
|
}
|
|
851
860
|
}
|
|
852
861
|
|
|
853
|
-
&.notes-devoir-liste{
|
|
854
|
-
.expandable{
|
|
862
|
+
&.notes-devoir-liste {
|
|
863
|
+
.expandable {
|
|
855
864
|
height: auto;
|
|
856
865
|
}
|
|
857
866
|
}
|
|
858
|
-
.expandable-content{
|
|
867
|
+
.expandable-content {
|
|
859
868
|
padding: 0 4px 0 4px;
|
|
860
869
|
font-size: 14px;
|
|
861
|
-
> label{
|
|
870
|
+
> label {
|
|
862
871
|
margin-top: 2px;
|
|
863
872
|
display: block;
|
|
864
873
|
}
|
|
865
874
|
}
|
|
866
|
-
.expandable-name{
|
|
875
|
+
.expandable-name {
|
|
867
876
|
padding: 2px 10px 0px 6px;
|
|
868
877
|
font-size: 13px;
|
|
869
878
|
}
|
|
870
879
|
}
|
|
871
880
|
|
|
872
881
|
.expandable-appreciation {
|
|
873
|
-
border-bottom: solid 1px rgba(0,0,0,0.2);
|
|
882
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.2);
|
|
874
883
|
transition: all 100ms ease-out;
|
|
875
884
|
height: 30px;
|
|
876
885
|
overflow: hidden;
|
|
@@ -879,8 +888,8 @@ body.evaluations {
|
|
|
879
888
|
}
|
|
880
889
|
|
|
881
890
|
@media screen and (max-width: $tablette) {
|
|
882
|
-
.expandable-liste{
|
|
883
|
-
.expandable-content{
|
|
891
|
+
.expandable-liste {
|
|
892
|
+
.expandable-content {
|
|
884
893
|
padding: 0;
|
|
885
894
|
}
|
|
886
895
|
}
|
|
@@ -911,7 +920,7 @@ body.evaluations {
|
|
|
911
920
|
|
|
912
921
|
.criterion {
|
|
913
922
|
padding: 5px;
|
|
914
|
-
margin:0;
|
|
923
|
+
margin: 0;
|
|
915
924
|
|
|
916
925
|
&.card {
|
|
917
926
|
box-shadow: none;
|
|
@@ -919,7 +928,11 @@ body.evaluations {
|
|
|
919
928
|
}
|
|
920
929
|
}
|
|
921
930
|
|
|
922
|
-
input[type=text],
|
|
931
|
+
input[type="text"],
|
|
932
|
+
input[type="password"],
|
|
933
|
+
input[type="search"],
|
|
934
|
+
input[type="tel"],
|
|
935
|
+
input[type="email"] {
|
|
923
936
|
margin-bottom: 2px;
|
|
924
937
|
}
|
|
925
938
|
|
|
@@ -934,14 +947,14 @@ body.evaluations {
|
|
|
934
947
|
}
|
|
935
948
|
|
|
936
949
|
.openedEleve {
|
|
937
|
-
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
|
|
950
|
+
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
|
|
938
951
|
padding: 10px;
|
|
939
952
|
z-index: 1;
|
|
940
953
|
transform: scaleY(1.005);
|
|
941
954
|
background: white;
|
|
942
955
|
}
|
|
943
956
|
|
|
944
|
-
.devoir .row:nth-child(3){
|
|
957
|
+
.devoir .row:nth-child(3) {
|
|
945
958
|
color: $text-light;
|
|
946
959
|
text-indent: 40px;
|
|
947
960
|
}
|
|
@@ -966,7 +979,7 @@ body.evaluations {
|
|
|
966
979
|
min-width: 70px;
|
|
967
980
|
white-space: nowrap;
|
|
968
981
|
}
|
|
969
|
-
.gradetooltip{
|
|
982
|
+
.gradetooltip {
|
|
970
983
|
position: absolute;
|
|
971
984
|
width: 100%;
|
|
972
985
|
height: 100%;
|
|
@@ -975,9 +988,9 @@ body.evaluations {
|
|
|
975
988
|
top: 0;
|
|
976
989
|
}
|
|
977
990
|
|
|
978
|
-
.tooltip{
|
|
979
|
-
.content{
|
|
980
|
-
>
|
|
991
|
+
.tooltip {
|
|
992
|
+
.content {
|
|
993
|
+
> p {
|
|
981
994
|
margin: 0;
|
|
982
995
|
padding: 0;
|
|
983
996
|
}
|
|
@@ -1014,29 +1027,29 @@ body.evaluations {
|
|
|
1014
1027
|
.center {
|
|
1015
1028
|
text-align: center !important;
|
|
1016
1029
|
}
|
|
1017
|
-
.buttonHeader{
|
|
1018
|
-
.button{
|
|
1030
|
+
.buttonHeader {
|
|
1031
|
+
.button {
|
|
1019
1032
|
margin-left: 15px !important;
|
|
1020
1033
|
margin-bottom: 15px !important;
|
|
1021
|
-
&:first-child{
|
|
1034
|
+
&:first-child {
|
|
1022
1035
|
margin-left: 0px !important;
|
|
1023
1036
|
}
|
|
1024
1037
|
}
|
|
1025
1038
|
}
|
|
1026
|
-
.shadow{
|
|
1027
|
-
@include box-shadow(0px 0px 5px 0px rgba(0,0,0,0.35));
|
|
1039
|
+
.shadow {
|
|
1040
|
+
@include box-shadow(0px 0px 5px 0px rgba(0, 0, 0, 0.35));
|
|
1028
1041
|
}
|
|
1029
|
-
.criteres{
|
|
1030
|
-
&.opened{
|
|
1042
|
+
.criteres {
|
|
1043
|
+
&.opened {
|
|
1031
1044
|
height: 205px;
|
|
1032
1045
|
}
|
|
1033
|
-
&.openedProgramme{
|
|
1046
|
+
&.openedProgramme {
|
|
1034
1047
|
height: auto;
|
|
1035
1048
|
.plus-input::after {
|
|
1036
1049
|
content: "\e841";
|
|
1037
1050
|
}
|
|
1038
1051
|
}
|
|
1039
|
-
&.openedAppreciation{
|
|
1052
|
+
&.openedAppreciation {
|
|
1040
1053
|
height: 300px;
|
|
1041
1054
|
.plus-input::after {
|
|
1042
1055
|
content: "\e841";
|
|
@@ -1050,19 +1063,24 @@ body.evaluations {
|
|
|
1050
1063
|
}
|
|
1051
1064
|
}
|
|
1052
1065
|
|
|
1053
|
-
.appreciationTextarea{
|
|
1066
|
+
.appreciationTextarea {
|
|
1054
1067
|
height: 220px;
|
|
1055
1068
|
}
|
|
1056
1069
|
|
|
1057
|
-
.criteres,
|
|
1070
|
+
.criteres,
|
|
1071
|
+
.statistiques-devoir,
|
|
1072
|
+
.detail-devoir,
|
|
1073
|
+
.student-info,
|
|
1074
|
+
.devoir-info,
|
|
1075
|
+
.notes-help {
|
|
1058
1076
|
position: relative;
|
|
1059
|
-
.plus-input{
|
|
1077
|
+
.plus-input {
|
|
1060
1078
|
right: 5px;
|
|
1061
1079
|
position: absolute;
|
|
1062
1080
|
top: 11px;
|
|
1063
1081
|
z-index: 11;
|
|
1064
1082
|
@include fonticon;
|
|
1065
|
-
&::after{
|
|
1083
|
+
&::after {
|
|
1066
1084
|
content: "\e87b";
|
|
1067
1085
|
font-size: 15px;
|
|
1068
1086
|
color: $grey;
|
|
@@ -1073,39 +1091,45 @@ body.evaluations {
|
|
|
1073
1091
|
background-color: inherit;
|
|
1074
1092
|
font-size: 10px;
|
|
1075
1093
|
}
|
|
1076
|
-
&:hover::after{
|
|
1094
|
+
&:hover::after {
|
|
1077
1095
|
color: $cyan;
|
|
1078
1096
|
}
|
|
1079
1097
|
}
|
|
1080
1098
|
|
|
1081
1099
|
&.opened {
|
|
1082
|
-
.plus-input::after{
|
|
1100
|
+
.plus-input::after {
|
|
1083
1101
|
content: "\e841";
|
|
1084
1102
|
}
|
|
1085
1103
|
}
|
|
1086
1104
|
}
|
|
1087
|
-
.criteres,
|
|
1105
|
+
.criteres,
|
|
1106
|
+
.statistiques-devoir,
|
|
1107
|
+
.detail-devoir,
|
|
1108
|
+
.devoir-info {
|
|
1088
1109
|
height: 25px;
|
|
1089
1110
|
overflow: hidden;
|
|
1090
1111
|
@include transition(all 100ms ease-out);
|
|
1091
1112
|
}
|
|
1092
|
-
.fiche{
|
|
1113
|
+
.fiche {
|
|
1093
1114
|
margin-top: 10px;
|
|
1094
1115
|
border-radius: 5px;
|
|
1095
1116
|
font-size: 14px !important;
|
|
1096
1117
|
background-color: $white;
|
|
1097
1118
|
position: relative;
|
|
1098
|
-
&.student-info,
|
|
1119
|
+
&.student-info,
|
|
1120
|
+
&.devoir-info,
|
|
1121
|
+
&.notes-help,
|
|
1122
|
+
&.diffsize {
|
|
1099
1123
|
height: 40px;
|
|
1100
1124
|
overflow: hidden;
|
|
1101
1125
|
@include transition(all 100ms ease-out);
|
|
1102
|
-
&.opened{
|
|
1126
|
+
&.opened {
|
|
1103
1127
|
min-height: 100px;
|
|
1104
1128
|
height: auto;
|
|
1105
1129
|
}
|
|
1106
1130
|
}
|
|
1107
|
-
&.student-info{
|
|
1108
|
-
h2{
|
|
1131
|
+
&.student-info {
|
|
1132
|
+
h2 {
|
|
1109
1133
|
color: $grey;
|
|
1110
1134
|
line-height: 37px;
|
|
1111
1135
|
}
|
|
@@ -1113,15 +1137,15 @@ body.evaluations {
|
|
|
1113
1137
|
&.diffpadding {
|
|
1114
1138
|
padding: 0;
|
|
1115
1139
|
}
|
|
1116
|
-
ul{
|
|
1140
|
+
ul {
|
|
1117
1141
|
margin: 0;
|
|
1118
1142
|
padding: 0;
|
|
1119
1143
|
list-style-type: none;
|
|
1120
1144
|
}
|
|
1121
|
-
> div{
|
|
1145
|
+
> div {
|
|
1122
1146
|
padding: 0 10px 5px 10px;
|
|
1123
1147
|
}
|
|
1124
|
-
.head{
|
|
1148
|
+
.head {
|
|
1125
1149
|
padding: 3px;
|
|
1126
1150
|
text-align: left;
|
|
1127
1151
|
margin: 0;
|
|
@@ -1133,14 +1157,18 @@ body.evaluations {
|
|
|
1133
1157
|
width: 80%;
|
|
1134
1158
|
}
|
|
1135
1159
|
}
|
|
1136
|
-
.datepicker{
|
|
1137
|
-
z-index:10002 !important;
|
|
1160
|
+
.datepicker {
|
|
1161
|
+
z-index: 10002 !important;
|
|
1138
1162
|
table {
|
|
1139
1163
|
line-height: 24px !important;
|
|
1140
1164
|
}
|
|
1141
1165
|
}
|
|
1142
|
-
h1,
|
|
1143
|
-
|
|
1166
|
+
h1,
|
|
1167
|
+
h2,
|
|
1168
|
+
h3,
|
|
1169
|
+
h4,
|
|
1170
|
+
h5 {
|
|
1171
|
+
> span {
|
|
1144
1172
|
font-style: italic;
|
|
1145
1173
|
}
|
|
1146
1174
|
}
|
|
@@ -1155,17 +1183,17 @@ body.evaluations {
|
|
|
1155
1183
|
|
|
1156
1184
|
.inputContainer {
|
|
1157
1185
|
display: flex;
|
|
1158
|
-
i{
|
|
1159
|
-
margin-left
|
|
1186
|
+
i {
|
|
1187
|
+
margin-left: 10px;
|
|
1160
1188
|
}
|
|
1161
1189
|
}
|
|
1162
1190
|
|
|
1163
|
-
.inputSection1{
|
|
1191
|
+
.inputSection1 {
|
|
1164
1192
|
width: 50%;
|
|
1165
1193
|
border-right: 1px solid lightgrey;
|
|
1166
1194
|
}
|
|
1167
1195
|
|
|
1168
|
-
.inputSection2{
|
|
1196
|
+
.inputSection2 {
|
|
1169
1197
|
width: 50%;
|
|
1170
1198
|
}
|
|
1171
1199
|
|
|
@@ -1173,36 +1201,36 @@ body.evaluations {
|
|
|
1173
1201
|
margin: 14px;
|
|
1174
1202
|
}
|
|
1175
1203
|
|
|
1176
|
-
.header-opt{
|
|
1204
|
+
.header-opt {
|
|
1177
1205
|
font-style: italic;
|
|
1178
1206
|
font-weight: bold !important;
|
|
1179
1207
|
}
|
|
1180
|
-
.controls-fixed{
|
|
1181
|
-
background-color:rgba(0, 0, 0, 0.1);
|
|
1182
|
-
bottom:0;
|
|
1183
|
-
left:0;
|
|
1184
|
-
padding:10px 15px;
|
|
1185
|
-
position:fixed;
|
|
1186
|
-
top:auto;
|
|
1187
|
-
width:100%;
|
|
1208
|
+
.controls-fixed {
|
|
1209
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
1210
|
+
bottom: 0;
|
|
1211
|
+
left: 0;
|
|
1212
|
+
padding: 10px 15px;
|
|
1213
|
+
position: fixed;
|
|
1214
|
+
top: auto;
|
|
1215
|
+
width: 100%;
|
|
1188
1216
|
}
|
|
1189
|
-
.imgEleve{
|
|
1217
|
+
.imgEleve {
|
|
1190
1218
|
width: 100%;
|
|
1191
1219
|
height: auto;
|
|
1192
1220
|
display: inline-block;
|
|
1193
1221
|
vertical-align: middle;
|
|
1194
1222
|
text-align: center;
|
|
1195
|
-
img{
|
|
1223
|
+
img {
|
|
1196
1224
|
width: 40%;
|
|
1197
1225
|
}
|
|
1198
1226
|
}
|
|
1199
|
-
.close-input{
|
|
1227
|
+
.close-input {
|
|
1200
1228
|
right: 18px;
|
|
1201
1229
|
position: absolute;
|
|
1202
1230
|
top: 5px;
|
|
1203
1231
|
@include fonticon;
|
|
1204
|
-
&::after{
|
|
1205
|
-
content:
|
|
1232
|
+
&::after {
|
|
1233
|
+
content: "\e866";
|
|
1206
1234
|
font-size: 15px;
|
|
1207
1235
|
color: $grey;
|
|
1208
1236
|
font-weight: 300;
|
|
@@ -1211,11 +1239,11 @@ body.evaluations {
|
|
|
1211
1239
|
border: none;
|
|
1212
1240
|
background-color: inherit;
|
|
1213
1241
|
}
|
|
1214
|
-
&:hover::after{
|
|
1242
|
+
&:hover::after {
|
|
1215
1243
|
color: $cyan;
|
|
1216
1244
|
}
|
|
1217
1245
|
}
|
|
1218
|
-
.header-fixed{
|
|
1246
|
+
.header-fixed {
|
|
1219
1247
|
position: fixed;
|
|
1220
1248
|
top: 64px;
|
|
1221
1249
|
width: 100%;
|
|
@@ -1227,45 +1255,45 @@ body.evaluations {
|
|
|
1227
1255
|
text-indent: 4px;
|
|
1228
1256
|
margin-left: 15px;
|
|
1229
1257
|
}
|
|
1230
|
-
.absolute-button-header-releve{
|
|
1258
|
+
.absolute-button-header-releve {
|
|
1231
1259
|
position: absolute !important;
|
|
1232
1260
|
right: 1%;
|
|
1233
1261
|
top: 34px;
|
|
1234
1262
|
}
|
|
1235
|
-
.header-outter-fixed{
|
|
1263
|
+
.header-outter-fixed {
|
|
1236
1264
|
padding: 74px 0 0 0;
|
|
1237
1265
|
position: relative;
|
|
1238
1266
|
display: block;
|
|
1239
1267
|
}
|
|
1240
|
-
.detail-devoir{
|
|
1241
|
-
&.opened{
|
|
1268
|
+
.detail-devoir {
|
|
1269
|
+
&.opened {
|
|
1242
1270
|
min-height: 100px;
|
|
1243
1271
|
height: auto;
|
|
1244
1272
|
}
|
|
1245
1273
|
}
|
|
1246
|
-
.statistiques-devoir{
|
|
1247
|
-
&.opened{
|
|
1274
|
+
.statistiques-devoir {
|
|
1275
|
+
&.opened {
|
|
1248
1276
|
height: auto !important;
|
|
1249
1277
|
max-height: 152px;
|
|
1250
1278
|
}
|
|
1251
1279
|
}
|
|
1252
|
-
.children-list{
|
|
1280
|
+
.children-list {
|
|
1253
1281
|
text-align: center;
|
|
1254
|
-
.dominos{
|
|
1282
|
+
.dominos {
|
|
1255
1283
|
margin-bottom: 0px !important;
|
|
1256
1284
|
text-align: center;
|
|
1257
|
-
.item{
|
|
1285
|
+
.item {
|
|
1258
1286
|
float: none !important;
|
|
1259
1287
|
display: inline-block;
|
|
1260
1288
|
cursor: pointer;
|
|
1261
1289
|
}
|
|
1262
1290
|
}
|
|
1263
1291
|
}
|
|
1264
|
-
.lightbox-parent{
|
|
1265
|
-
section{
|
|
1266
|
-
&.ligtbox{
|
|
1267
|
-
> div{
|
|
1268
|
-
&.content{
|
|
1292
|
+
.lightbox-parent {
|
|
1293
|
+
section {
|
|
1294
|
+
&.ligtbox {
|
|
1295
|
+
> div {
|
|
1296
|
+
&.content {
|
|
1269
1297
|
width: 400px;
|
|
1270
1298
|
}
|
|
1271
1299
|
}
|
|
@@ -1278,36 +1306,46 @@ body.evaluations {
|
|
|
1278
1306
|
display: inline-block;
|
|
1279
1307
|
position: relative;
|
|
1280
1308
|
margin: 5px 0;
|
|
1281
|
-
>i.download:before{
|
|
1309
|
+
> i.download:before {
|
|
1282
1310
|
margin-right: 9px !important;
|
|
1283
1311
|
font-size: 20px !important;
|
|
1284
1312
|
}
|
|
1285
1313
|
}
|
|
1286
|
-
.button-download{
|
|
1314
|
+
.button-download {
|
|
1287
1315
|
margin-left: 20px;
|
|
1288
1316
|
top: 0px;
|
|
1289
1317
|
position: relative;
|
|
1290
1318
|
float: right;
|
|
1291
1319
|
}
|
|
1292
|
-
.ul-competences{
|
|
1320
|
+
.ul-competences {
|
|
1293
1321
|
list-style-type: none;
|
|
1294
|
-
li{
|
|
1322
|
+
li {
|
|
1295
1323
|
padding: 5px;
|
|
1296
1324
|
}
|
|
1297
1325
|
}
|
|
1298
|
-
.ul-domaines{
|
|
1326
|
+
.ul-domaines {
|
|
1299
1327
|
margin-top: 20px;
|
|
1300
1328
|
}
|
|
1301
1329
|
/**
|
|
1302
1330
|
DIRECTIVE COLOR COMPETENCE
|
|
1303
1331
|
**/
|
|
1304
|
-
.green{
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
.
|
|
1308
|
-
|
|
1332
|
+
.green {
|
|
1333
|
+
background-color: $green !important;
|
|
1334
|
+
}
|
|
1335
|
+
.yellow {
|
|
1336
|
+
background-color: $yellow !important;
|
|
1337
|
+
}
|
|
1338
|
+
.orange {
|
|
1339
|
+
background-color: $orange !important;
|
|
1340
|
+
}
|
|
1341
|
+
.red {
|
|
1342
|
+
background-color: $red !important;
|
|
1343
|
+
}
|
|
1344
|
+
.grey {
|
|
1345
|
+
background-color: $grey !important;
|
|
1346
|
+
}
|
|
1309
1347
|
|
|
1310
|
-
.competence-color{
|
|
1348
|
+
.competence-color {
|
|
1311
1349
|
display: inline-block;
|
|
1312
1350
|
padding: 15px 0px 10px 35px;
|
|
1313
1351
|
position: relative;
|
|
@@ -1321,19 +1359,19 @@ body.evaluations {
|
|
|
1321
1359
|
@include transition(all 200ms ease);
|
|
1322
1360
|
background-color: transparent !important;
|
|
1323
1361
|
float: left;
|
|
1324
|
-
&:hover{
|
|
1362
|
+
&:hover {
|
|
1325
1363
|
border: solid 1px rgba(0, 0, 0, 0.3);
|
|
1326
1364
|
}
|
|
1327
|
-
&.opened{
|
|
1328
|
-
> .skills-text-overflow{
|
|
1329
|
-
&::before{
|
|
1365
|
+
&.opened {
|
|
1366
|
+
> .skills-text-overflow {
|
|
1367
|
+
&::before {
|
|
1330
1368
|
content: "\f0d7";
|
|
1331
1369
|
}
|
|
1332
1370
|
}
|
|
1333
1371
|
}
|
|
1334
|
-
> .skills-text-overflow{
|
|
1372
|
+
> .skills-text-overflow {
|
|
1335
1373
|
@include fonticon;
|
|
1336
|
-
&::before{
|
|
1374
|
+
&::before {
|
|
1337
1375
|
content: "\e823";
|
|
1338
1376
|
/*left: 0px;*/
|
|
1339
1377
|
/*position: absolute;*/
|
|
@@ -1344,7 +1382,7 @@ body.evaluations {
|
|
|
1344
1382
|
}
|
|
1345
1383
|
}
|
|
1346
1384
|
}
|
|
1347
|
-
.competence-color-header{
|
|
1385
|
+
.competence-color-header {
|
|
1348
1386
|
display: inline-block;
|
|
1349
1387
|
padding: 10px 50px 10px 0px;
|
|
1350
1388
|
position: relative;
|
|
@@ -1357,27 +1395,28 @@ body.evaluations {
|
|
|
1357
1395
|
@include transition(all 200ms ease);
|
|
1358
1396
|
background-color: transparent !important;
|
|
1359
1397
|
float: none;
|
|
1360
|
-
&:after{
|
|
1398
|
+
&:after {
|
|
1361
1399
|
top: 17px;
|
|
1362
1400
|
right: 65px;
|
|
1363
1401
|
}
|
|
1364
1402
|
}
|
|
1365
|
-
.competence-color,
|
|
1366
|
-
|
|
1367
|
-
|
|
1403
|
+
.competence-color,
|
|
1404
|
+
.competence-color-header {
|
|
1405
|
+
&:after {
|
|
1406
|
+
content: "";
|
|
1368
1407
|
width: 20px;
|
|
1369
1408
|
height: 20px;
|
|
1370
1409
|
border-radius: 50%;
|
|
1371
1410
|
display: inline-block;
|
|
1372
|
-
position: absolute
|
|
1411
|
+
position: absolute;
|
|
1373
1412
|
background-color: #000;
|
|
1374
1413
|
right: 20px;
|
|
1375
1414
|
top: 19px;
|
|
1376
1415
|
cursor: pointer;
|
|
1377
1416
|
@include transition(all 200ms ease);
|
|
1378
1417
|
}
|
|
1379
|
-
> span{
|
|
1380
|
-
&.competence-vignette{
|
|
1418
|
+
> span {
|
|
1419
|
+
&.competence-vignette {
|
|
1381
1420
|
padding: 0 50px 0 0;
|
|
1382
1421
|
position: relative;
|
|
1383
1422
|
cursor: pointer;
|
|
@@ -1390,57 +1429,57 @@ body.evaluations {
|
|
|
1390
1429
|
z-index: 2;
|
|
1391
1430
|
}
|
|
1392
1431
|
}
|
|
1393
|
-
&.grey{
|
|
1394
|
-
&:after{
|
|
1432
|
+
&.grey {
|
|
1433
|
+
&:after {
|
|
1395
1434
|
background-color: $grey !important;
|
|
1396
1435
|
}
|
|
1397
1436
|
}
|
|
1398
|
-
&.green{
|
|
1399
|
-
&:after{
|
|
1437
|
+
&.green {
|
|
1438
|
+
&:after {
|
|
1400
1439
|
background-color: $green !important;
|
|
1401
1440
|
}
|
|
1402
1441
|
}
|
|
1403
|
-
&.yellow{
|
|
1404
|
-
&:after{
|
|
1442
|
+
&.yellow {
|
|
1443
|
+
&:after {
|
|
1405
1444
|
background-color: $yellow !important;
|
|
1406
1445
|
}
|
|
1407
1446
|
}
|
|
1408
|
-
&.orange{
|
|
1409
|
-
&:after{
|
|
1447
|
+
&.orange {
|
|
1448
|
+
&:after {
|
|
1410
1449
|
background-color: $orange !important;
|
|
1411
1450
|
}
|
|
1412
1451
|
}
|
|
1413
|
-
&.red{
|
|
1414
|
-
&:after{
|
|
1452
|
+
&.red {
|
|
1453
|
+
&:after {
|
|
1415
1454
|
background-color: $red !important;
|
|
1416
1455
|
}
|
|
1417
1456
|
}
|
|
1418
1457
|
}
|
|
1419
|
-
.competence-text-overflow{
|
|
1458
|
+
.competence-text-overflow {
|
|
1420
1459
|
white-space: nowrap;
|
|
1421
1460
|
text-overflow: ellipsis;
|
|
1422
1461
|
overflow: hidden;
|
|
1423
1462
|
}
|
|
1424
|
-
.competence-eye{
|
|
1463
|
+
.competence-eye {
|
|
1425
1464
|
display: inline-block;
|
|
1426
1465
|
position: absolute;
|
|
1427
1466
|
top: 20px;
|
|
1428
1467
|
left: 5px;
|
|
1429
1468
|
cursor: zoom-in;
|
|
1430
|
-
&:hover{
|
|
1469
|
+
&:hover {
|
|
1431
1470
|
height: 100%;
|
|
1432
|
-
~ .competence-text-overflow{
|
|
1433
|
-
> .competence-nom{
|
|
1471
|
+
~ .competence-text-overflow {
|
|
1472
|
+
> .competence-nom {
|
|
1434
1473
|
white-space: normal;
|
|
1435
1474
|
}
|
|
1436
1475
|
}
|
|
1437
1476
|
}
|
|
1438
1477
|
}
|
|
1439
|
-
.rounded-color-vignette{
|
|
1478
|
+
.rounded-color-vignette {
|
|
1440
1479
|
top: 9px;
|
|
1441
1480
|
right: -10px;
|
|
1442
1481
|
}
|
|
1443
|
-
.rounded{
|
|
1482
|
+
.rounded {
|
|
1444
1483
|
width: 23px;
|
|
1445
1484
|
height: 23px;
|
|
1446
1485
|
border-radius: 50%;
|
|
@@ -1457,14 +1496,14 @@ body.evaluations {
|
|
|
1457
1496
|
outline: none;
|
|
1458
1497
|
}
|
|
1459
1498
|
}
|
|
1460
|
-
.competence-color-popup-close{
|
|
1499
|
+
.competence-color-popup-close {
|
|
1461
1500
|
position: absolute;
|
|
1462
1501
|
left: 3px;
|
|
1463
1502
|
top: 0;
|
|
1464
1503
|
text-align: center;
|
|
1465
1504
|
cursor: pointer;
|
|
1466
1505
|
}
|
|
1467
|
-
.tooltip-overlay{
|
|
1506
|
+
.tooltip-overlay {
|
|
1468
1507
|
position: absolute;
|
|
1469
1508
|
width: 43px;
|
|
1470
1509
|
height: 34px;
|
|
@@ -1472,7 +1511,7 @@ body.evaluations {
|
|
|
1472
1511
|
left: 0px;
|
|
1473
1512
|
z-index: 10;
|
|
1474
1513
|
}
|
|
1475
|
-
.competence-color-popup{
|
|
1514
|
+
.competence-color-popup {
|
|
1476
1515
|
position: absolute;
|
|
1477
1516
|
left: 0;
|
|
1478
1517
|
top: 400px;
|
|
@@ -1482,33 +1521,33 @@ body.evaluations {
|
|
|
1482
1521
|
width: 100%;
|
|
1483
1522
|
z-index: 2;
|
|
1484
1523
|
@include transition(all 200ms ease);
|
|
1485
|
-
&.opened{
|
|
1524
|
+
&.opened {
|
|
1486
1525
|
top: 0;
|
|
1487
1526
|
}
|
|
1488
|
-
h4{
|
|
1527
|
+
h4 {
|
|
1489
1528
|
margin: 0;
|
|
1490
1529
|
padding: 10px;
|
|
1491
1530
|
}
|
|
1492
1531
|
> h4 {
|
|
1493
|
-
&:first-child{
|
|
1494
|
-
border-bottom: solid 1px rgba(0,0,0,0.3);
|
|
1532
|
+
&:first-child {
|
|
1533
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.3);
|
|
1495
1534
|
}
|
|
1496
|
-
&:last-child{
|
|
1497
|
-
border-top: solid 1px rgba(0,0,0,0.3);
|
|
1535
|
+
&:last-child {
|
|
1536
|
+
border-top: solid 1px rgba(0, 0, 0, 0.3);
|
|
1498
1537
|
}
|
|
1499
1538
|
}
|
|
1500
1539
|
}
|
|
1501
|
-
.color-list{
|
|
1540
|
+
.color-list {
|
|
1502
1541
|
min-width: 200px;
|
|
1503
1542
|
max-width: 300px;
|
|
1504
1543
|
text-indent: 0;
|
|
1505
1544
|
text-align: center;
|
|
1506
|
-
ul{
|
|
1545
|
+
ul {
|
|
1507
1546
|
width: 90%;
|
|
1508
1547
|
padding: 15px 0;
|
|
1509
1548
|
margin: 0 0 0 5%;
|
|
1510
1549
|
height: 30px;
|
|
1511
|
-
li{
|
|
1550
|
+
li {
|
|
1512
1551
|
display: inline-block;
|
|
1513
1552
|
list-style-type: none;
|
|
1514
1553
|
width: 23%;
|
|
@@ -1516,8 +1555,8 @@ body.evaluations {
|
|
|
1516
1555
|
height: 30px;
|
|
1517
1556
|
cursor: pointer;
|
|
1518
1557
|
position: relative;
|
|
1519
|
-
.rounded{
|
|
1520
|
-
|
|
1558
|
+
.rounded {
|
|
1559
|
+
> .rounded {
|
|
1521
1560
|
position: absolute;
|
|
1522
1561
|
left: 0;
|
|
1523
1562
|
top: 0;
|
|
@@ -1526,9 +1565,9 @@ body.evaluations {
|
|
|
1526
1565
|
height: 23px;
|
|
1527
1566
|
}
|
|
1528
1567
|
}
|
|
1529
|
-
&:hover{
|
|
1530
|
-
.rounded{
|
|
1531
|
-
> .rounded{
|
|
1568
|
+
&:hover {
|
|
1569
|
+
.rounded {
|
|
1570
|
+
> .rounded {
|
|
1532
1571
|
opacity: 0.25;
|
|
1533
1572
|
transform: scale(1.4);
|
|
1534
1573
|
}
|
|
@@ -1537,10 +1576,10 @@ body.evaluations {
|
|
|
1537
1576
|
}
|
|
1538
1577
|
}
|
|
1539
1578
|
}
|
|
1540
|
-
.skills-h4{
|
|
1579
|
+
.skills-h4 {
|
|
1541
1580
|
margin: 0;
|
|
1542
1581
|
}
|
|
1543
|
-
.competence-nom{
|
|
1582
|
+
.competence-nom {
|
|
1544
1583
|
width: 95%;
|
|
1545
1584
|
display: block;
|
|
1546
1585
|
overflow: hidden;
|
|
@@ -1549,16 +1588,16 @@ body.evaluations {
|
|
|
1549
1588
|
/***
|
|
1550
1589
|
DIRECTIVE SKILLS LIST
|
|
1551
1590
|
***/
|
|
1552
|
-
.skills-list{
|
|
1591
|
+
.skills-list {
|
|
1553
1592
|
width: 90%;
|
|
1554
1593
|
margin-left: 5%;
|
|
1555
1594
|
list-style-type: none;
|
|
1556
1595
|
padding: 0;
|
|
1557
|
-
ul{
|
|
1596
|
+
ul {
|
|
1558
1597
|
list-style-type: none;
|
|
1559
1598
|
padding: 0;
|
|
1560
1599
|
}
|
|
1561
|
-
li{
|
|
1600
|
+
li {
|
|
1562
1601
|
position: relative;
|
|
1563
1602
|
}
|
|
1564
1603
|
}
|
|
@@ -1567,18 +1606,18 @@ body.evaluations {
|
|
|
1567
1606
|
list-style-type: none;
|
|
1568
1607
|
overflow-y: scroll;
|
|
1569
1608
|
height: 260px;
|
|
1570
|
-
ul{
|
|
1609
|
+
ul {
|
|
1571
1610
|
list-style-type: none;
|
|
1572
1611
|
overflow-y: hidden;
|
|
1573
1612
|
}
|
|
1574
|
-
li{
|
|
1613
|
+
li {
|
|
1575
1614
|
position: relative;
|
|
1576
1615
|
}
|
|
1577
1616
|
}
|
|
1578
1617
|
|
|
1579
|
-
@media screen and (min-width: $tablette){
|
|
1580
|
-
.skills-list{
|
|
1581
|
-
ul{
|
|
1618
|
+
@media screen and (min-width: $tablette) {
|
|
1619
|
+
.skills-list {
|
|
1620
|
+
ul {
|
|
1582
1621
|
&:nth-child(2) {
|
|
1583
1622
|
margin-left: 20px;
|
|
1584
1623
|
}
|
|
@@ -1586,52 +1625,52 @@ body.evaluations {
|
|
|
1586
1625
|
}
|
|
1587
1626
|
}
|
|
1588
1627
|
|
|
1589
|
-
.skills-header{
|
|
1628
|
+
.skills-header {
|
|
1590
1629
|
cursor: pointer;
|
|
1591
1630
|
@include transition(all 200ms ease);
|
|
1592
|
-
&.skill-50{
|
|
1631
|
+
&.skill-50 {
|
|
1593
1632
|
height: 50px;
|
|
1594
1633
|
overflow: hidden;
|
|
1595
1634
|
}
|
|
1596
|
-
&.skill-30{
|
|
1635
|
+
&.skill-30 {
|
|
1597
1636
|
height: 30px;
|
|
1598
1637
|
overflow: hidden;
|
|
1599
1638
|
}
|
|
1600
|
-
&.skill-40{
|
|
1639
|
+
&.skill-40 {
|
|
1601
1640
|
height: 40px;
|
|
1602
1641
|
overflow: hidden;
|
|
1603
1642
|
}
|
|
1604
|
-
&.skill-45{
|
|
1643
|
+
&.skill-45 {
|
|
1605
1644
|
height: 45px;
|
|
1606
1645
|
overflow: hidden;
|
|
1607
1646
|
}
|
|
1608
|
-
&.opened{
|
|
1647
|
+
&.opened {
|
|
1609
1648
|
height: auto;
|
|
1610
1649
|
overflow: visible;
|
|
1611
1650
|
@include transition(all 200ms ease);
|
|
1612
|
-
> .skills-text-overflow{
|
|
1651
|
+
> .skills-text-overflow {
|
|
1613
1652
|
i.skills-open-icon::before {
|
|
1614
1653
|
content: "\e841";
|
|
1615
1654
|
}
|
|
1616
1655
|
}
|
|
1617
1656
|
}
|
|
1618
|
-
> span{
|
|
1657
|
+
> span {
|
|
1619
1658
|
padding: 10px 35px 10px 50px;
|
|
1620
1659
|
border-bottom: solid 1px #e0e0e0;
|
|
1621
1660
|
display: block;
|
|
1622
1661
|
cursor: pointer;
|
|
1623
|
-
&.skills-teach{
|
|
1662
|
+
&.skills-teach {
|
|
1624
1663
|
padding: 10px 35px 10px 20px;
|
|
1625
1664
|
|
|
1626
|
-
> span{
|
|
1665
|
+
> span {
|
|
1627
1666
|
margin-bottom: 5px;
|
|
1628
1667
|
}
|
|
1629
1668
|
}
|
|
1630
1669
|
}
|
|
1631
|
-
> .skills-text-overflow{
|
|
1670
|
+
> .skills-text-overflow {
|
|
1632
1671
|
i.skills-open-icon {
|
|
1633
1672
|
@include fonticon;
|
|
1634
|
-
&::before{
|
|
1673
|
+
&::before {
|
|
1635
1674
|
content: "\e823";
|
|
1636
1675
|
left: 0;
|
|
1637
1676
|
position: absolute;
|
|
@@ -1642,7 +1681,7 @@ body.evaluations {
|
|
|
1642
1681
|
}
|
|
1643
1682
|
}
|
|
1644
1683
|
|
|
1645
|
-
.skills-text-overflow{
|
|
1684
|
+
.skills-text-overflow {
|
|
1646
1685
|
text-overflow: ellipsis;
|
|
1647
1686
|
white-space: nowrap;
|
|
1648
1687
|
overflow: hidden;
|
|
@@ -1650,33 +1689,33 @@ body.evaluations {
|
|
|
1650
1689
|
@include transition(all 200ms ease);
|
|
1651
1690
|
}
|
|
1652
1691
|
|
|
1653
|
-
.skills-list-connaissance{
|
|
1692
|
+
.skills-list-connaissance {
|
|
1654
1693
|
margin: 10px 5px 0 45px;
|
|
1655
1694
|
cursor: pointer;
|
|
1656
1695
|
padding: 0 0 0 15px;
|
|
1657
1696
|
}
|
|
1658
1697
|
|
|
1659
|
-
.skills-list-proposition{
|
|
1698
|
+
.skills-list-proposition {
|
|
1660
1699
|
margin: 10px 5px 0 5px;
|
|
1661
1700
|
cursor: pointer;
|
|
1662
1701
|
padding: 0 0 0 5px;
|
|
1663
1702
|
}
|
|
1664
1703
|
|
|
1665
1704
|
.skills-list-proposition:hover {
|
|
1666
|
-
color: #
|
|
1705
|
+
color: #ff8500;
|
|
1667
1706
|
}
|
|
1668
1707
|
|
|
1669
|
-
.skills-checkbox{
|
|
1708
|
+
.skills-checkbox {
|
|
1670
1709
|
left: 30px;
|
|
1671
1710
|
position: absolute;
|
|
1672
1711
|
top: 9px;
|
|
1673
1712
|
}
|
|
1674
1713
|
|
|
1675
|
-
.skills-headers-checkbox{
|
|
1714
|
+
.skills-headers-checkbox {
|
|
1676
1715
|
left: 20px;
|
|
1677
1716
|
}
|
|
1678
1717
|
|
|
1679
|
-
.skill-connaissance-eye{
|
|
1718
|
+
.skill-connaissance-eye {
|
|
1680
1719
|
height: 100%;
|
|
1681
1720
|
display: inline-block;
|
|
1682
1721
|
position: absolute;
|
|
@@ -1684,19 +1723,19 @@ body.evaluations {
|
|
|
1684
1723
|
right: 0px;
|
|
1685
1724
|
color: $grey;
|
|
1686
1725
|
cursor: zoom-in;
|
|
1687
|
-
@include transition(all 200ms ease)
|
|
1726
|
+
@include transition(all 200ms ease);
|
|
1688
1727
|
&:before {
|
|
1689
1728
|
padding: 6px;
|
|
1690
1729
|
}
|
|
1691
|
-
&:hover{
|
|
1692
|
-
color: rgba(0,0,0,1);
|
|
1693
|
-
~ .skills-text-overflow{
|
|
1730
|
+
&:hover {
|
|
1731
|
+
color: rgba(0, 0, 0, 1);
|
|
1732
|
+
~ .skills-text-overflow {
|
|
1694
1733
|
white-space: normal;
|
|
1695
1734
|
}
|
|
1696
1735
|
}
|
|
1697
1736
|
}
|
|
1698
1737
|
|
|
1699
|
-
.skills-label{
|
|
1738
|
+
.skills-label {
|
|
1700
1739
|
height: 100%;
|
|
1701
1740
|
width: 100%;
|
|
1702
1741
|
display: inline-block;
|
|
@@ -1705,7 +1744,7 @@ body.evaluations {
|
|
|
1705
1744
|
/**
|
|
1706
1745
|
DIRECTIVE SKILLS COLOR PAGE
|
|
1707
1746
|
**/
|
|
1708
|
-
.skills-color-page{
|
|
1747
|
+
.skills-color-page {
|
|
1709
1748
|
list-style-type: none;
|
|
1710
1749
|
//float: right;
|
|
1711
1750
|
padding: 0;
|
|
@@ -1715,17 +1754,18 @@ body.evaluations {
|
|
|
1715
1754
|
//top: 68px !important;
|
|
1716
1755
|
//margin-top: 5px !important;
|
|
1717
1756
|
z-index: 10;
|
|
1718
|
-
li{
|
|
1757
|
+
li {
|
|
1719
1758
|
display: inline-block;
|
|
1720
1759
|
height: 34px;
|
|
1721
1760
|
width: 43px;
|
|
1722
1761
|
position: relative;
|
|
1723
|
-
> .rounded,
|
|
1762
|
+
> .rounded,
|
|
1763
|
+
> .rounded > .rounded {
|
|
1724
1764
|
position: absolute;
|
|
1725
1765
|
left: 0;
|
|
1726
|
-
top:0;
|
|
1766
|
+
top: 0;
|
|
1727
1767
|
border: none;
|
|
1728
|
-
box-shadow: 0 1px 1px rgba(0,0,0,0.4);
|
|
1768
|
+
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
|
|
1729
1769
|
}
|
|
1730
1770
|
}
|
|
1731
1771
|
|
|
@@ -1738,14 +1778,14 @@ body.evaluations {
|
|
|
1738
1778
|
}
|
|
1739
1779
|
}
|
|
1740
1780
|
.grey-skill-page {
|
|
1741
|
-
background-color: $grey!important;
|
|
1781
|
+
background-color: $grey !important;
|
|
1742
1782
|
}
|
|
1743
1783
|
|
|
1744
1784
|
.skills-color-column {
|
|
1745
1785
|
list-style-type: none;
|
|
1746
1786
|
padding: 0 0 0 9px !important;
|
|
1747
1787
|
margin: 0;
|
|
1748
|
-
li{
|
|
1788
|
+
li {
|
|
1749
1789
|
display: inline-block;
|
|
1750
1790
|
|
|
1751
1791
|
label.checkbox {
|
|
@@ -1761,7 +1801,7 @@ body.evaluations {
|
|
|
1761
1801
|
transform: scale(1.3);
|
|
1762
1802
|
box-shadow: 1px 2px 3px grey;
|
|
1763
1803
|
}
|
|
1764
|
-
.skills-eleve-list{
|
|
1804
|
+
.skills-eleve-list {
|
|
1765
1805
|
list-style-type: none;
|
|
1766
1806
|
padding: 0;
|
|
1767
1807
|
margin: 3px;
|
|
@@ -1771,9 +1811,9 @@ body.evaluations {
|
|
|
1771
1811
|
height: 20px;
|
|
1772
1812
|
}
|
|
1773
1813
|
}
|
|
1774
|
-
.devoir-icons-view{
|
|
1814
|
+
.devoir-icons-view {
|
|
1775
1815
|
text-align: center;
|
|
1776
|
-
.devoir-icons-element{
|
|
1816
|
+
.devoir-icons-element {
|
|
1777
1817
|
display: inline-block;
|
|
1778
1818
|
float: none;
|
|
1779
1819
|
transition: all 0.2s ease-in-out;
|
|
@@ -1783,13 +1823,14 @@ body.evaluations {
|
|
|
1783
1823
|
border-radius: 7px;
|
|
1784
1824
|
min-width: 280px;
|
|
1785
1825
|
max-width: 280px;
|
|
1786
|
-
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 1px 2px rgba(0,0,0,0.24);
|
|
1787
|
-
&:hover{
|
|
1788
|
-
box-shadow: 0 10px 20px rgba(0,0,0,0.19),
|
|
1826
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 1px 2px rgba(0, 0, 0, 0.24);
|
|
1827
|
+
&:hover {
|
|
1828
|
+
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
|
|
1829
|
+
0 6px 6px rgba(0, 0, 0, 0.23);
|
|
1789
1830
|
}
|
|
1790
1831
|
.devoir-icons-container {
|
|
1791
|
-
background: $white none repeat scroll 0 0
|
|
1792
|
-
border
|
|
1832
|
+
background: $white none repeat scroll 0 0;
|
|
1833
|
+
border: 1px solid transparent;
|
|
1793
1834
|
box-sizing: border-box;
|
|
1794
1835
|
display: block;
|
|
1795
1836
|
transition: all 0.2s ease-in-out;
|
|
@@ -1806,33 +1847,35 @@ body.evaluations {
|
|
|
1806
1847
|
}
|
|
1807
1848
|
}
|
|
1808
1849
|
}
|
|
1809
|
-
.devoir-icons-name{
|
|
1850
|
+
.devoir-icons-name {
|
|
1810
1851
|
font-weight: 300;
|
|
1811
1852
|
font-size: 20px;
|
|
1812
1853
|
}
|
|
1813
|
-
.devoir-icons-description{
|
|
1854
|
+
.devoir-icons-description {
|
|
1814
1855
|
padding-top: 16px;
|
|
1815
1856
|
padding-bottom: 16px;
|
|
1816
1857
|
min-height: 23px;
|
|
1817
1858
|
font-style: italic;
|
|
1818
1859
|
}
|
|
1819
|
-
.devoir-icons-checkbox{
|
|
1860
|
+
.devoir-icons-checkbox {
|
|
1820
1861
|
top: 15px;
|
|
1821
1862
|
position: absolute;
|
|
1822
1863
|
right: 10px;
|
|
1823
1864
|
z-index: 2;
|
|
1824
|
-
> footer{
|
|
1865
|
+
> footer {
|
|
1825
1866
|
font-weight: 500;
|
|
1826
|
-
> .devoir-icons-coef{
|
|
1867
|
+
> .devoir-icons-coef {
|
|
1827
1868
|
float: right;
|
|
1828
1869
|
}
|
|
1829
1870
|
}
|
|
1830
|
-
> header,
|
|
1871
|
+
> header,
|
|
1872
|
+
> footer {
|
|
1831
1873
|
display: block;
|
|
1832
1874
|
width: 100%;
|
|
1833
1875
|
min-height: 20px;
|
|
1834
1876
|
padding: 5px 0;
|
|
1835
|
-
> .devoir-icons-date,
|
|
1877
|
+
> .devoir-icons-date,
|
|
1878
|
+
> .devoir-icons-class {
|
|
1836
1879
|
float: left;
|
|
1837
1880
|
}
|
|
1838
1881
|
}
|
|
@@ -1840,14 +1883,14 @@ body.evaluations {
|
|
|
1840
1883
|
.releve-coef {
|
|
1841
1884
|
display: block;
|
|
1842
1885
|
}
|
|
1843
|
-
.nav-devoirs{
|
|
1886
|
+
.nav-devoirs {
|
|
1844
1887
|
//position: fixed !important;
|
|
1845
1888
|
width: 96% !important;
|
|
1846
1889
|
//height: 146px;
|
|
1847
1890
|
background-color: $lightest-grey;
|
|
1848
1891
|
z-index: 3;
|
|
1849
1892
|
//margin-bottom: 25px;
|
|
1850
|
-
top:0;
|
|
1893
|
+
top: 0;
|
|
1851
1894
|
button {
|
|
1852
1895
|
position: absolute;
|
|
1853
1896
|
bottom: 21px;
|
|
@@ -1855,15 +1898,15 @@ body.evaluations {
|
|
|
1855
1898
|
margin: 0;
|
|
1856
1899
|
}
|
|
1857
1900
|
}
|
|
1858
|
-
.button-devoir{
|
|
1901
|
+
.button-devoir {
|
|
1859
1902
|
margin-left: 0;
|
|
1860
1903
|
}
|
|
1861
|
-
.text-overflow{
|
|
1904
|
+
.text-overflow {
|
|
1862
1905
|
overflow: hidden;
|
|
1863
1906
|
white-space: nowrap;
|
|
1864
1907
|
text-overflow: ellipsis;
|
|
1865
1908
|
}
|
|
1866
|
-
.devoir-percent{
|
|
1909
|
+
.devoir-percent {
|
|
1867
1910
|
background-color: $cyan;
|
|
1868
1911
|
height: 3px;
|
|
1869
1912
|
display: block;
|
|
@@ -1871,29 +1914,29 @@ body.evaluations {
|
|
|
1871
1914
|
top: 0;
|
|
1872
1915
|
left: 0;
|
|
1873
1916
|
}
|
|
1874
|
-
.header-releve{
|
|
1875
|
-
nav{
|
|
1917
|
+
.header-releve {
|
|
1918
|
+
nav {
|
|
1876
1919
|
margin-right: 50px;
|
|
1877
|
-
.button{
|
|
1920
|
+
.button {
|
|
1878
1921
|
margin-left: 10px;
|
|
1879
1922
|
}
|
|
1880
1923
|
}
|
|
1881
1924
|
}
|
|
1882
|
-
.releve-header-content{
|
|
1925
|
+
.releve-header-content {
|
|
1883
1926
|
width: 95%;
|
|
1884
1927
|
padding-left: 0;
|
|
1885
1928
|
margin-left: 0;
|
|
1886
1929
|
left: 0;
|
|
1887
1930
|
}
|
|
1888
|
-
.nav-buttons{
|
|
1931
|
+
.nav-buttons {
|
|
1889
1932
|
width: 100%;
|
|
1890
|
-
> button{
|
|
1933
|
+
> button {
|
|
1891
1934
|
width: 100%;
|
|
1892
1935
|
top: 20px;
|
|
1893
1936
|
}
|
|
1894
1937
|
}
|
|
1895
|
-
.header-notes{
|
|
1896
|
-
> h2{
|
|
1938
|
+
.header-notes {
|
|
1939
|
+
> h2 {
|
|
1897
1940
|
text-align: left;
|
|
1898
1941
|
margin: 0;
|
|
1899
1942
|
display: block;
|
|
@@ -1906,11 +1949,11 @@ body.evaluations {
|
|
|
1906
1949
|
display: inline-block;
|
|
1907
1950
|
margin-left: 15px;
|
|
1908
1951
|
margin-top: 30px;
|
|
1909
|
-
> h1{
|
|
1952
|
+
> h1 {
|
|
1910
1953
|
font-size: 25px;
|
|
1911
1954
|
}
|
|
1912
1955
|
}
|
|
1913
|
-
.switch-view-buttons{
|
|
1956
|
+
.switch-view-buttons {
|
|
1914
1957
|
position: absolute !important;
|
|
1915
1958
|
bottom: 20px;
|
|
1916
1959
|
right: 1%;
|
|
@@ -1923,27 +1966,27 @@ body.evaluations {
|
|
|
1923
1966
|
//.list-devoirs{
|
|
1924
1967
|
// margin-top: 60px;
|
|
1925
1968
|
//}
|
|
1926
|
-
.notes-help{
|
|
1969
|
+
.notes-help {
|
|
1927
1970
|
.legend {
|
|
1928
1971
|
.rounded {
|
|
1929
1972
|
position: absolute;
|
|
1930
1973
|
left: -15px;
|
|
1931
1974
|
}
|
|
1932
|
-
> ul{
|
|
1975
|
+
> ul {
|
|
1933
1976
|
list-style-type: none;
|
|
1934
1977
|
margin: 0;
|
|
1935
|
-
> li{
|
|
1978
|
+
> li {
|
|
1936
1979
|
position: relative;
|
|
1937
1980
|
text-indent: 15px;
|
|
1938
1981
|
margin: 15px;
|
|
1939
|
-
> .rounded{
|
|
1982
|
+
> .rounded {
|
|
1940
1983
|
position: absolute;
|
|
1941
1984
|
left: -15px;
|
|
1942
|
-
text-align: center!important;
|
|
1985
|
+
text-align: center !important;
|
|
1943
1986
|
text-indent: 0px !important;
|
|
1944
|
-
&::before{
|
|
1987
|
+
&::before {
|
|
1945
1988
|
/*content: counter(step-counter)".";*/
|
|
1946
|
-
content
|
|
1989
|
+
content: " ";
|
|
1947
1990
|
font-weight: 400;
|
|
1948
1991
|
color: #444;
|
|
1949
1992
|
opacity: 0.8;
|
|
@@ -1956,10 +1999,10 @@ body.evaluations {
|
|
|
1956
1999
|
}
|
|
1957
2000
|
}
|
|
1958
2001
|
|
|
1959
|
-
> .eleven{
|
|
2002
|
+
> .eleven {
|
|
1960
2003
|
margin-left: 4%;
|
|
1961
|
-
> h4{
|
|
1962
|
-
border-bottom: solid 1px rgba(0,0,0,0.15);
|
|
2004
|
+
> h4 {
|
|
2005
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.15);
|
|
1963
2006
|
font-weight: 400;
|
|
1964
2007
|
text-indent: 15px;
|
|
1965
2008
|
}
|
|
@@ -1976,12 +2019,11 @@ body.evaluations {
|
|
|
1976
2019
|
text-align-last: right;
|
|
1977
2020
|
padding-right: 10px;
|
|
1978
2021
|
padding-top: 10px;
|
|
1979
|
-
|
|
1980
2022
|
}
|
|
1981
2023
|
}
|
|
1982
2024
|
|
|
1983
2025
|
.listRemplacementsTable {
|
|
1984
|
-
margin:auto;
|
|
2026
|
+
margin: auto;
|
|
1985
2027
|
}
|
|
1986
2028
|
}
|
|
1987
2029
|
}
|
|
@@ -2010,8 +2052,7 @@ body.evaluations {
|
|
|
2010
2052
|
}
|
|
2011
2053
|
}
|
|
2012
2054
|
|
|
2013
|
-
|
|
2014
|
-
.addDevoirTable{
|
|
2055
|
+
.addDevoirTable {
|
|
2015
2056
|
padding: 15px 40px;
|
|
2016
2057
|
|
|
2017
2058
|
.addDevoirTable__libelle {
|
|
@@ -2020,21 +2061,19 @@ body.evaluations {
|
|
|
2020
2061
|
padding-right: 10px;
|
|
2021
2062
|
padding-top: 10px;
|
|
2022
2063
|
}
|
|
2023
|
-
|
|
2024
2064
|
}
|
|
2025
|
-
|
|
2026
2065
|
}
|
|
2027
2066
|
|
|
2028
|
-
.button-add-devoir{
|
|
2067
|
+
.button-add-devoir {
|
|
2029
2068
|
margin-left: 10px !important;
|
|
2030
2069
|
height: auto !important;
|
|
2031
2070
|
}
|
|
2032
|
-
.button-evaluation-devoir{
|
|
2033
|
-
flex:auto;
|
|
2071
|
+
.button-evaluation-devoir {
|
|
2072
|
+
flex: auto;
|
|
2034
2073
|
padding: 8px 0px 10px !important;
|
|
2035
2074
|
z-index: 11 !important;
|
|
2036
2075
|
}
|
|
2037
|
-
.div-buttons-evaluation-devoir{
|
|
2076
|
+
.div-buttons-evaluation-devoir {
|
|
2038
2077
|
display: flex;
|
|
2039
2078
|
width: 18%;
|
|
2040
2079
|
right: -20px;
|
|
@@ -2087,36 +2126,36 @@ body.evaluations {
|
|
|
2087
2126
|
border-radius: 10%;
|
|
2088
2127
|
}
|
|
2089
2128
|
|
|
2090
|
-
.columns-popup-items{
|
|
2129
|
+
.columns-popup-items {
|
|
2091
2130
|
margin: 10px;
|
|
2092
2131
|
}
|
|
2093
2132
|
|
|
2094
|
-
.checkbox-grid{
|
|
2133
|
+
.checkbox-grid {
|
|
2095
2134
|
display: grid;
|
|
2096
2135
|
}
|
|
2097
|
-
.nbr-Cartouche{
|
|
2136
|
+
.nbr-Cartouche {
|
|
2098
2137
|
margin-left: 3%;
|
|
2099
2138
|
text-align: center;
|
|
2100
2139
|
padding: 3px;
|
|
2101
2140
|
}
|
|
2102
|
-
.option-eleve{
|
|
2141
|
+
.option-eleve {
|
|
2103
2142
|
padding-top: 3px;
|
|
2104
|
-
> span{
|
|
2143
|
+
> span {
|
|
2105
2144
|
margin-top: auto;
|
|
2106
2145
|
margin-left: 2%;
|
|
2107
2146
|
position: absolute;
|
|
2108
2147
|
margin-bottom: auto;
|
|
2109
2148
|
}
|
|
2110
2149
|
}
|
|
2111
|
-
.additional-options{
|
|
2150
|
+
.additional-options {
|
|
2112
2151
|
border-left: 2px solid;
|
|
2113
2152
|
margin-left: 4%;
|
|
2114
2153
|
margin-top: 3%;
|
|
2115
2154
|
padding: 1.5%;
|
|
2116
2155
|
animation-duration: 1s;
|
|
2117
2156
|
background-image: linear-gradient(to right, #f2f2f2, #fff);
|
|
2118
|
-
>div{
|
|
2119
|
-
margin:6px;
|
|
2157
|
+
> div {
|
|
2158
|
+
margin: 6px;
|
|
2120
2159
|
}
|
|
2121
2160
|
//animation-name: slidein;
|
|
2122
2161
|
}
|
|
@@ -2130,13 +2169,13 @@ body.evaluations {
|
|
|
2130
2169
|
font-size: 100%;
|
|
2131
2170
|
}
|
|
2132
2171
|
}
|
|
2133
|
-
.solid-bottom{
|
|
2172
|
+
.solid-bottom {
|
|
2134
2173
|
border-bottom: solid 2px black;
|
|
2135
2174
|
}
|
|
2136
2175
|
|
|
2137
2176
|
.button-edit-devoir-not-fixed {
|
|
2138
2177
|
margin-top: -18px !important;
|
|
2139
|
-
flex:auto;
|
|
2178
|
+
flex: auto;
|
|
2140
2179
|
padding: 8px 0px 10px !important;
|
|
2141
2180
|
}
|
|
2142
2181
|
|
|
@@ -2157,7 +2196,7 @@ body.evaluations {
|
|
|
2157
2196
|
display: inline-block;
|
|
2158
2197
|
}
|
|
2159
2198
|
|
|
2160
|
-
.devoir-skills-list{
|
|
2199
|
+
.devoir-skills-list {
|
|
2161
2200
|
padding: 0;
|
|
2162
2201
|
list-style-type: none;
|
|
2163
2202
|
|
|
@@ -2166,11 +2205,11 @@ body.evaluations {
|
|
|
2166
2205
|
}
|
|
2167
2206
|
}
|
|
2168
2207
|
//Relevé périodique lightbox par élève Acquis scolaire, suivi élève, historique
|
|
2169
|
-
.acquis_scolaire{
|
|
2170
|
-
span{
|
|
2208
|
+
.acquis_scolaire {
|
|
2209
|
+
span {
|
|
2171
2210
|
font-size: 14px;
|
|
2172
2211
|
}
|
|
2173
|
-
.moyenne_pos{
|
|
2212
|
+
.moyenne_pos {
|
|
2174
2213
|
margin-left: 20px;
|
|
2175
2214
|
}
|
|
2176
2215
|
}
|
|
@@ -2200,17 +2239,17 @@ body.evaluations {
|
|
|
2200
2239
|
|
|
2201
2240
|
.header {
|
|
2202
2241
|
h2 {
|
|
2203
|
-
color
|
|
2242
|
+
color: $grey;
|
|
2204
2243
|
margin-top: 0;
|
|
2205
2244
|
}
|
|
2206
2245
|
}
|
|
2207
2246
|
}
|
|
2208
2247
|
|
|
2209
|
-
.criterion-fixed{
|
|
2248
|
+
.criterion-fixed {
|
|
2210
2249
|
position: fixed !important;
|
|
2211
2250
|
top: 144px !important;
|
|
2212
2251
|
}
|
|
2213
|
-
.fixed-container{
|
|
2252
|
+
.fixed-container {
|
|
2214
2253
|
left: 17.66% !important;
|
|
2215
2254
|
}
|
|
2216
2255
|
.devoir-with-comp {
|
|
@@ -2222,80 +2261,80 @@ body.evaluations {
|
|
|
2222
2261
|
padding: 0 10px;
|
|
2223
2262
|
}
|
|
2224
2263
|
|
|
2225
|
-
i.show-chart{
|
|
2264
|
+
i.show-chart {
|
|
2226
2265
|
@include fonticon;
|
|
2227
2266
|
font-size: 24px;
|
|
2228
2267
|
opacity: 0.2;
|
|
2229
2268
|
|
|
2230
|
-
&::after{
|
|
2231
|
-
content:"\e810";
|
|
2269
|
+
&::after {
|
|
2270
|
+
content: "\e810";
|
|
2232
2271
|
}
|
|
2233
2272
|
|
|
2234
|
-
&.selected{
|
|
2273
|
+
&.selected {
|
|
2235
2274
|
opacity: 0.6;
|
|
2236
2275
|
}
|
|
2237
2276
|
}
|
|
2238
2277
|
|
|
2239
|
-
i.show-cards{
|
|
2278
|
+
i.show-cards {
|
|
2240
2279
|
@include fonticon;
|
|
2241
2280
|
opacity: 0.2;
|
|
2242
2281
|
|
|
2243
|
-
&::after{
|
|
2244
|
-
content:"\e837";
|
|
2282
|
+
&::after {
|
|
2283
|
+
content: "\e837";
|
|
2245
2284
|
}
|
|
2246
2285
|
|
|
2247
|
-
&.selected{
|
|
2286
|
+
&.selected {
|
|
2248
2287
|
opacity: 0.6;
|
|
2249
2288
|
}
|
|
2250
2289
|
}
|
|
2251
2290
|
|
|
2252
|
-
i.show-suivi-eleve{
|
|
2291
|
+
i.show-suivi-eleve {
|
|
2253
2292
|
@include fonticon;
|
|
2254
2293
|
font-size: 24px;
|
|
2255
2294
|
opacity: 0.2;
|
|
2256
2295
|
|
|
2257
|
-
&::after{
|
|
2258
|
-
content:"\e824";
|
|
2296
|
+
&::after {
|
|
2297
|
+
content: "\e824";
|
|
2259
2298
|
}
|
|
2260
2299
|
|
|
2261
|
-
&.selected{
|
|
2300
|
+
&.selected {
|
|
2262
2301
|
opacity: 0.6;
|
|
2263
2302
|
}
|
|
2264
2303
|
}
|
|
2265
2304
|
|
|
2266
|
-
i.show-bilan-eleve{
|
|
2305
|
+
i.show-bilan-eleve {
|
|
2267
2306
|
@include fonticon;
|
|
2268
2307
|
font-size: 24px;
|
|
2269
2308
|
opacity: 0.2;
|
|
2270
2309
|
|
|
2271
|
-
&::after{
|
|
2272
|
-
content:"\e8b8";
|
|
2310
|
+
&::after {
|
|
2311
|
+
content: "\e8b8";
|
|
2273
2312
|
}
|
|
2274
2313
|
|
|
2275
|
-
&.selected{
|
|
2314
|
+
&.selected {
|
|
2276
2315
|
opacity: 0.6;
|
|
2277
2316
|
}
|
|
2278
2317
|
}
|
|
2279
2318
|
|
|
2280
|
-
i.show-bilan-fin-cycle{
|
|
2319
|
+
i.show-bilan-fin-cycle {
|
|
2281
2320
|
@include fonticon;
|
|
2282
2321
|
font-size: 24px;
|
|
2283
2322
|
opacity: 0.2;
|
|
2284
2323
|
|
|
2285
|
-
&::after{
|
|
2286
|
-
content:"\e8b3";
|
|
2324
|
+
&::after {
|
|
2325
|
+
content: "\e8b3";
|
|
2287
2326
|
}
|
|
2288
2327
|
|
|
2289
|
-
&.selected{
|
|
2328
|
+
&.selected {
|
|
2290
2329
|
opacity: 0.6;
|
|
2291
2330
|
}
|
|
2292
2331
|
}
|
|
2293
2332
|
|
|
2294
|
-
i.icon-back{
|
|
2333
|
+
i.icon-back {
|
|
2295
2334
|
@include fonticon;
|
|
2296
2335
|
|
|
2297
|
-
&::after{
|
|
2298
|
-
content:"\e84c";
|
|
2336
|
+
&::after {
|
|
2337
|
+
content: "\e84c";
|
|
2299
2338
|
}
|
|
2300
2339
|
|
|
2301
2340
|
margin-right: 15px;
|
|
@@ -2305,7 +2344,7 @@ body.evaluations {
|
|
|
2305
2344
|
@include fonticon;
|
|
2306
2345
|
|
|
2307
2346
|
&::after {
|
|
2308
|
-
content
|
|
2347
|
+
content: "\e817";
|
|
2309
2348
|
}
|
|
2310
2349
|
}
|
|
2311
2350
|
|
|
@@ -2313,7 +2352,7 @@ body.evaluations {
|
|
|
2313
2352
|
@include fonticon;
|
|
2314
2353
|
|
|
2315
2354
|
&::after {
|
|
2316
|
-
content
|
|
2355
|
+
content: "\e874";
|
|
2317
2356
|
}
|
|
2318
2357
|
}
|
|
2319
2358
|
|
|
@@ -2343,7 +2382,7 @@ body.evaluations {
|
|
|
2343
2382
|
}
|
|
2344
2383
|
|
|
2345
2384
|
.show-appreciation {
|
|
2346
|
-
height:2em;
|
|
2385
|
+
height: 2em;
|
|
2347
2386
|
}
|
|
2348
2387
|
|
|
2349
2388
|
.hide-appreciation {
|
|
@@ -2378,7 +2417,7 @@ body.evaluations {
|
|
|
2378
2417
|
}
|
|
2379
2418
|
}
|
|
2380
2419
|
}
|
|
2381
|
-
.clear-none{
|
|
2420
|
+
.clear-none {
|
|
2382
2421
|
clear: none !important;
|
|
2383
2422
|
}
|
|
2384
2423
|
|
|
@@ -2386,7 +2425,7 @@ body.evaluations {
|
|
|
2386
2425
|
margin: 0 auto;
|
|
2387
2426
|
padding: 0 15px;
|
|
2388
2427
|
box-sizing: border-box;
|
|
2389
|
-
overflow
|
|
2428
|
+
overflow: hidden;
|
|
2390
2429
|
|
|
2391
2430
|
.suivi-eleve-ctl {
|
|
2392
2431
|
background-color: $white;
|
|
@@ -2405,23 +2444,23 @@ body.evaluations {
|
|
|
2405
2444
|
width: 200%;
|
|
2406
2445
|
}
|
|
2407
2446
|
|
|
2408
|
-
i.show-chart{
|
|
2447
|
+
i.show-chart {
|
|
2409
2448
|
margin-right: 15px;
|
|
2410
2449
|
}
|
|
2411
2450
|
|
|
2412
|
-
i.show-suivi-eleve{
|
|
2451
|
+
i.show-suivi-eleve {
|
|
2413
2452
|
margin-right: 15px;
|
|
2414
2453
|
}
|
|
2415
2454
|
|
|
2416
|
-
i.show-bilan-eleve{
|
|
2455
|
+
i.show-bilan-eleve {
|
|
2417
2456
|
margin-right: 15px;
|
|
2418
2457
|
}
|
|
2419
2458
|
|
|
2420
|
-
i.show-bilan-fin-cycle{
|
|
2459
|
+
i.show-bilan-fin-cycle {
|
|
2421
2460
|
margin-right: 15px;
|
|
2422
2461
|
}
|
|
2423
2462
|
|
|
2424
|
-
i.icon-back{
|
|
2463
|
+
i.icon-back {
|
|
2425
2464
|
font-size: 24px;
|
|
2426
2465
|
}
|
|
2427
2466
|
|
|
@@ -2429,28 +2468,29 @@ body.evaluations {
|
|
|
2429
2468
|
@include fonticon;
|
|
2430
2469
|
|
|
2431
2470
|
&::before {
|
|
2432
|
-
content
|
|
2471
|
+
content: "\e8be";
|
|
2433
2472
|
}
|
|
2434
2473
|
}
|
|
2435
2474
|
|
|
2436
|
-
.suivi-eleve,
|
|
2475
|
+
.suivi-eleve,
|
|
2476
|
+
.detail-competence {
|
|
2437
2477
|
float: left;
|
|
2438
2478
|
}
|
|
2439
2479
|
|
|
2440
2480
|
.classe-view {
|
|
2441
|
-
.border-green{
|
|
2481
|
+
.border-green {
|
|
2442
2482
|
border: solid 3px $green;
|
|
2443
2483
|
}
|
|
2444
|
-
.border-yellow{
|
|
2484
|
+
.border-yellow {
|
|
2445
2485
|
border: solid 3px $yellow;
|
|
2446
2486
|
}
|
|
2447
|
-
.border-orange{
|
|
2487
|
+
.border-orange {
|
|
2448
2488
|
border: solid 3px $orange;
|
|
2449
2489
|
}
|
|
2450
|
-
.border-red{
|
|
2490
|
+
.border-red {
|
|
2451
2491
|
border: solid 3px $red;
|
|
2452
2492
|
}
|
|
2453
|
-
.border-grey{
|
|
2493
|
+
.border-grey {
|
|
2454
2494
|
border: solid 3px $grey;
|
|
2455
2495
|
}
|
|
2456
2496
|
|
|
@@ -2460,7 +2500,8 @@ body.evaluations {
|
|
|
2460
2500
|
transition: all 0.2s ease-in-out;
|
|
2461
2501
|
|
|
2462
2502
|
&:hover {
|
|
2463
|
-
box-shadow: 0 10px 20px rgba(0,0,0,0.19),
|
|
2503
|
+
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
|
|
2504
|
+
0 6px 6px rgba(0, 0, 0, 0.23);
|
|
2464
2505
|
}
|
|
2465
2506
|
.bottom {
|
|
2466
2507
|
padding: 0px 10px 85% 10px;
|
|
@@ -2512,7 +2553,7 @@ body.evaluations {
|
|
|
2512
2553
|
.domaine-display {
|
|
2513
2554
|
padding: 2px 0 !important;
|
|
2514
2555
|
font-weight: bold;
|
|
2515
|
-
button{
|
|
2556
|
+
button {
|
|
2516
2557
|
padding: 0px 4px !important;
|
|
2517
2558
|
font-size: 11px !important;
|
|
2518
2559
|
text-transform: none !important;
|
|
@@ -2524,10 +2565,9 @@ body.evaluations {
|
|
|
2524
2565
|
margin-top: 20px !important;
|
|
2525
2566
|
}
|
|
2526
2567
|
|
|
2527
|
-
.domaine-line{
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
content: ' ';
|
|
2568
|
+
.domaine-line {
|
|
2569
|
+
&::after {
|
|
2570
|
+
content: " ";
|
|
2531
2571
|
display: block;
|
|
2532
2572
|
clear: both;
|
|
2533
2573
|
}
|
|
@@ -2536,7 +2576,6 @@ body.evaluations {
|
|
|
2536
2576
|
}
|
|
2537
2577
|
|
|
2538
2578
|
.detail-competence {
|
|
2539
|
-
|
|
2540
2579
|
.addDevoirTable__libelle {
|
|
2541
2580
|
padding-right: 2px;
|
|
2542
2581
|
}
|
|
@@ -2548,7 +2587,8 @@ body.evaluations {
|
|
|
2548
2587
|
.detail {
|
|
2549
2588
|
width: 100%;
|
|
2550
2589
|
overflow: auto;
|
|
2551
|
-
&.table-view,
|
|
2590
|
+
&.table-view,
|
|
2591
|
+
&.graph-view {
|
|
2552
2592
|
table {
|
|
2553
2593
|
margin: 50px auto;
|
|
2554
2594
|
}
|
|
@@ -2560,7 +2600,6 @@ body.evaluations {
|
|
|
2560
2600
|
|
|
2561
2601
|
&.graph-view {
|
|
2562
2602
|
table {
|
|
2563
|
-
|
|
2564
2603
|
tr {
|
|
2565
2604
|
border-top: solid 1px transparent;
|
|
2566
2605
|
|
|
@@ -2597,7 +2636,7 @@ body.evaluations {
|
|
|
2597
2636
|
margin: 0 10px;
|
|
2598
2637
|
vertical-align: top;
|
|
2599
2638
|
|
|
2600
|
-
.rounded{
|
|
2639
|
+
.rounded {
|
|
2601
2640
|
opacity: 0.45;
|
|
2602
2641
|
&.selected {
|
|
2603
2642
|
opacity: 1;
|
|
@@ -2606,16 +2645,14 @@ body.evaluations {
|
|
|
2606
2645
|
}
|
|
2607
2646
|
}
|
|
2608
2647
|
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
padding-top:8px;
|
|
2648
|
+
.indent-eight {
|
|
2649
|
+
padding-top: 8px;
|
|
2612
2650
|
}
|
|
2613
2651
|
|
|
2614
|
-
.graphe-widget{
|
|
2615
|
-
height:240px !important;
|
|
2616
|
-
|
|
2652
|
+
.graphe-widget {
|
|
2653
|
+
height: 240px !important;
|
|
2617
2654
|
}
|
|
2618
|
-
.RechercheAcceuil{
|
|
2655
|
+
.RechercheAcceuil {
|
|
2619
2656
|
margin-left: 60px !important;
|
|
2620
2657
|
}
|
|
2621
2658
|
|
|
@@ -2630,29 +2667,25 @@ body.evaluations {
|
|
|
2630
2667
|
width: 100%;
|
|
2631
2668
|
}
|
|
2632
2669
|
|
|
2633
|
-
.RechercheSuiviEleve{
|
|
2670
|
+
.RechercheSuiviEleve {
|
|
2634
2671
|
margin-left: 8.3% !important;
|
|
2635
2672
|
width: 83.5%;
|
|
2636
|
-
|
|
2637
2673
|
}
|
|
2638
|
-
.detail{
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
margin-left: 8.5%!important;
|
|
2674
|
+
.detail {
|
|
2675
|
+
.info {
|
|
2676
|
+
margin-left: 8.5% !important;
|
|
2642
2677
|
}
|
|
2643
|
-
|
|
2644
2678
|
}
|
|
2645
|
-
.headerAccueil{
|
|
2679
|
+
.headerAccueil {
|
|
2646
2680
|
margin-left: 4%;
|
|
2647
2681
|
}
|
|
2648
|
-
.marginNiveau{
|
|
2649
|
-
margin-left
|
|
2650
|
-
margin-right
|
|
2682
|
+
.marginNiveau {
|
|
2683
|
+
margin-left: 50%;
|
|
2684
|
+
margin-right: 25%;
|
|
2651
2685
|
}
|
|
2652
|
-
.openedSectionDom{
|
|
2686
|
+
.openedSectionDom {
|
|
2653
2687
|
height: 0 !important;
|
|
2654
|
-
overflow: hidden!important;
|
|
2655
|
-
|
|
2688
|
+
overflow: hidden !important;
|
|
2656
2689
|
}
|
|
2657
2690
|
|
|
2658
2691
|
.chevron {
|
|
@@ -2674,8 +2707,8 @@ body.evaluations {
|
|
|
2674
2707
|
}
|
|
2675
2708
|
}
|
|
2676
2709
|
|
|
2677
|
-
.rounded{
|
|
2678
|
-
&.filterSpan{
|
|
2710
|
+
.rounded {
|
|
2711
|
+
&.filterSpan {
|
|
2679
2712
|
opacity: 0.45;
|
|
2680
2713
|
&.selectedFilterGrey {
|
|
2681
2714
|
opacity: 1;
|
|
@@ -2683,36 +2716,35 @@ body.evaluations {
|
|
|
2683
2716
|
}
|
|
2684
2717
|
}
|
|
2685
2718
|
|
|
2686
|
-
|
|
2687
|
-
.chartSuiviEleve{
|
|
2719
|
+
.chartSuiviEleve {
|
|
2688
2720
|
//width : 90% !important;
|
|
2689
2721
|
//height: 90% !important;
|
|
2690
2722
|
margin: 2%;
|
|
2691
2723
|
}
|
|
2692
2724
|
|
|
2693
|
-
.switchToView{
|
|
2725
|
+
.switchToView {
|
|
2694
2726
|
margin-left: 6%;
|
|
2695
2727
|
color: #4bafd5;
|
|
2696
2728
|
}
|
|
2697
2729
|
|
|
2698
|
-
.buttonEvalPopupDelete{
|
|
2730
|
+
.buttonEvalPopupDelete {
|
|
2699
2731
|
margin-bottom: 25px;
|
|
2700
2732
|
margin-left: 10px;
|
|
2701
2733
|
float: right;
|
|
2702
2734
|
}
|
|
2703
2735
|
|
|
2704
|
-
.buttonEvalPopupConfirm{
|
|
2736
|
+
.buttonEvalPopupConfirm {
|
|
2705
2737
|
margin-bottom: 25px;
|
|
2706
2738
|
margin-right: 10px;
|
|
2707
2739
|
float: right;
|
|
2708
2740
|
background-color: silver;
|
|
2709
2741
|
}
|
|
2710
2742
|
|
|
2711
|
-
.lightBoxEval{
|
|
2743
|
+
.lightBoxEval {
|
|
2712
2744
|
width: 100%;
|
|
2713
2745
|
}
|
|
2714
2746
|
|
|
2715
|
-
.paddingTwenty{
|
|
2747
|
+
.paddingTwenty {
|
|
2716
2748
|
padding: 20px;
|
|
2717
2749
|
}
|
|
2718
2750
|
|
|
@@ -2724,7 +2756,7 @@ body.evaluations {
|
|
|
2724
2756
|
li {
|
|
2725
2757
|
height: 50px;
|
|
2726
2758
|
|
|
2727
|
-
div{
|
|
2759
|
+
div {
|
|
2728
2760
|
vertical-align: top;
|
|
2729
2761
|
height: 100%;
|
|
2730
2762
|
position: relative;
|
|
@@ -2734,7 +2766,7 @@ body.evaluations {
|
|
|
2734
2766
|
text-align: right;
|
|
2735
2767
|
}
|
|
2736
2768
|
|
|
2737
|
-
.maxval{
|
|
2769
|
+
.maxval {
|
|
2738
2770
|
position: absolute;
|
|
2739
2771
|
top: -10px;
|
|
2740
2772
|
right: 10px;
|
|
@@ -2755,7 +2787,7 @@ body.evaluations {
|
|
|
2755
2787
|
}
|
|
2756
2788
|
}
|
|
2757
2789
|
|
|
2758
|
-
.legend-line{
|
|
2790
|
+
.legend-line {
|
|
2759
2791
|
position: relative;
|
|
2760
2792
|
|
|
2761
2793
|
.tick {
|
|
@@ -2767,35 +2799,35 @@ body.evaluations {
|
|
|
2767
2799
|
z-index: 10;
|
|
2768
2800
|
background-color: $black;
|
|
2769
2801
|
|
|
2770
|
-
&.first-tick{
|
|
2802
|
+
&.first-tick {
|
|
2771
2803
|
top: 0;
|
|
2772
2804
|
}
|
|
2773
2805
|
}
|
|
2774
2806
|
|
|
2775
|
-
&::before{
|
|
2776
|
-
content:
|
|
2807
|
+
&::before {
|
|
2808
|
+
content: " ";
|
|
2777
2809
|
width: 3px;
|
|
2778
2810
|
height: 100%;
|
|
2779
2811
|
display: block;
|
|
2780
2812
|
}
|
|
2781
2813
|
|
|
2782
|
-
&.green{
|
|
2783
|
-
&:before{
|
|
2814
|
+
&.green {
|
|
2815
|
+
&:before {
|
|
2784
2816
|
background-color: $green;
|
|
2785
2817
|
}
|
|
2786
2818
|
}
|
|
2787
|
-
&.orange{
|
|
2788
|
-
&:before{
|
|
2819
|
+
&.orange {
|
|
2820
|
+
&:before {
|
|
2789
2821
|
background-color: $orange;
|
|
2790
2822
|
}
|
|
2791
2823
|
}
|
|
2792
|
-
&.yellow{
|
|
2793
|
-
&:before{
|
|
2824
|
+
&.yellow {
|
|
2825
|
+
&:before {
|
|
2794
2826
|
background-color: $yellow;
|
|
2795
2827
|
}
|
|
2796
2828
|
}
|
|
2797
|
-
&.red{
|
|
2798
|
-
&:before{
|
|
2829
|
+
&.red {
|
|
2830
|
+
&:before {
|
|
2799
2831
|
background-color: $red;
|
|
2800
2832
|
}
|
|
2801
2833
|
}
|
|
@@ -2804,7 +2836,7 @@ body.evaluations {
|
|
|
2804
2836
|
|
|
2805
2837
|
//Enseignement de complément et bfc barème brevet
|
|
2806
2838
|
|
|
2807
|
-
.bareme-brevet{
|
|
2839
|
+
.bareme-brevet {
|
|
2808
2840
|
font-size: 1.2em;
|
|
2809
2841
|
font-weight: bold;
|
|
2810
2842
|
line-height: 2.3em;
|
|
@@ -2818,10 +2850,10 @@ body.evaluations {
|
|
|
2818
2850
|
}
|
|
2819
2851
|
|
|
2820
2852
|
label.select-evaluation {
|
|
2821
|
-
margin: 0!important;
|
|
2853
|
+
margin: 0 !important;
|
|
2822
2854
|
}
|
|
2823
2855
|
|
|
2824
|
-
i.cross-annotation{
|
|
2856
|
+
i.cross-annotation {
|
|
2825
2857
|
padding-left: 5px;
|
|
2826
2858
|
line-height: 34px;
|
|
2827
2859
|
}
|
|
@@ -2832,7 +2864,8 @@ body.evaluations {
|
|
|
2832
2864
|
.filter-domaine {
|
|
2833
2865
|
margin: 0 0 0 5% !important;
|
|
2834
2866
|
width: 95% !important;
|
|
2835
|
-
.drop-down-block
|
|
2867
|
+
.drop-down-block,
|
|
2868
|
+
.drop-down-block .drop-down-label {
|
|
2836
2869
|
margin-bottom: 0px;
|
|
2837
2870
|
}
|
|
2838
2871
|
.checkbox-domaine {
|
|
@@ -2849,7 +2882,6 @@ body.evaluations {
|
|
|
2849
2882
|
|
|
2850
2883
|
//EXPORT LSU
|
|
2851
2884
|
.lsu {
|
|
2852
|
-
|
|
2853
2885
|
.filtre {
|
|
2854
2886
|
position: relative;
|
|
2855
2887
|
height: 25px;
|
|
@@ -2881,7 +2913,6 @@ body.evaluations {
|
|
|
2881
2913
|
margin-bottom: 4px;
|
|
2882
2914
|
margin-top: 4px;
|
|
2883
2915
|
line-height: 20px;
|
|
2884
|
-
|
|
2885
2916
|
}
|
|
2886
2917
|
|
|
2887
2918
|
.selectable-list li {
|
|
@@ -2932,29 +2963,29 @@ body.evaluations {
|
|
|
2932
2963
|
text-align: center !important;
|
|
2933
2964
|
opacity: 0.8 !important;
|
|
2934
2965
|
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2966
|
+
img {
|
|
2967
|
+
height: 100px;
|
|
2968
|
+
width: 100px;
|
|
2969
|
+
object-fit: cover;
|
|
2970
|
+
border-radius: 50% !important;
|
|
2971
|
+
border: 1px solid $medium-grey !important;
|
|
2972
|
+
}
|
|
2942
2973
|
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2974
|
+
span {
|
|
2975
|
+
color: $grey !important;
|
|
2976
|
+
font-weight: bold !important;
|
|
2977
|
+
text-align: center !important;
|
|
2978
|
+
}
|
|
2948
2979
|
}
|
|
2949
2980
|
|
|
2950
2981
|
.big-round-avatar {
|
|
2951
2982
|
height: 240px !important;
|
|
2952
2983
|
width: 200px !important;
|
|
2953
2984
|
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2985
|
+
img {
|
|
2986
|
+
height: 200px !important;
|
|
2987
|
+
width: 200px !important;
|
|
2988
|
+
}
|
|
2958
2989
|
}
|
|
2959
2990
|
|
|
2960
2991
|
.alignTablewithOtherWidget {
|
|
@@ -2981,7 +3012,7 @@ body.evaluations {
|
|
|
2981
3012
|
.rounded {
|
|
2982
3013
|
vertical-align: text-bottom !important;
|
|
2983
3014
|
}
|
|
2984
|
-
.content-box-accueil--table--content
|
|
3015
|
+
.content-box-accueil--table--content > .row {
|
|
2985
3016
|
padding: 12px 0 !important;
|
|
2986
3017
|
}
|
|
2987
3018
|
@media screen and (max-device-width: $tablette) {
|
|
@@ -2993,10 +3024,10 @@ body.evaluations {
|
|
|
2993
3024
|
}
|
|
2994
3025
|
}
|
|
2995
3026
|
.shadowOne {
|
|
2996
|
-
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35)!important;
|
|
3027
|
+
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35) !important;
|
|
2997
3028
|
}
|
|
2998
3029
|
.shadowTwo {
|
|
2999
|
-
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.35)!important;
|
|
3030
|
+
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35) !important;
|
|
3000
3031
|
}
|
|
3001
3032
|
.content-box-accueil--table--content {
|
|
3002
3033
|
overflow-y: hidden !important;
|
|
@@ -3013,10 +3044,10 @@ body.evaluations {
|
|
|
3013
3044
|
float: right !important;
|
|
3014
3045
|
}
|
|
3015
3046
|
.DevoirField {
|
|
3016
|
-
border: solid 1px #5f5f5f
|
|
3047
|
+
border: solid 1px #5f5f5f;
|
|
3017
3048
|
padding-left: 5px;
|
|
3018
3049
|
}
|
|
3019
|
-
.content-box-accueil--table--content
|
|
3050
|
+
.content-box-accueil--table--content > .row {
|
|
3020
3051
|
height: 40px;
|
|
3021
3052
|
}
|
|
3022
3053
|
.floatRight {
|
|
@@ -3028,46 +3059,46 @@ body.evaluations {
|
|
|
3028
3059
|
.responsive-table {
|
|
3029
3060
|
table {
|
|
3030
3061
|
tbody {
|
|
3031
|
-
tr:nth-child(even){
|
|
3032
|
-
background: rgba(0,0,0,0.05);
|
|
3062
|
+
tr:nth-child(even) {
|
|
3063
|
+
background: rgba(0, 0, 0, 0.05);
|
|
3033
3064
|
}
|
|
3034
|
-
tr:nth-child(odd){
|
|
3065
|
+
tr:nth-child(odd) {
|
|
3035
3066
|
background: $white;
|
|
3036
3067
|
}
|
|
3037
3068
|
}
|
|
3038
3069
|
}
|
|
3039
3070
|
}
|
|
3040
3071
|
|
|
3041
|
-
.background-grey{
|
|
3042
|
-
background: rgba(0,0,0,0.05) !important;
|
|
3072
|
+
.background-grey {
|
|
3073
|
+
background: rgba(0, 0, 0, 0.05) !important;
|
|
3043
3074
|
}
|
|
3044
|
-
.background-white{
|
|
3075
|
+
.background-white {
|
|
3045
3076
|
background: $white !important;
|
|
3046
3077
|
}
|
|
3047
|
-
.height80{
|
|
3078
|
+
.height80 {
|
|
3048
3079
|
line-height: 80px;
|
|
3049
3080
|
}
|
|
3050
3081
|
.list-devoirs {
|
|
3051
3082
|
.testAlignLeft {
|
|
3052
|
-
@media screen and (min-device-width
|
|
3083
|
+
@media screen and (min-device-width: $fat-mobile) {
|
|
3053
3084
|
text-align: left !important;
|
|
3054
3085
|
}
|
|
3055
3086
|
}
|
|
3056
3087
|
transition: all 100ms ease-out;
|
|
3057
|
-
.shadow-first{
|
|
3058
|
-
box-shadow:(0px 0px 0px 0px rgba(0,0,0,0.35));
|
|
3088
|
+
.shadow-first {
|
|
3089
|
+
box-shadow: (0px 0px 0px 0px rgba(0, 0, 0, 0.35));
|
|
3059
3090
|
}
|
|
3060
3091
|
table {
|
|
3061
|
-
border-collapse
|
|
3092
|
+
border-collapse: collapse;
|
|
3062
3093
|
tbody tr:hover {
|
|
3063
3094
|
color: $orange;
|
|
3064
3095
|
}
|
|
3065
|
-
tbody tr:nth-child(even){
|
|
3096
|
+
tbody tr:nth-child(even) {
|
|
3066
3097
|
background: $white !important;
|
|
3067
3098
|
border-bottom: 1px solid #ccc !important;
|
|
3068
3099
|
border-top: 0px !important;
|
|
3069
3100
|
}
|
|
3070
|
-
tr:nth-child(odd){
|
|
3101
|
+
tr:nth-child(odd) {
|
|
3071
3102
|
border: 0 !important;
|
|
3072
3103
|
td {
|
|
3073
3104
|
border: 0 !important;
|
|
@@ -3079,13 +3110,13 @@ body.evaluations {
|
|
|
3079
3110
|
border-right: 0px solid #fff;
|
|
3080
3111
|
@media screen and (min-width: $tablette) {
|
|
3081
3112
|
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
|
3082
|
-
}
|
|
3113
|
+
}
|
|
3083
3114
|
padding: 5px;
|
|
3084
3115
|
}
|
|
3085
3116
|
.firstElem {
|
|
3086
3117
|
margin-left: 5px !important;
|
|
3087
3118
|
}
|
|
3088
|
-
.lastElem{
|
|
3119
|
+
.lastElem {
|
|
3089
3120
|
margin-right: 5px !important;
|
|
3090
3121
|
margin-bottom: 1px !important;
|
|
3091
3122
|
}
|
|
@@ -3099,7 +3130,6 @@ body.evaluations {
|
|
|
3099
3130
|
border-bottom: 0px !important;
|
|
3100
3131
|
}
|
|
3101
3132
|
}
|
|
3102
|
-
|
|
3103
3133
|
}
|
|
3104
3134
|
.opened.lastElem.shadow {
|
|
3105
3135
|
margin-top: 5px !important;
|
|
@@ -3112,7 +3142,7 @@ body.evaluations {
|
|
|
3112
3142
|
}
|
|
3113
3143
|
@media screen and (min-width: $tablette) {
|
|
3114
3144
|
table {
|
|
3115
|
-
border-collapse
|
|
3145
|
+
border-collapse: separate;
|
|
3116
3146
|
}
|
|
3117
3147
|
}
|
|
3118
3148
|
.responsive-table table tbody tr td {
|
|
@@ -3146,7 +3176,6 @@ body.evaluations {
|
|
|
3146
3176
|
}
|
|
3147
3177
|
}
|
|
3148
3178
|
|
|
3149
|
-
|
|
3150
3179
|
@media screen and (max-width: 800px), screen and (max-height: 800px) {
|
|
3151
3180
|
height: 110px;
|
|
3152
3181
|
overflow: hidden;
|
|
@@ -3162,7 +3191,8 @@ body.evaluations {
|
|
|
3162
3191
|
}
|
|
3163
3192
|
}
|
|
3164
3193
|
}
|
|
3165
|
-
nav.vertical ul li a,
|
|
3194
|
+
nav.vertical ul li a,
|
|
3195
|
+
.app-menu ul li a {
|
|
3166
3196
|
padding-right: 0px !important;
|
|
3167
3197
|
}
|
|
3168
3198
|
|
|
@@ -3180,14 +3210,14 @@ body.evaluations {
|
|
|
3180
3210
|
margin-top: 0px !important;
|
|
3181
3211
|
}
|
|
3182
3212
|
|
|
3183
|
-
.bilan-suivi-eleve{
|
|
3213
|
+
.bilan-suivi-eleve {
|
|
3184
3214
|
margin-left: 20px !important;
|
|
3185
3215
|
margin-right: 20px !important;
|
|
3186
3216
|
padding-bottom: 20px !important;
|
|
3187
3217
|
border-radius: 5px !important;
|
|
3188
3218
|
}
|
|
3189
3219
|
|
|
3190
|
-
.titre-libelle{
|
|
3220
|
+
.titre-libelle {
|
|
3191
3221
|
color: #4bafd5;
|
|
3192
3222
|
font-size: 18px;
|
|
3193
3223
|
}
|
|
@@ -3213,10 +3243,9 @@ body.evaluations {
|
|
|
3213
3243
|
|
|
3214
3244
|
.selectable-list li.positionnementcalculee {
|
|
3215
3245
|
background: $cyan;
|
|
3216
|
-
color: #
|
|
3246
|
+
color: #ffffff;
|
|
3217
3247
|
}
|
|
3218
3248
|
|
|
3219
|
-
|
|
3220
3249
|
.width-td-0 {
|
|
3221
3250
|
width: 0% !important;
|
|
3222
3251
|
text-align: center !important;
|
|
@@ -3248,19 +3277,19 @@ body.evaluations {
|
|
|
3248
3277
|
text-align: left !important;
|
|
3249
3278
|
}
|
|
3250
3279
|
|
|
3251
|
-
@media screen and (max-device-width
|
|
3280
|
+
@media screen and (max-device-width: $small-mobile) {
|
|
3252
3281
|
.responsive-table table td {
|
|
3253
3282
|
width: auto !important;
|
|
3254
3283
|
}
|
|
3255
3284
|
}
|
|
3256
|
-
@media screen and (max-device-width
|
|
3285
|
+
@media screen and (max-device-width: $fat-mobile) {
|
|
3257
3286
|
.responsive-table table td {
|
|
3258
3287
|
width: auto !important;
|
|
3259
3288
|
}
|
|
3260
3289
|
}
|
|
3261
3290
|
|
|
3262
3291
|
.deletedStudent {
|
|
3263
|
-
color: #
|
|
3292
|
+
color: #e61758 !important;
|
|
3264
3293
|
}
|
|
3265
3294
|
|
|
3266
3295
|
// POP-UP Relevé Periodique - Acquis Scolaire
|
|
@@ -3274,7 +3303,6 @@ body.evaluations {
|
|
|
3274
3303
|
padding: 0px !important;
|
|
3275
3304
|
}
|
|
3276
3305
|
|
|
3277
|
-
|
|
3278
3306
|
// Bilan périodique
|
|
3279
3307
|
|
|
3280
3308
|
// Left side
|
|
@@ -3303,24 +3331,24 @@ body.evaluations {
|
|
|
3303
3331
|
|
|
3304
3332
|
//suivi des acquis
|
|
3305
3333
|
|
|
3306
|
-
.suiviDesAcquis{
|
|
3307
|
-
th{
|
|
3334
|
+
.suiviDesAcquis {
|
|
3335
|
+
th {
|
|
3308
3336
|
padding: 5px 11px !important;
|
|
3309
3337
|
}
|
|
3310
|
-
.matiere{
|
|
3338
|
+
.matiere {
|
|
3311
3339
|
font-weight: bold;
|
|
3312
3340
|
}
|
|
3313
|
-
span~ul{
|
|
3341
|
+
span ~ ul {
|
|
3314
3342
|
font-size: 12px;
|
|
3315
3343
|
margin-top: 0px;
|
|
3316
3344
|
margin-bottom: 0px;
|
|
3317
3345
|
list-style-type: none;
|
|
3318
3346
|
padding-left: 0px;
|
|
3319
|
-
li{
|
|
3347
|
+
li {
|
|
3320
3348
|
padding-bottom: 0px;
|
|
3321
3349
|
}
|
|
3322
3350
|
}
|
|
3323
|
-
textarea{
|
|
3351
|
+
textarea {
|
|
3324
3352
|
height: 75px;
|
|
3325
3353
|
resize: none;
|
|
3326
3354
|
margin-top: 0px;
|
|
@@ -3329,16 +3357,16 @@ body.evaluations {
|
|
|
3329
3357
|
text-align: justify;
|
|
3330
3358
|
padding: 7px;
|
|
3331
3359
|
}
|
|
3332
|
-
.element{
|
|
3360
|
+
.element {
|
|
3333
3361
|
text-align: justify;
|
|
3334
3362
|
height: 75px;
|
|
3335
3363
|
padding-right: 5px;
|
|
3336
3364
|
overflow-y: auto;
|
|
3337
3365
|
}
|
|
3338
|
-
tfoot td{
|
|
3366
|
+
tfoot td {
|
|
3339
3367
|
padding: 10px 0px;
|
|
3340
3368
|
}
|
|
3341
|
-
.selectable-list{
|
|
3369
|
+
.selectable-list {
|
|
3342
3370
|
margin: 0px;
|
|
3343
3371
|
}
|
|
3344
3372
|
}
|
|
@@ -3347,7 +3375,6 @@ body.evaluations {
|
|
|
3347
3375
|
margin: 0;
|
|
3348
3376
|
}
|
|
3349
3377
|
|
|
3350
|
-
|
|
3351
3378
|
.loaderGraph {
|
|
3352
3379
|
border: 6px solid #f3f3f3; /* Light grey */
|
|
3353
3380
|
border-top: 6px solid #3498db; /* Blue */
|
|
@@ -3370,90 +3397,91 @@ body.evaluations {
|
|
|
3370
3397
|
margin: 0 45%;
|
|
3371
3398
|
}
|
|
3372
3399
|
|
|
3373
|
-
.grey-color{
|
|
3400
|
+
.grey-color {
|
|
3374
3401
|
color: grey;
|
|
3375
3402
|
}
|
|
3376
3403
|
|
|
3377
3404
|
.margin-top-releve-parentEleve {
|
|
3378
|
-
margin-top:8px;
|
|
3405
|
+
margin-top: 8px;
|
|
3379
3406
|
}
|
|
3380
3407
|
|
|
3381
|
-
.padding-right-downloadButton-SuiviEleve{
|
|
3408
|
+
.padding-right-downloadButton-SuiviEleve {
|
|
3382
3409
|
padding-right: 7px !important;
|
|
3383
3410
|
}
|
|
3384
3411
|
|
|
3385
|
-
.choice-export-suivi-eleve{
|
|
3386
|
-
top:38px !important;
|
|
3412
|
+
.choice-export-suivi-eleve {
|
|
3413
|
+
top: 38px !important;
|
|
3414
|
+
bottom: auto !important;
|
|
3387
3415
|
}
|
|
3388
3416
|
|
|
3389
|
-
.loaderPage{
|
|
3417
|
+
.loaderPage {
|
|
3390
3418
|
margin: 20% 50%;
|
|
3391
3419
|
}
|
|
3392
|
-
.tabs{
|
|
3420
|
+
.tabs {
|
|
3393
3421
|
header {
|
|
3394
3422
|
cursor: pointer;
|
|
3395
3423
|
}
|
|
3396
3424
|
.tabs-selected::after {
|
|
3397
3425
|
transform: scaleX(1);
|
|
3398
3426
|
}
|
|
3399
|
-
.tabs-selected{
|
|
3427
|
+
.tabs-selected {
|
|
3400
3428
|
color: #4bafd5;
|
|
3401
3429
|
}
|
|
3402
3430
|
}
|
|
3403
|
-
.buttons-suiviEleve{
|
|
3431
|
+
.buttons-suiviEleve {
|
|
3404
3432
|
position: absolute;
|
|
3405
3433
|
right: 0;
|
|
3406
3434
|
}
|
|
3407
|
-
.buttons-suiviEleve-detail{
|
|
3435
|
+
.buttons-suiviEleve-detail {
|
|
3408
3436
|
position: absolute;
|
|
3409
3437
|
width: 97%;
|
|
3410
3438
|
}
|
|
3411
|
-
.releveNotes-suiviEleve{
|
|
3439
|
+
.releveNotes-suiviEleve {
|
|
3412
3440
|
overflow: overlay;
|
|
3413
3441
|
}
|
|
3414
|
-
.releveNotes-noBorder{
|
|
3442
|
+
.releveNotes-noBorder {
|
|
3415
3443
|
border: none !important;
|
|
3416
3444
|
}
|
|
3417
|
-
.encartBlanc-suiviEleve{
|
|
3445
|
+
.encartBlanc-suiviEleve {
|
|
3418
3446
|
margin-left: 20px;
|
|
3419
3447
|
}
|
|
3420
|
-
.margin-text-underTabs{
|
|
3448
|
+
.margin-text-underTabs {
|
|
3421
3449
|
margin-bottom: 20px;
|
|
3422
3450
|
}
|
|
3423
|
-
.iframeReportClass{
|
|
3451
|
+
.iframeReportClass {
|
|
3424
3452
|
display: inline;
|
|
3425
3453
|
}
|
|
3426
|
-
.half-width{
|
|
3454
|
+
.half-width {
|
|
3427
3455
|
width: 50%;
|
|
3428
3456
|
}
|
|
3429
|
-
.followingClass{
|
|
3457
|
+
.followingClass {
|
|
3430
3458
|
margin-left: 15px;
|
|
3431
3459
|
margin-right: 15px;
|
|
3432
3460
|
}
|
|
3433
|
-
.marginUnderTabs{
|
|
3461
|
+
.marginUnderTabs {
|
|
3434
3462
|
margin-bottom: 20px;
|
|
3435
3463
|
padding-top: 15px;
|
|
3436
3464
|
}
|
|
3437
|
-
.choseDownloadFormat{
|
|
3465
|
+
.choseDownloadFormat {
|
|
3438
3466
|
display: flex;
|
|
3439
3467
|
justify-content: space-around;
|
|
3440
3468
|
}
|
|
3441
|
-
.light-font-header{
|
|
3442
|
-
font-weight: 100!important;
|
|
3469
|
+
.light-font-header {
|
|
3470
|
+
font-weight: 100 !important;
|
|
3443
3471
|
font-size: 0.9em;
|
|
3444
3472
|
}
|
|
3445
|
-
.margin-loader{
|
|
3473
|
+
.margin-loader {
|
|
3446
3474
|
margin-bottom: 10px;
|
|
3447
3475
|
}
|
|
3448
|
-
.duplication-title{
|
|
3476
|
+
.duplication-title {
|
|
3449
3477
|
color: $red;
|
|
3450
3478
|
}
|
|
3451
|
-
.button-margin{
|
|
3479
|
+
.button-margin {
|
|
3452
3480
|
margin: 16px;
|
|
3453
3481
|
}
|
|
3454
3482
|
|
|
3455
|
-
@media screen and (min-device-width:1300px) {
|
|
3456
|
-
.backgroundExportImage{
|
|
3483
|
+
@media screen and (min-device-width: 1300px) {
|
|
3484
|
+
.backgroundExportImage {
|
|
3457
3485
|
background-image: url(/competences/public/img/export_image.svg);
|
|
3458
3486
|
background-repeat: no-repeat;
|
|
3459
3487
|
background-origin: content-box;
|
|
@@ -3462,36 +3490,36 @@ body.evaluations {
|
|
|
3462
3490
|
}
|
|
3463
3491
|
}
|
|
3464
3492
|
|
|
3465
|
-
.archives-margin{
|
|
3466
|
-
margin:2.5%;
|
|
3493
|
+
.archives-margin {
|
|
3494
|
+
margin: 2.5%;
|
|
3467
3495
|
}
|
|
3468
3496
|
|
|
3469
|
-
.archives-frame{
|
|
3470
|
-
background-color
|
|
3497
|
+
.archives-frame {
|
|
3498
|
+
background-color: $eval-lighter-grey;
|
|
3471
3499
|
border: dotted grey;
|
|
3472
3500
|
margin-top: 2%;
|
|
3473
3501
|
margin-bottom: 1%;
|
|
3474
3502
|
}
|
|
3475
3503
|
|
|
3476
|
-
.archives-list-margin{
|
|
3477
|
-
margin-bottom:1%;
|
|
3504
|
+
.archives-list-margin {
|
|
3505
|
+
margin-bottom: 1%;
|
|
3478
3506
|
}
|
|
3479
3507
|
|
|
3480
3508
|
.lightbox-creation-competences {
|
|
3481
|
-
.element{
|
|
3509
|
+
.element {
|
|
3482
3510
|
font-weight: bold;
|
|
3483
3511
|
margin: 4% 0 0 0;
|
|
3484
3512
|
}
|
|
3485
3513
|
|
|
3486
|
-
.element-no-bold{
|
|
3514
|
+
.element-no-bold {
|
|
3487
3515
|
margin: 4% 0 0 0;
|
|
3488
3516
|
}
|
|
3489
3517
|
|
|
3490
|
-
.input-no-bold{
|
|
3518
|
+
.input-no-bold {
|
|
3491
3519
|
margin: 3.1% 0 0 0;
|
|
3492
3520
|
}
|
|
3493
3521
|
|
|
3494
|
-
.margin-bottom-5p{
|
|
3522
|
+
.margin-bottom-5p {
|
|
3495
3523
|
margin: 0 0 5% 0;
|
|
3496
3524
|
}
|
|
3497
3525
|
|
|
@@ -3504,16 +3532,19 @@ body.evaluations {
|
|
|
3504
3532
|
}
|
|
3505
3533
|
}
|
|
3506
3534
|
|
|
3535
|
+
.lightbox-reportmodel {
|
|
3536
|
+
.warning {
|
|
3537
|
+
width: 61%;
|
|
3538
|
+
display: inline-block;
|
|
3539
|
+
}
|
|
3540
|
+
}
|
|
3507
3541
|
}
|
|
3508
3542
|
|
|
3509
|
-
|
|
3510
3543
|
// Sniplet module vie-scolaire
|
|
3511
3544
|
|
|
3512
3545
|
.evaluations-sniplet {
|
|
3513
|
-
|
|
3514
3546
|
// Bilan périodique - POP UP création EPI / AP / Parcours
|
|
3515
3547
|
|
|
3516
|
-
|
|
3517
3548
|
.marginLeft {
|
|
3518
3549
|
margin-left: 15px;
|
|
3519
3550
|
}
|
|
@@ -3558,7 +3589,7 @@ body.evaluations {
|
|
|
3558
3589
|
height: auto;
|
|
3559
3590
|
overflow: visible;
|
|
3560
3591
|
@include transition(all 200ms ease);
|
|
3561
|
-
> .skills-text-overflow{
|
|
3592
|
+
> .skills-text-overflow {
|
|
3562
3593
|
i.skills-open-icon::before {
|
|
3563
3594
|
content: "\e841";
|
|
3564
3595
|
}
|
|
@@ -3576,10 +3607,10 @@ body.evaluations {
|
|
|
3576
3607
|
}
|
|
3577
3608
|
}
|
|
3578
3609
|
}
|
|
3579
|
-
> .skills-text-overflow{
|
|
3610
|
+
> .skills-text-overflow {
|
|
3580
3611
|
i.skills-open-icon {
|
|
3581
3612
|
@include fonticon;
|
|
3582
|
-
&::before{
|
|
3613
|
+
&::before {
|
|
3583
3614
|
content: "\e823";
|
|
3584
3615
|
left: 0;
|
|
3585
3616
|
position: absolute;
|
|
@@ -3594,7 +3625,7 @@ body.evaluations {
|
|
|
3594
3625
|
padding-left: 10px;
|
|
3595
3626
|
margin: 0;
|
|
3596
3627
|
list-style-type: none;
|
|
3597
|
-
ul{
|
|
3628
|
+
ul {
|
|
3598
3629
|
list-style-type: none;
|
|
3599
3630
|
}
|
|
3600
3631
|
}
|
|
@@ -3610,7 +3641,7 @@ body.evaluations {
|
|
|
3610
3641
|
}
|
|
3611
3642
|
|
|
3612
3643
|
.skills-list-proposition:hover {
|
|
3613
|
-
color: #
|
|
3644
|
+
color: #ff8500;
|
|
3614
3645
|
}
|
|
3615
3646
|
|
|
3616
3647
|
.all.selected {
|
|
@@ -3638,8 +3669,8 @@ body.evaluations {
|
|
|
3638
3669
|
}
|
|
3639
3670
|
}
|
|
3640
3671
|
|
|
3641
|
-
.skills-header
|
|
3642
|
-
margin: 10px 0 0 5px!important;
|
|
3672
|
+
.skills-header > .skills-text-overflow i.skills-open-icon::before {
|
|
3673
|
+
margin: 10px 0 0 5px !important;
|
|
3643
3674
|
}
|
|
3644
3675
|
|
|
3645
3676
|
.champsRequis {
|
|
@@ -3665,7 +3696,6 @@ body.evaluations {
|
|
|
3665
3696
|
}
|
|
3666
3697
|
|
|
3667
3698
|
&.paramServices {
|
|
3668
|
-
|
|
3669
3699
|
.selectable-list {
|
|
3670
3700
|
width: 80%;
|
|
3671
3701
|
height: 100%;
|
|
@@ -3681,11 +3711,12 @@ body.evaluations {
|
|
|
3681
3711
|
border: none;
|
|
3682
3712
|
background-color: inherit;
|
|
3683
3713
|
&::after {
|
|
3684
|
-
content:
|
|
3714
|
+
content: "\e866";
|
|
3685
3715
|
}
|
|
3686
3716
|
}
|
|
3687
3717
|
|
|
3688
|
-
.lightboxCreate,
|
|
3718
|
+
.lightboxCreate,
|
|
3719
|
+
.lightboxUpdate {
|
|
3689
3720
|
margin: 20px;
|
|
3690
3721
|
}
|
|
3691
3722
|
|
|
@@ -3699,9 +3730,8 @@ body.evaluations {
|
|
|
3699
3730
|
}
|
|
3700
3731
|
|
|
3701
3732
|
.filterButton {
|
|
3702
|
-
|
|
3703
3733
|
& > * {
|
|
3704
|
-
margin
|
|
3734
|
+
margin: 0 10px 15px;
|
|
3705
3735
|
}
|
|
3706
3736
|
|
|
3707
3737
|
& > input {
|
|
@@ -3712,21 +3742,21 @@ body.evaluations {
|
|
|
3712
3742
|
}
|
|
3713
3743
|
|
|
3714
3744
|
.cursor-auto {
|
|
3715
|
-
cursor:auto;
|
|
3745
|
+
cursor: auto;
|
|
3716
3746
|
}
|
|
3717
3747
|
|
|
3718
3748
|
.domain-header {
|
|
3719
|
-
position:relative;
|
|
3720
|
-
left:10px;
|
|
3721
|
-
top:10px;
|
|
3749
|
+
position: relative;
|
|
3750
|
+
left: 10px;
|
|
3751
|
+
top: 10px;
|
|
3722
3752
|
}
|
|
3723
3753
|
|
|
3724
3754
|
.margin-top-10 {
|
|
3725
|
-
margin-top:10px;
|
|
3755
|
+
margin-top: 10px;
|
|
3726
3756
|
}
|
|
3727
3757
|
|
|
3728
3758
|
.margin-left-10 {
|
|
3729
|
-
margin-left:10px;
|
|
3759
|
+
margin-left: 10px;
|
|
3730
3760
|
}
|
|
3731
3761
|
|
|
3732
3762
|
.margin-15 {
|
|
@@ -3755,7 +3785,3 @@ lightbox#delete-periodic div.content {
|
|
|
3755
3785
|
margin-right: 5%;
|
|
3756
3786
|
}
|
|
3757
3787
|
}
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|