-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathtrackserver-admin.css
More file actions
72 lines (62 loc) · 1.05 KB
/
trackserver-admin.css
File metadata and controls
72 lines (62 loc) · 1.05 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
.trackserver-info {
min-height: 28px;
margin-top: 5px;
padding: 0px 12px;
background: #fff;
border: 1px solid #2271b1;
border-left-width: 4px;
/*min-width: 70%;*/
display: inline-block;
font-size: 14px;
line-height: 1.8571428;
max-width: 80%;
width: 80%;
}
.profile-content-grid {
display: grid;
grid-template-columns: 1fr 150px;
grid-gap: 20px;
}
.leaflet-control-delete svg {
padding-top: 6px;
}
.deletepoint {
margin-bottom: 3px;
}
.tsadmin-table td {
padding: 2px 30px 2px 0px;;
}
.map-profiles {
width: 100%;
table-layout: auto;
border-spacing: 0;
clear: both;
margin: 0;
border: 1px solid #c3c4c7;
border-collapse: collapse;
}
.map-profiles thead {
padding: 11px 0 0 3px;
border: 1px solid #c3c4c7;
text-align: left;
}
.map-profiles th,td {
padding: 5px;
border: 0;
}
.map-profiles textarea {
width: 100%;
min-width: 200px;
height:100px;
box-sizing: border-box;
}
#add-profile-wrapper {
display: flex;
align-items: center;
gap: 30px;
}
#add-profile-result {
padding: 3px 0px;
background-color: green;
color: white;
}