Mobile fixes

This commit is contained in:
2015-03-31 17:36:29 +02:00
parent 792a31edfd
commit 42b77b164e
7 changed files with 14 additions and 7 deletions
+2 -2
View File
@@ -8,9 +8,9 @@
.light3
.container
#header
#header-right= render 'theme1/social'
#header-right.show-for-medium-up= render 'theme1/social'
#logo= link_to image_tag('icons/logo-text.png', alt: application_title), main_app.root_path
= link_to t('devise.registrations.link'), main_app.new_suppliers_path, class: 'signup-button'
= link_to t('devise.registrations.link'), main_app.new_suppliers_path, class: 'signup-button show-for-medium-up'
#nav-wrap
.navbar
.navbar-inner= render 'theme1/navigation'