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 pathtemplate.css
More file actions
96 lines (80 loc) · 1.57 KB
/
template.css
File metadata and controls
96 lines (80 loc) · 1.57 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
#template {
margin: 0 auto;
width: 300px !important;
padding-top: 15px;
}
#employees_popup .header .columnHeader {
margin-left: 17px;
}
#employees_popup .valueTemplate {
width: 100%;
height: 100%;
}
#employees_popup .header {
font-weight: 600;
color: rgba(0, 0, 0, .54);
height: 48px;
padding: 15px 0 0 16px;
font-size: 16px;
background-color: #f5f5f5;
}
.fabric #employees_popup .header {
background-color: #fff;
border-bottom: 1px solid #ccc;
color: #0078d7;
font-weight: 400;
}
.highcontrast #employees_popup .header {
color: #fff;
background-color: #000;
}
#employees_popup .ename {
display: block !important;
opacity: .87;
font-size: 16px;
margin-top: 8px;
padding: 6px 0 0;
}
#template .name {
padding: 5px 42px;
opacity: .87;
line-height: 1.063em;
}
#employees_popup .job {
opacity: .54;
font-size: 14px;
margin-top: -15px;
margin-bottom: 7px;
}
#employees_popup .empImage {
margin: 6px 16px;
float: left;
width: 50px;
height: 50px;
}
#template .value {
border-radius: 50%;
float: left;
margin-top: 2px;
margin-left: 2px;
}
.e-bigger #template .value {
margin-top: 7px;
}
.e-bigger #template .name {
padding: 11px 42px;
}
#employees_popup.e-popup .e-list-item * {
display: block;
text-indent: 0;
}
.e-bigger #employees_popup .e-dropdownbase .e-list-item {
line-height: 42px;
height: 80px;
}
.e-bigger .e-name {
padding: 1px 0 0;
}
.e-bigger #employees_popup.e-popup .empImage {
margin: 10px 16px;
}