FEATURE: fit a bit more on the progress bar

This commit is contained in:
Jeff Atwood 2014-07-04 02:44:39 -07:00
parent b8a4e52541
commit 8de5f014fc
3 changed files with 2 additions and 3 deletions

View File

@ -15,7 +15,7 @@
{{/if}}
<nav id='topic-progress' title="{{i18n topic.progress.title}}" {{bind-attr class="hideProgress:hidden"}}>
<div class='nums'>
<h4>{{progressPosition}}</h4><span {{bind-attr class="hugeNumberOfPosts:hidden"}}> <span>{{i18n of_value}}</span> <h4>{{postStream.filteredPostsCount}}</h4></span>
<h4>{{progressPosition}}</h4><span {{bind-attr class="hugeNumberOfPosts:hidden"}}> <span>/</span> <h4>{{postStream.filteredPostsCount}}</h4></span>
</div>
<i {{bind-attr class=":fa expanded::fa-sort"}}></i>
<div class='bg'>&nbsp;</div>

View File

@ -95,7 +95,6 @@ en:
not_implemented: "That feature hasn't been implemented yet, sorry!"
no_value: "No"
yes_value: "Yes"
of_value: "of"
generic_error: "Sorry, an error has occurred."
generic_error_with_reason: "An error occurred: %{error}"
log_in: "Sign In"

View File

@ -347,7 +347,7 @@ posting:
default: false
short_progress_text_threshold:
client: true
default: 1000
default: 10000
default_code_lang:
client: true
default: "lang-auto"