diff --git a/app/assets/stylesheets/participacion.scss b/app/assets/stylesheets/participacion.scss index 6e5ad3d7b..710fb8c6d 100644 --- a/app/assets/stylesheets/participacion.scss +++ b/app/assets/stylesheets/participacion.scss @@ -134,7 +134,7 @@ header { min-height: rem-calc(480); &.results { - min-height: rem-calc(192); + min-height: rem-calc(216); } h1 { @@ -276,6 +276,35 @@ header { } } +.subnavigation { + background: white; + border-bottom: 1px solid white; + clear: both; + + a { + color: $link; + font-size: rem-calc(14); + font-weight: bold; + + &.active { + color: $text; + + &:after { + bottom: -17px; + left: 50%; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + border-top-color: #fff; + border-width: 8px; + margin-left: -8px; + } + } + } +} + // 05. Footer // - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index b88dcded4..3572b9690 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -35,6 +35,21 @@ <%= render 'devise/menu/login_items' %> <%= render 'shared/admin_login_items' %> + + diff --git a/config/locales/en.yml b/config/locales/en.yml index f1d7ba646..a6b1115e5 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -15,6 +15,10 @@ en: language: Site language administration: Administration moderation: Moderation + welcome: Welcome + news: News + debates: Debates + initiatives: Initiatives footer: copyright: "Ayuntamiento de Madrid, 2015. All rights reserved" form: diff --git a/config/locales/es.yml b/config/locales/es.yml index 45cfac0d5..50b709375 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -15,6 +15,10 @@ es: language: Idioma de la página administration: Administar moderation: Moderar + welcome: Portada + news: Novedades + debates: Debates + initiatives: Iniciativas footer: copyright: "Ayuntamiento de Madrid, %{year}. Todos los derechos reservados" form: