Move up/down buttons on top of go
This commit is contained in:
parent
d37195796f
commit
29b8330dc3
|
@ -8,8 +8,8 @@
|
||||||
{{input value=toPostNumber}} <button {{action jumpPost}} class='btn'>{{i18n topic.progress.go}}</button>
|
{{input value=toPostNumber}} <button {{action jumpPost}} class='btn'>{{i18n topic.progress.go}}</button>
|
||||||
</div>
|
</div>
|
||||||
<button {{action jumpBottom}} {{bind-attr disabled=jumpBottomDisabled}} class='btn full jump-bottom'>
|
<button {{action jumpBottom}} {{bind-attr disabled=jumpBottomDisabled}} class='btn full jump-bottom'>
|
||||||
<i class="fa fa-arrow-circle-down"></i>
|
|
||||||
{{i18n topic.progress.go_bottom}}
|
{{i18n topic.progress.go_bottom}}
|
||||||
|
<i class="fa fa-arrow-circle-down"></i>
|
||||||
</button>
|
</button>
|
||||||
</nav>
|
</nav>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
@ -117,6 +117,12 @@ a:hover.reply-new {
|
||||||
button.full {
|
button.full {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
i {
|
||||||
|
display: block;
|
||||||
|
margin-top: 2px;
|
||||||
|
margin-bottom: 2px;
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.jump-form {
|
.jump-form {
|
||||||
input[type="text"] {
|
input[type="text"] {
|
||||||
|
|
|
@ -70,6 +70,12 @@
|
||||||
button.full {
|
button.full {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
i {
|
||||||
|
display: block;
|
||||||
|
margin-top: 2px;
|
||||||
|
margin-bottom: 2px;
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.jump-form {
|
.jump-form {
|
||||||
input[type="text"] {
|
input[type="text"] {
|
||||||
|
|
Loading…
Reference in New Issue