Fix topbar on first sync page

This commit is contained in:
Piotr Sarnacki 2015-01-15 15:56:39 +01:00
parent 83bbb1d87f
commit 19c3b6f455
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ TravisRoute = Travis.Route
Route = TravisRoute.extend
setupController: ->
$('body').attr('id', 'home')
$('body').attr('id', 'simple')
toActivate = if @signedIn() then 'owned' else 'recent'
@container.lookup('controller:repos').activate(toActivate)
@_super.apply(this, arguments)

View File

@ -36,7 +36,7 @@ body > div:first-child
height: 55px
z-index: 1000
#auth, #not-found
#auth, #not-found, #simple
#top
top: 0