Move up/down buttons on top of go

This commit is contained in:
Robin Ward 2014-06-12 17:24:11 -04:00
parent d37195796f
commit 29b8330dc3
3 changed files with 13 additions and 1 deletions

View File

@ -8,8 +8,8 @@
{{input value=toPostNumber}} <button {{action jumpPost}} class='btn'>{{i18n topic.progress.go}}</button>
</div>
<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}}
<i class="fa fa-arrow-circle-down"></i>
</button>
</nav>
{{/if}}

View File

@ -117,6 +117,12 @@ a:hover.reply-new {
button.full {
width: 100%;
margin-bottom: 5px;
i {
display: block;
margin-top: 2px;
margin-bottom: 2px;
font-size: 18px;
}
}
.jump-form {
input[type="text"] {

View File

@ -70,6 +70,12 @@
button.full {
width: 100%;
margin-bottom: 5px;
i {
display: block;
margin-top: 2px;
margin-bottom: 2px;
font-size: 18px;
}
}
.jump-form {
input[type="text"] {