slight back button improvements

This commit is contained in:
Jeff Atwood 2016-06-03 02:06:32 -07:00
parent c4e1ad0953
commit 9ac8974dd1
2 changed files with 5 additions and 1 deletions

View File

@ -113,6 +113,10 @@
position: absolute; position: absolute;
margin-left: -0.19em; margin-left: -0.19em;
.btn-small {
padding: 2px 5px;
}
i.progress { i.progress {
font-size: 0.5em; font-size: 0.5em;
color: dark-light-choose(scale-color($tertiary, $lightness: 80%), scale-color($tertiary, $lightness: 20%)); color: dark-light-choose(scale-color($tertiary, $lightness: 80%), scale-color($tertiary, $lightness: 20%));

View File

@ -1296,7 +1296,7 @@ en:
timeline: timeline:
back: "Back" back: "Back"
back_description: "Go back to first unread post" back_description: "Go back to your last unread post"
replies: "%{current} / %{total} replies" replies: "%{current} / %{total} replies"
replies_short: "%{current} / %{total}" replies_short: "%{current} / %{total}"