forked from xstreck1/TREMPPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
49 lines (40 loc) · 671 Bytes
/
css.css
File metadata and controls
49 lines (40 loc) · 671 Bytes
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
div.category {
font-size: 10pt;
font-weight: bold;
margin: 5pt 0pt;
width: calc(100%-10pt);
border: black solid;
border-width: 1px 0pt;
height: 13pt;
background-color: #DDDDDD;
}
#commands_holder {
width: 100%;
height: 270pt;
}
div.buttons {
height: 22pt;
}
button.tool_button {
line-height: 20pt;
}
#reports {
height: calc(100% - 275pt);
}
#kill_button {
margin: 0pt;
}
#progress {
border: 1pt black solid;
width: calc(100% - 4pt);
height: calc(50% - 27px - 4px);
margin: 0pt;
padding: 0pt;
}
#log_file {
width: 100%;
height: 50%;
}
/*td {
border: 1px solid black;
}*/