-
Notifications
You must be signed in to change notification settings - Fork 3
/
style_CustomContainer.css
139 lines (121 loc) · 3.17 KB
/
style_CustomContainer.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
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
137
138
139
/* =============================================================================
Custom Map Elements
========================================================================== */
html body {
height: 100%;
min-height: 100%;
}
/*.map .container{
max-width: 100%;
}
*/
.col-md-nopad {
padding-left: 0px;
padding-right: 1px;
}
.button-panel {
position: relative;
top: 3px;
padding: 10px;
margin: 5px;
height: 100%;
border: 2px solid #828282;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #F2F2F2), color-stop(100%, #F2F2F2));
background: -webkit-linear-gradient(#F2F2F2, #d9d9d9);
background: -moz-linear-gradient(#F2F2F2, #d9d9d9);
background: -o-linear-gradient(#F2F2F2, #d9d9d9);
background: -ms-linear-gradient(#F2F2F2, #d9d9d9);
background: linear-gradient(#F2F2F2, #d9d9d9);
}
.map-panel {
position: relative;
top: 3px;
padding: 0px;
margin-top: 3px;
height: 100%;
/* width: 99.8%; */
border: 2px solid #828282;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #F2F2F2), color-stop(100%, #F2F2F2));
background: -webkit-linear-gradient(#F2F2F2, #d9d9d9);
background: -moz-linear-gradient(#F2F2F2, #d9d9d9);
background: -o-linear-gradient(#F2F2F2, #d9d9d9);
background: -ms-linear-gradient(#F2F2F2, #d9d9d9);
background: linear-gradient(#F2F2F2, #d9d9d9);
}
.panel-success-border {
margin: 0px;
}
#mapDiv {
/*position: relative;*/
height: 100%;
width: 100%;
overflow: inherit;
/*top: 0;*/
/*margin-top: 10px;*/
/*padding-right: 15px; */
z-index: 0;
}
.functionButton {
z-index: 1;
left: 0%;
top: 50px;
height: 0%;
width: 10%;
margin-right: 0px;
position: absolute;
bottom: 0px;
/*background: #ffcc00;*/ /* Take the solid color out to make it look nicer*/
/*border: 1px solid #f0b500; */
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
-o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
-moz-border-radius: 0px 2px 2px 0px;
-webkit-border-radius: 0px 2px 2px 0px;
-o-border-radius: 0px 2px 2px 0px;
-ms-border-radius: 0px 2px 2px 0px;
-khtml-border-radius: 0px 2px 2px 0px;
border-radius: 0px 2px 2px 0px;
padding-left: 0.5%;
padding-right: 0.5%;
}
/* For Custom dropdown select; not all of these are supported*/
select.form-control {
font-weight: bold;
text-transform: uppercase;
color: #444444;
text-align: center;
cursor: pointer;
white-space: nowrap;
font-size: 13px;
line-height: 1.846;
-webkit-user-select: none;
}
/*hide the ugly Choose File button */
.btn input {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 10px 12px 4px;
margin-top: 6px;
line-height: 14px;
font-size: 14px;
opacity: 0;
filter: alpha(opacity=0);
z-index:2;
cursor: pointer;
}
/* Change font color for modal form text in body */
.control-label {
color: black;
font-size: 16px;
}
/* Change font size of soil test values in status box*/
#area, #perimeter, #OM, #phos {
font-size: 22px;
font-weight: bold;
}
/* =============================================================================
Custom Map Elements
========================================================================== */