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
+1 -1
View File
@@ -14,7 +14,7 @@ html lang="en"
body
.header-nav-banner
= render 'theme1/header'
#home-splash
#home-splash.show-for-large-up
#home-splash-content
#home-splash-content-inner
#home-splash-content-inner-bar
+1 -1
View File
@@ -14,7 +14,7 @@ html lang=I18n.locale
body
.header-nav-banner
= render 'theme1/header'
#content-header
#content-header.show-for-large-up
.left
.right
.container
+2
View File
@@ -3,10 +3,12 @@
.footer-content-container
.footer-content
.fb-like data-href="http://mozo.bar/" data-layout="button" data-action="like" data-show-faces="true" data-share="true"
= link_to t('devise.registrations.link'), main_app.new_suppliers_path, class: 'signup-button'
= yield :footer
/= link_to 'disclaimer', go_to_path('disclaimer', locale: 'en')
/'
= link_to 'privacy', main_app.go_to_path('privacy', locale: 'en')
'
= link_to 'contact', main_app.go_to_path('contact', locale: 'en')
.clearfix
.footer-bottom © mozo.bar 2015
+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'