Skip to content

Commit

Permalink
polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Jul 19, 2022
1 parent 0519b1b commit 5f91555
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
34 changes: 17 additions & 17 deletions src/css/nextgen.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ width: 350px;
}

.container-fluid {
height:100%;
height:100%;
width: 100%;
padding: 0px !important;
margin: 0px !important;
}

.fill{
width:100%;
width:100%;
height:100%;
min-height:100%;
padding: 0px !important;
Expand All @@ -78,12 +78,12 @@ width: 350px;
z-index: 2;
}
#sidebar {
margin: 0px;
padding: 0px;
height: 100%;
min-height: 100%;
overflow-y: hidden;
overflow-x: hidden;
margin: 0px;
padding: 0px;
height: 100%;
min-height: 100%;
overflow-y: hidden;
overflow-x: hidden;
}
#sidebar-content {
position: absolute;
Expand Down Expand Up @@ -133,24 +133,24 @@ width: 350px;
width: 100%;
}
#maptitlediv {
position: absolute;
top: 65px;
position: absolute;
top: 65px;
width: 100%;
padding: 0px;
z-index: 1001;
padding: 0px;
z-index: 1001;
text-align: center;
}
#maptitle {
color: #000;
font-weight: bold;
color: #000;
font-weight: bold;
font-size: larger;
margin: 0px;
padding: 10px;
border-radius: 0px 0px 5px 5px;
border: 1px solid #000;
background: #FFF;
background: #FFF;
text-align: center;
z-index: 1001;
z-index: 1001;
}
#fdetails {
background-color: rgba(0, 0, 0, 0.75);
Expand All @@ -162,7 +162,7 @@ width: 350px;
z-index: 1002;
}
#fdetails span {
color: #0ff;
color: #0ff;
}

/* xs < 768 */
Expand Down
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ <h4 class="modal-title" id="myModalLabel">Search for Watershed by Name</h4>

<div id="headerdiv">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-1 col-xs-1"></div>
<div class="col-lg-6 col-md-6 col-sm-11 col-xs-11">
<div class="col-lg-1 col-md-1 col-sm-1 col-xs-1"></div>
<div class="col-lg-8 col-md-8 col-sm-11 col-xs-11">
<img src="images/deplogo.png" height="50" class="pull-left visible-xs visible-sm hidden-md hidden-lg">
<img src="images/deplogo_large.png" height="50" class="pull-left hidden-xs hidden-sm visible-md visible-lg">
<ul class="nav nav-pills" style="margin-top: 5px;">
Expand Down Expand Up @@ -146,7 +146,7 @@ <h4 class="modal-title" id="myModalLabel">Search for Watershed by Name</h4>
</div>
<div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar">
<div class="pull-right" id="buttontabs">
<button id="btnq1" style="margin-top: 60px;" data-target="q1"
<button id="btnq1" style="margin-top: 100px;" data-target="q1"
class="btn btn-sq-sm btn-danger"><i class="fa fa-bars"></i></button>
</div><!-- ./pull-right buttons -->

Expand Down
2 changes: 1 addition & 1 deletion src/js/nextgen.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var varunits = {
var vartitle = {
avg_runoff: 'Water Runoff',
avg_loss: 'Soil Detachment',
qc_precip: 'Total Precipitation',
qc_precip: 'Precipitation',
avg_delivery: 'Hillslope Soil Loss'
};

Expand Down

0 comments on commit 5f91555

Please sign in to comment.