-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
101 lines (86 loc) · 1.47 KB
/
style.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
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
97
98
99
100
101
.header {
width: 400px;
padding: 15px;
overflow: hidden;
}
.header img {
margin-right: 15px;
float: left;
}
label {
margin-left: 10px;
padding: 5px;
font-size: 1.2em;
display: inline-block;
width: 120px;
text-align: left;
}
.orgDiv {
margin-left: 10px;
padding: 5px;
font-size: 1.2em;
display: inline-block;
text-align: left;
}
button.round {
padding:10px 15px;
background:#ccc;
border:0 none;
-webkit-border-radius: 10px;
border-radius: 10px;
cursor:pointer;
float: left;
}
div#license {
width: 500px;
margin-top: 30px;
padding: 5px;
font-size: 0.9em;
background:#ccc;
border: 1px solid #888;
}
div#note {
margin-left: 5px;
padding: 5px;
font-size: 1.2em;
font-weight: 900;
}
div#savearea {
padding: 5px;
vertical-align: middle;
}
div#status{
height: 15px;
padding:10px 15px;
border-left: 10px;
}
div.iocarea{
width: 540px;
height: 300px;
border-style: solid;
border-width: 1px;
overflow-y: scroll;
overflow-x:hidden;
}
table.ioctable{
border-collapse: collapse;
//border: 1px solid black;
vertical-align: top;
text-align: left;
}
tr.ioctable{
border-bottom: 1px solid #ddd;
}
tr.ioctableheader{
border-bottom: 1px solid black;
}
.eventinfo{
width: 350px;
}
.xbutton {
background:#ccc;
height: 18px;
width: 18px;
border-radius: 50%;
vertical-align: middle;
}