From 5c863d110753678973e7523d127a42e8ef7800b9 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Tue, 22 Sep 2015 21:14:52 +0200 Subject: [PATCH] Adds menu word on mobile version --- app/assets/stylesheets/participacion.scss | 4 ++++ app/views/layouts/_header.html.erb | 2 +- config/locales/en.yml | 1 + config/locales/es.yml | 1 + 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/participacion.scss b/app/assets/stylesheets/participacion.scss index edcad4875..51dc4f3e7 100644 --- a/app/assets/stylesheets/participacion.scss +++ b/app/assets/stylesheets/participacion.scss @@ -524,6 +524,10 @@ header { &.menu-icon a { padding: 0 rem-calc(24); + + span::after { + right: 0; + } } } diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 62bb45674..1d1c091c7 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -13,7 +13,7 @@