Skip to content

Commit

Permalink
Update to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IonDen committed Aug 4, 2014
1 parent 52b64c8 commit 7fc6561
Show file tree
Hide file tree
Showing 9 changed files with 151 additions and 117 deletions.
8 changes: 4 additions & 4 deletions css/ion.rangeSlider.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Ion.RangeSlider
// css version 1.8.5
// by Denis Ineshin | ionden.com
// css version 1.9.2
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
Expand All @@ -21,7 +21,7 @@
left: 0; width: 10%;
}
.irs-line-mid {
left: 10%; width: 80%;
left: 9%; width: 82%;
}
.irs-line-right {
right: 0; width: 10%;
Expand Down Expand Up @@ -123,4 +123,4 @@
}
.irs-disabled {
opacity: 0.4;
}
}
6 changes: 3 additions & 3 deletions css/ion.rangeSlider.skinFlat.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Ion.RangeSlider, Flat UI Skin
// css version 1.8.5
// by Denis Ineshin | ionden.com
// css version 1.9.2
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
Expand Down Expand Up @@ -86,4 +86,4 @@
}

.irs-disabled {
}
}
6 changes: 3 additions & 3 deletions css/ion.rangeSlider.skinNice.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Ion.RangeSlider, Nice Skin
// css version 1.8.5
// by Denis Ineshin | ionden.com
// css version 1.9.2
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
Expand Down Expand Up @@ -82,4 +82,4 @@
}

.irs-disabled {
}
}
6 changes: 3 additions & 3 deletions css/ion.rangeSlider.skinSimple.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Ion.RangeSlider, Simple Skin
// css version 1.8.5
// by Denis Ineshin | ionden.com
// css version 1.9.2
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
Expand Down Expand Up @@ -82,4 +82,4 @@
}

.irs-disabled {
}
}
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": "1.9.1",
"version": "1.9.2",
"title": "Ion.RangeSlider",
"description": "Cool, comfortable and easily customizable range slider with many options and skin support",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,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-1.9.1.zip",
"download": "http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-1.9.2.zip",
"dependencies": {
"jquery": ">=1.9"
}
Expand Down
Loading

0 comments on commit 7fc6561

Please sign in to comment.