Got back the label indicating the current slide's number.
This commit is contained in:
parent
b8e32bf316
commit
6ca9bb1465
@ -124,7 +124,7 @@
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 105px;
|
||||
width: 138px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@ -145,3 +145,15 @@
|
||||
color: extract(@black, 1);
|
||||
}
|
||||
}
|
||||
|
||||
.previousSlide {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.nextSlide {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#presentationProgress {
|
||||
font-size: 25px;
|
||||
}
|
||||
|
@ -11,6 +11,9 @@
|
||||
<div id="controllers">
|
||||
<div id="switchSlideSection">
|
||||
{{> makeButton btn_class="switchSlideButton previousSlide" i_class="ion-arrow-left-a" rel="tooltip" data_placement="top" title="Previous"}}
|
||||
<span id="presentationProgress">
|
||||
{{presentationProgress}}
|
||||
</span>
|
||||
{{> makeButton btn_class="switchSlideButton nextSlide" i_class="ion-arrow-right-a" rel="tooltip" data_placement="top" title="Next"}}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user