forked from microsoftgraph/python-sample-send-mail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.css
More file actions
71 lines (60 loc) · 1.2 KB
/
Copy pathsite.css
File metadata and controls
71 lines (60 loc) · 1.2 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
.mailform-table {
margin: 0 0 0 0;
width: 100%;
display: table;
font-size: 14px;
border: 6px solid #f0f0f0;
}
.mailform-table th {
background-color: #f0f0f0;
text-align: right;
vertical-align: top;
padding: 11px 9px 6px 6px;
width: 120px;
}
.mailform-table td {
font-family: Consolas,Monaco,Lucida Console,Courier New, monospace;
vertical-align: top;
background-color: #f0f0f0;
padding: 6px 12px 6px 0;
}
.form-inputs {
width: 100%;
padding: 4px;
border: .5px solid #cccccc;
}
.form-inputs-readonly {
width: 100%;
padding: 4px;
background-color: #d8d8d8;
border: .5px solid #cccccc;
}
.form-inputs-body {
width: 100%;
padding: 4px;
border: .5px solid #cccccc;
font-size: 11px;
}
.graph-apis {
margin-bottom: 20px;
}
.graph-apis th {
background: #5cb85c;
color: #ffffff;
padding: 8px;
font-size: 12px;
}
.graph-apis td {
background: #eeeeee;
padding: 8px;
border-bottom: 1px solid #aaaaaa;
font-size: 14px;
}
.endpoint {
font-family: Consolas,Monaco,Lucida Console,Courier New, monospace;
}
.profile-photo {
width: 110px;
height: 110px;
float: right;
}