Mobile fixes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user