diff --git a/app/views/branded/layouts/_footer.html.erb b/app/views/branded/layouts/_footer.html.erb
index f7cc222..c5d5cf9 100644
--- a/app/views/branded/layouts/_footer.html.erb
+++ b/app/views/branded/layouts/_footer.html.erb
@@ -9,13 +9,13 @@
- <%= link_to "© 2016 - #{Time.now.year} #{Rails.configuration.branding[:organisation][:abbreviation]}".sanitize, "#{Rails.configuration.branding[:organisation][:url] }", target: "_blank" %>
- - •
+ - •
- <%= Rails.configuration.branding[:application][:version] %>
- - •
+ - •
- <%= _('About') %>
- <%= _('Terms of use') %>
- <%= d_('dmpopidor', 'Tutorials') %>
- - •
+ - •
- <%= _('Contact us') %>
diff --git a/lib/assets/stylesheets/dmpopidor.scss b/lib/assets/stylesheets/dmpopidor.scss
index cbf9184..d427f85 100644
--- a/lib/assets/stylesheets/dmpopidor.scss
+++ b/lib/assets/stylesheets/dmpopidor.scss
@@ -57,11 +57,16 @@
z-index: 50;
}
#footer-navbar {
+ margin-bottom: -20px;
+ position: absolute;
+ bottom: 0;
+ width: 100%;
+ border-radius:0px;
+ border-top: 3px solid $yellow;
&.navbar-dmpopidor {
background-color: $blue;
color: $white;
}
- border-top: 3px solid $yellow;
.navbar-nav {
li {
a, a:active,a:focus,a:visited {
@@ -81,6 +86,23 @@
}
}
+ @media (max-width: 1023px) {
+ #footer-navbar {
+ .break-point {
+ display: none;
+ }
+ li {
+ text-align: center;
+ img {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ }
+ }
+ }
+ }
+
+
/*