This repository was archived by the owner on Jul 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgroup-editing.css
More file actions
57 lines (45 loc) · 1.42 KB
/
group-editing.css
File metadata and controls
57 lines (45 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.group-editing.e-schedule .e-month-view .e-appointment .e-appointment-details {
padding: 1px;
padding-left: 3px;
}
.group-editing.e-schedule .e-vertical-view .e-resource-cells {
height: 62px;
}
.group-editing.e-schedule .template-wrap {
display: flex;
text-align: left;
}
.group-editing.e-schedule .template-wrap .resource-image {
width: 45px;
height: 45px;
background-size: 45px;
background-repeat: no-repeat;
}
.group-editing.e-schedule .template-wrap .resource-details {
padding-left: 10px;
}
.group-editing.e-schedule .template-wrap .resource-details .resource-name {
font-size: 16px;
font-weight: 500;
padding-right: 10px;
}
.group-editing.e-schedule.e-device .template-wrap .resource-details .resource-name {
font-size: inherit;
font-weight: inherit;
padding-top: 5px;
}
.group-editing.e-schedule.e-device .e-resource-tree-popup .e-fullrow {
height: 50px;
}
.group-editing.e-schedule.e-device .template-wrap .resource-details .resource-designation {
display: none;
}
.group-editing.e-schedule .template-wrap .resource-image.margaret {
background-image: url('./src/schedule/images/margaret.png');
}
.group-editing.e-schedule .template-wrap .resource-image.robert {
background-image: url('./src/schedule/images/robert.png');
}
.group-editing.e-schedule .template-wrap .resource-image.laura {
background-image: url('./src/schedule/images/laura.png');
}