update guide

This commit is contained in:
Luke Pulverenti 2016-08-18 13:27:22 -04:00
parent 99599a8846
commit b1a4101e27
2 changed files with 2 additions and 2 deletions

View file

@ -121,7 +121,7 @@
return registrationServices.validateFeature('livetv').then(function () {
var limit = browser.mobile ? 100 : 500;
var limit = browser.slow ? 100 : 500;
context.querySelector('.guideRequiresUnlock').classList.add('hide');

View file

@ -20,7 +20,7 @@
</button>
</div>
<div style="padding:.5em;" class="guidePaging hide">
<div style="padding:.25em .5em;" class="guidePaging hide">
<button is="paper-icon-button-light" type="button" class="btnPreviousPage">
<i class="md-icon">arrow_back</i>
</button>