-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalpaca-extra.css
78 lines (68 loc) · 1.33 KB
/
alpaca-extra.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
body {
font: normal 14px/100% "Andale Mono", AndaleMono, monospace;
padding: 50px;
background-color: #374954;
}
h2 {
color: white;
}
h3 {
color: white;
}
h4 {
color: white;
}
} */
a {
color: #fff;
}
button {
background-color: #6BBE92;
width: 302px;
border: 0;
padding: 10px 0;
margin: 5px 0;
text-align: center;
color: #fff;
font-weight: bold;
}
html.waiting
{
cursor:wait;
}
#newDateRange {
width: 220px;
}
/* make the map work right */
.alpaca-field-leaflet-select select {
margin-bottom: 5px;
}
.alpaca-form-leaflet-select-map {
height: 400px;
width: 500px;
border: 1px solid gray;
/* float: right; */
margin-right: 4px;
/* margin-top: 5px; */
}
.control-label.alpaca-control-label{
color: red;
font: normal 14px/100% "Andale Mono", AndaleMono, monospace;
}
/* time range styling */
.alpaca-field-daterange input {
min-width: 260px;
}
.daterangepicker .calendar {
max-width: 320px;
}
/* give the map some reasonable defaults */
.alpaca-field-leaflet-select select,
.alpaca-field-leaflet-select button {
margin-bottom: 5px;
}
.alpaca-form-leaflet-select-map {
height: 200px;
width: 250px;
border: 1px solid gray;
}