71 lines
1.3 KiB
CSS
71 lines
1.3 KiB
CSS
/******************
|
|
Price Range Slider
|
|
********************/
|
|
|
|
.price-range-block {
|
|
margin:60px;
|
|
}
|
|
|
|
.sliderText{
|
|
width:40%;
|
|
margin-bottom:30px;
|
|
border-bottom: 2px solid #89c74a;
|
|
padding: 10px 0 10px 0px;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.ui-slider-horizontal {
|
|
height: .6em;
|
|
}
|
|
.ui-slider-horizontal {
|
|
margin-bottom: 15px;
|
|
width:100%;
|
|
}
|
|
.ui-widget-header {
|
|
background: #89c74a;
|
|
}
|
|
|
|
.price-range-search {
|
|
width:40.5%;
|
|
background-color: #f9f9f9;
|
|
border: 1px solid #6e6666;
|
|
min-width: 40%;
|
|
display: inline-block;
|
|
height: 32px;
|
|
border-radius: 5px;
|
|
margin-bottom:20px;
|
|
font-size:16px;
|
|
}
|
|
.price-range-field{
|
|
width:45%;
|
|
min-width: 16%;
|
|
background-color:#f9f9f9;
|
|
border: 1px solid #6e6666;
|
|
color: black;
|
|
font-family: myFont;
|
|
font: normal 14px Arial, Helvetica, sans-serif;
|
|
border-radius: 5px;
|
|
height:26px;
|
|
padding:5px;
|
|
}
|
|
.search-results-block{
|
|
position: relative;
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
|
|
.ui-slider .ui-slider-handle {
|
|
outline: none;
|
|
border-radius: 50%;
|
|
}
|
|
.ui-state-active,
|
|
.ui-widget-content .ui-state-active,
|
|
.ui-widget-header .ui-state-active,
|
|
a.ui-button:active,
|
|
.ui-button:active,
|
|
.ui-button.ui-state-active:hover {
|
|
border: 1px solid #f9f9f9;
|
|
background: #89c74a;
|
|
font-weight: normal;
|
|
color: #ffffff;
|
|
} |