diff --git a/app/assets/stylesheets/rdash.css b/app/assets/stylesheets/rdash.css index 5a3424606..74740d07a 100644 --- a/app/assets/stylesheets/rdash.css +++ b/app/assets/stylesheets/rdash.css @@ -23,7 +23,7 @@ a { /** * Hamburg Menu - * When the class of 'hamburg' is applied to the body tag of the document, + * When the class of 'hamburg' is applied to the body tag of the document, * the sidebar changes it's style to attempt to mimic a menu on a phone app, * where the content is overlaying the content, rather than push it. */ @@ -362,7 +362,6 @@ ul.sidebar .sidebar-list .menu-icon { } .sidebar-footer { position: absolute; - height: 40px; bottom: 0; width: 100%; padding: 0; @@ -546,4 +545,4 @@ table { } .no-indent { text-indent: 0; -} \ No newline at end of file +} diff --git a/app/views/layouts/menu/_new_bottom.html.slim b/app/views/layouts/menu/_new_bottom.html.slim index e3ba555d6..5e7762e63 100644 --- a/app/views/layouts/menu/_new_bottom.html.slim +++ b/app/views/layouts/menu/_new_bottom.html.slim @@ -4,4 +4,6 @@ .col-xs-4 = link_to t('bottom_menu.contacts'), t('bottom_menu.contacts_url') .col-xs-4 - = link_to t('bottom_menu.support'), contact_url \ No newline at end of file + = link_to t('bottom_menu.support'), contact_url + .col-xs-12 + = link_to t('bottom_menu.tos'), 'https://www.openmandriva.org/tos'