-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
102 lines (85 loc) · 2.23 KB
/
style.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
body {
font-family: Arial, Helvetica, sans-serif;
color: gray;
overflow-x: hidden;
}
#title {
text-align: center;
}
#time-series-graph {
height: 550px;
}
#map {
border: 1px solid #A6D1DB;
}
#footer {
padding-top: 6px;
}
#summary {
font-size: smaller;
color: #545454;
}
.smallFont {
font-size: smaller;
}
.btn,.dropdown-menu {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.btn-custom-lighten.active {
color: rgba(255, 255, 255, 0.75);
}
.btn-custom-lighten {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #409bae;
background-image: -moz-linear-gradient(top, #388fa2, #4cacc1);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#388fa2), to(#4cacc1));
background-image: -webkit-linear-gradient(top, #388fa2, #4cacc1);
background-image: -o-linear-gradient(top, #388fa2, #4cacc1);
background-image: linear-gradient(to bottom, #388fa2, #4cacc1);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff388fa2', endColorstr='#ff4cacc1', GradientType=0);
border-color: #4cacc1 #4cacc1 #317e8f;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #4cacc1;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-custom-lighten:hover,
.btn-custom-lighten:focus,
.btn-custom-lighten:active,
.btn-custom-lighten.active,
.btn-custom-lighten.disabled,
.btn-custom-lighten[disabled] {
color: #ffffff;
background-color: #4cacc1;
*background-color: #3fa0b5;
}
.btn-custom-lighten:active,
.btn-custom-lighten.active {
background-color: #388fa2 ;
}
#coords .modal-dialog {
width : 350px;
}
#coords .modal-dialog .form-group {
margin-bottom : 3px;
}
#coords .modal-dialog .spacer {
height : 10px;
}
#coords .modal-footer {
padding: 15px 0px 0px 0px;
}
#coords .form-horizontal .control-label {
text-align: left;
}
div.dataTables_wrapper { clear: both;position: absolute;top : 0}
#dataTable {
display: none;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 200px;
}