forked from tonesto7/nest-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
diaglogpage.css
67 lines (55 loc) · 910 Bytes
/
diaglogpage.css
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
.logs {
text-align: left;
padding: 0, 0;
font-size: 14px;
}
.dtHlt {
background-color: #rgb(187, 180, 184);
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 20px;
}
.container {
width: auto;
max-width: 98%;
padding: 0 5px;
}
.centerText {
text-align: center;
}
.logDtCls {
font-weight: bold;
}
.panelHeadTxt {
font-size: 25px;
}
.underline {
text-decoration: underline;
}
.links {
padding: 10px;
font-size: 18px;
}
.logoIcn {
width: 48px;
height: 48px;
}
.shortcutBtns {
width: 140px;
}