User style fixes for fixed top menu and list cached supplier loading

This commit is contained in:
2014-09-05 12:20:25 +02:00
parent dbe19779ca
commit f4c0a23eea
12 changed files with 35 additions and 16 deletions
@@ -1,6 +1,6 @@
App.ApplicationView = Ember.View.extend
didInsertElement: ->
$('.main-section').css 'min-height', ($(window).height() - $('.tab-bar:first').outerHeight())
$('.main-section').css 'min-height', $(window).height() - $('.top-menu').outerHeight()
$('.toggle-side-menu,.side-menu').click ->
menu = $('aside.side-menu')