mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:16:41 +08:00
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>
|
||||
</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}}
|
||||
|
|
|
@ -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"] {
|
||||
|
|
|
@ -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"] {
|
||||
|
|
Loading…
Reference in New Issue
Block a user