ode-csslib 4.0.13-dev.202306091715 → 4.0.13-dev.202306161138

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/version.txt CHANGED
@@ -1 +1 @@
1
- entcore-css-lib=4.0-dev-SNAPSHOT 09/06/2023 17:15:50
1
+ entcore-css-lib=4.0-dev-SNAPSHOT 16/06/2023 11:39:00
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib",
3
- "version": "4.0.13-dev.202306091715",
3
+ "version": "4.0.13-dev.202306161138",
4
4
  "description": "Open Digital Education Legacy CSS framework",
5
5
  "scripts": {
6
6
  "copy-fonts": "cpr node_modules/entcore-generic-icons/fonts/ assets/fonts/generic-icons/ -o",
@@ -46,3 +46,11 @@ body.calendar {
46
46
  calendar .week-switcher .date-picker-icon {
47
47
  margin-left: 0 !important;
48
48
  }
49
+
50
+ .calendar {
51
+ .week-switcher {
52
+ .date-picker-icon {
53
+ left:42px;
54
+ }
55
+ }
56
+ }
@@ -528,7 +528,8 @@ $calendar-user-card-height: 56px;
528
528
 
529
529
  + .list {
530
530
  overflow-y: scroll;
531
- height: calc(100% - #{$calendar-user-card-height}) !important;
531
+ height: auto !important;
532
+ max-height: calc(100% - #{$calendar-user-card-height}) !important;
532
533
  }
533
534
  }
534
535
 
@@ -74,4 +74,14 @@
74
74
  }
75
75
  }
76
76
 
77
+ .tbody {
78
+ .cell-values {
79
+ .td {
80
+ .audience {
81
+ display: inline;
82
+ padding-left: 5px;
83
+ }
84
+ }
85
+ }
86
+ }
77
87
  }
@@ -44,7 +44,7 @@ body {
44
44
  top: 64px;
45
45
  width: 100%;
46
46
  height: calc(100% - 64px);
47
- z-index: 100000;
47
+ z-index: 10000;
48
48
  left: 0;
49
49
  overflow-y: auto;
50
50
  color: $black !important;