Skip to content

Commit

Permalink
Update to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IonDen committed Dec 2, 2014
1 parent 864a7ff commit 7391287
Show file tree
Hide file tree
Showing 9 changed files with 192 additions and 119 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ion.rangeSlider",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "https://github.com/IonDen/ion.rangeSlider",
"authors": [
{
Expand Down
9 changes: 5 additions & 4 deletions css/ion.rangeSlider.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Ion.RangeSlider
// css version 2.0.1
// css version 2.0.2
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

Expand All @@ -18,6 +18,7 @@
.irs-line {
position: relative; display: block;
overflow: hidden;
outline: none !important;
}
.irs-line-left, .irs-line-mid, .irs-line-right {
position: absolute; display: block;
Expand Down Expand Up @@ -53,13 +54,13 @@
z-index: 1;
}
.irs-slider.single {
left: 10px;

}
.irs-slider.from {
left: 100px;

}
.irs-slider.to {
left: 300px;

}
.irs-slider.type_last {
z-index: 2;
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Ion.Range Slider 2.0.1
# Ion.Range Slider 2.0.2

> English description | <a href="readme.ru.md">Описание на русском</a>
Easy and light range slider
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/en.html">Project page and demos</a>
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.0.1.zip">Download ion.rangeSlider-2.0.1.zip</a>
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.0.2.zip">Download ion.rangeSlider-2.0.2.zip</a>

***

Expand Down
4 changes: 2 additions & 2 deletions ion-rangeSlider.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ion-rangeSlider",
"version": "2.0.1",
"version": "2.0.2",
"title": "Ion.RangeSlider",
"description": "Cool, comfortable and easily customizable range slider with many options and skin support",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/IonDen/ion.rangeSlider",
"docs": "https://github.com/IonDen/ion.rangeSlider/blob/master/readme.md",
"demo": "http://ionden.com/a/plugins/ion.rangeSlider/en.html",
"download": "http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.0.1.zip",
"download": "http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.0.2.zip",
"dependencies": {
"jquery": ">=1.8"
}
Expand Down
Loading

0 comments on commit 7391287

Please sign in to comment.