proper fix for top page bottom buttons on mobile

This commit is contained in:
Jeff Atwood 2014-08-25 12:55:45 -07:00
parent a11cc46c73
commit de1e0345df
2 changed files with 6 additions and 0 deletions
app/assets
javascripts/discourse/templates/mobile/discovery
stylesheets/mobile

View file

@ -46,6 +46,7 @@
{{#if top}}
<h3>
{{#link-to "discovery.categories"}}{{i18n topic.browse_all_categories}}{{/link-to}}, {{#link-to 'discovery.latest'}}{{i18n topic.view_latest_topics}}{{/link-to}} {{i18n or}} {{i18n filters.top.other_periods}}
<br/>
{{top-period-buttons period=period}}
</h3>
{{else}}

View file

@ -0,0 +1,5 @@
h3 .top-title-buttons button {
margin-right: 10px;
clear: both;
margin-top: 5px;
}