Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
I
i20rzslider
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jedife
i20rzslider
Commits
ba3ea1f1
Commit
ba3ea1f1
authored
Jun 02, 2016
by
Jez McKean
Committed by
Valentin Hervieu
Jun 02, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added classes to floor and ceil label to allow styling (#337)
parent
7e9e1942
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
rzSliderTpl.html
src/rzSliderTpl.html
+2
-2
No files found.
src/rzSliderTpl.html
View file @
ba3ea1f1
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
</span>
<!-- // 1 Highlight between two handles -->
</span>
<!-- // 1 Highlight between two handles -->
<span
class=
"rz-pointer rz-pointer-min"
ng-style=
minPointerStyle
></span>
<!-- // 2 Left slider handle -->
<span
class=
"rz-pointer rz-pointer-min"
ng-style=
minPointerStyle
></span>
<!-- // 2 Left slider handle -->
<span
class=
"rz-pointer rz-pointer-max"
ng-style=
maxPointerStyle
></span>
<!-- // 3 Right slider handle -->
<span
class=
"rz-pointer rz-pointer-max"
ng-style=
maxPointerStyle
></span>
<!-- // 3 Right slider handle -->
<span
class=
"rz-bubble rz-limit"
></span>
<!-- // 4 Floor label -->
<span
class=
"rz-bubble rz-limit
rz-floor
"
></span>
<!-- // 4 Floor label -->
<span
class=
"rz-bubble rz-limit"
></span>
<!-- // 5 Ceiling label -->
<span
class=
"rz-bubble rz-limit
rz-ceil
"
></span>
<!-- // 5 Ceiling label -->
<span
class=
"rz-bubble"
></span>
<!-- // 6 Label above left slider handle -->
<span
class=
"rz-bubble"
></span>
<!-- // 6 Label above left slider handle -->
<span
class=
"rz-bubble"
></span>
<!-- // 7 Label above right slider handle -->
<span
class=
"rz-bubble"
></span>
<!-- // 7 Label above right slider handle -->
<span
class=
"rz-bubble"
></span>
<!-- // 8 Range label when the slider handles are close ex. 15 - 17 -->
<span
class=
"rz-bubble"
></span>
<!-- // 8 Range label when the slider handles are close ex. 15 - 17 -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment