mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
slight back button improvements
This commit is contained in:
parent
c4e1ad0953
commit
9ac8974dd1
2 changed files with 5 additions and 1 deletions
|
@ -113,6 +113,10 @@
|
|||
position: absolute;
|
||||
margin-left: -0.19em;
|
||||
|
||||
.btn-small {
|
||||
padding: 2px 5px;
|
||||
}
|
||||
|
||||
i.progress {
|
||||
font-size: 0.5em;
|
||||
color: dark-light-choose(scale-color($tertiary, $lightness: 80%), scale-color($tertiary, $lightness: 20%));
|
||||
|
|
|
@ -1296,7 +1296,7 @@ en:
|
|||
|
||||
timeline:
|
||||
back: "Back"
|
||||
back_description: "Go back to first unread post"
|
||||
back_description: "Go back to your last unread post"
|
||||
replies: "%{current} / %{total} replies"
|
||||
replies_short: "%{current} / %{total}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue