diff --git a/src/Views/gagepage.html b/src/Views/gagepage.html
index f445f019..0e223961 100644
--- a/src/Views/gagepage.html
+++ b/src/Views/gagepage.html
@@ -280,32 +280,29 @@
-
-
-
-
-
-
-
-
-
-
Plot USGS Measurements Between Months
-
+
Plot USGS Measurements Between Years
-
+
-
+
+
+
+
+
+
+
+
@@ -331,7 +328,7 @@
StreamStats Gage Page
-
+
Data:
diff --git a/src/config.js b/src/config.js
index 755c6a84..f4040ed1 100644
--- a/src/config.js
+++ b/src/config.js
@@ -47,7 +47,7 @@ var StreamStats;
'StreamStats.Services',
'StreamStats.Controllers',
'WiM.Services', 'WiM.Event', 'wim_angular', 'rzModule', 'nvd3', 'daterangepicker',
- 'angularjs-dropdown-multiselect',
+ 'angularjs-dropdown-multiselect',
'ngSanitize',
'highcharts-ng'
])
diff --git a/src/css/main.css b/src/css/main.css
index 32a1d83d..805fa264 100644
--- a/src/css/main.css
+++ b/src/css/main.css
@@ -1100,7 +1100,8 @@ div.leaflet-top > .elevation {
}
.ageQualityLegend {
- position: absolute;
+ position: flex;
+ display: inline-block;
bottom: 220px;
left: 680px;
background-color: white;
@@ -1110,6 +1111,10 @@ div.leaflet-top > .elevation {
font-size: 13px;
font-weight: bold;
z-index: 100;
+ width: 230px;
+ margin-left: 150px;
+ margin-top: 10px;
+ margin-bottom: 10px
}
.ageQualityLegend-item {
@@ -1571,7 +1576,7 @@ Batch processor modal
.slider-container {
display: flex;
justify-content: space-between;
- width: 100%;
+ width: 90%;
padding: 0 20%;
}