fixed slider css overlaping
This commit is contained in:
@@ -9,6 +9,9 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
color: rgba(0, 0, 0, 0);
|
color: rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
|
.no-ui-slider {
|
||||||
|
width: 95%
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#map {
|
#map {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<form method="POST" id="form-range">
|
<form method="POST" id="form-range">
|
||||||
|
|
||||||
<div class="row center-align" id="slider"></div>
|
<div class="row center-align no-ui-slider" id="slider"></div>
|
||||||
|
|
||||||
<div class="col s6 push-s3">
|
<div class="col s6 push-s3">
|
||||||
<a id="btnsubmit" href="#" class="welcome-center-button waves-effect waves-light btn">
|
<a id="btnsubmit" href="#" class="welcome-center-button waves-effect waves-light btn">
|
||||||
|
|||||||
Reference in New Issue
Block a user