-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathxcplan.css
More file actions
136 lines (110 loc) · 1.68 KB
/
xcplan.css
File metadata and controls
136 lines (110 loc) · 1.68 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
body {
font-style: normal;
font-family: Tahoma, Geneva, sans-serif;
background: #F9F9F9;
color: #404040;
font-size: 0.8em;
}
#maincontainer {
display: table;
width: 100%;
}
#help, #about {
position: absolute;
top:10px;
font-weight: bold;
}
#about {
right: 10px;
}
h1 {
text-align: center;
}
#titlediv {
height: 8em;
}
#titlediv p {
text-align: center;
}
#mapwrapper {
width: 65%;
display: table-cell;
height: calc(100vh - 12em);
}
#map {
height: 100%;
width: 100%;
}
#controldiv {
display: table-cell;
padding-left: 15px;
vertical-align: top;
}
#fileselect {
display: none;
}
#acceptor {
float: right;
}
div.dialogue {
display: inline-block;
position: fixed;
border-style: solid;
border-width: 2px;
overflow: auto;
z-index: 2000;
background-color: white;
}
#disclaimer {
width: 30%;
height: 250px;
padding: 15px;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
#maincontrol {
display: none;
width: 100%;
}
#tasktab {
width: 100%;
}
#tasktab td {
padding-left: 5px;
padding-right: 5px;
}
#tasktab button {
width: 15px;
padding: 0px;
}
#tasksheet, #declaration {
margin-left: 30px;
}
#exportdiv {
display: none;
}
.infoBox {
border: 1px solid black;
text-align: center;
font-size: 8pt;
background-color: #FFFFFF;
padding-left: 3px;
padding-right: 3px;
white-space: nowrap;
opacity: 0.8;
z-index: 200;
}
#findpt {
width: 5ch;
}
#tpselect {
display: none;
width: 25ch;
height: 250px;
padding: 15px;
left: 70%;
top: 40%;
}