Merge pull request #210 from AyuntamientoMadrid/select_language
Adds styles for language select
This commit is contained in:
BIN
app/assets/images/language_select.png
Normal file
BIN
app/assets/images/language_select.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
@@ -436,6 +436,24 @@ footer {
|
|||||||
// 08. Forms
|
// 08. Forms
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
||||||
|
form.locale-form {
|
||||||
|
display: inline-block;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
select {
|
||||||
|
background-image: url("language_select.png");
|
||||||
|
|
||||||
|
&.js-locale-switcher {
|
||||||
|
background-color: transparent;
|
||||||
|
border: 0;
|
||||||
|
color: white;
|
||||||
|
outline: none;
|
||||||
|
padding-left: rem-calc(3);
|
||||||
|
padding-right: rem-calc(24);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
|
|
||||||
label {
|
label {
|
||||||
|
|||||||
@@ -1,10 +1,8 @@
|
|||||||
<div class="locale">
|
<div class="locale">
|
||||||
<span>
|
<span class="inline-block"><%= t("layouts.header.locale") %></span>
|
||||||
<%= t("layouts.header.language") %>
|
<form class="locale-form">
|
||||||
<form>
|
<select class="js-locale-switcher" name="locale-switcher">
|
||||||
<select class="js-locale-switcher" name='locale-switcher'>
|
<%= available_locale_options_for_select %>
|
||||||
<%= available_locale_options_for_select %>
|
</select>
|
||||||
</select>
|
</form>
|
||||||
</form>
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ en:
|
|||||||
open_city_slogan: So the citizens can decide what kind of city they want.
|
open_city_slogan: So the citizens can decide what kind of city they want.
|
||||||
see_all_debates: See all debates
|
see_all_debates: See all debates
|
||||||
my_account_link: My account
|
my_account_link: My account
|
||||||
language: Site language
|
locale: "Site language:"
|
||||||
administration: Administration
|
administration: Administration
|
||||||
moderation: Moderation
|
moderation: Moderation
|
||||||
welcome: Welcome
|
welcome: Welcome
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
es:
|
es:
|
||||||
locale: 'Español'
|
locale: "Español"
|
||||||
layouts:
|
layouts:
|
||||||
header:
|
header:
|
||||||
external_link_transparency: Transparencia
|
external_link_transparency: Transparencia
|
||||||
@@ -13,7 +13,7 @@ es:
|
|||||||
open_city_slogan: Para que todos los madrileños decidamos que ciudad queremos tener.
|
open_city_slogan: Para que todos los madrileños decidamos que ciudad queremos tener.
|
||||||
see_all_debates: Ver todos los debates
|
see_all_debates: Ver todos los debates
|
||||||
my_account_link: Mi cuenta
|
my_account_link: Mi cuenta
|
||||||
language: Idioma de la página
|
locale: "Idioma de la página:"
|
||||||
administration: Administrar
|
administration: Administrar
|
||||||
moderation: Moderar
|
moderation: Moderar
|
||||||
welcome: Portada
|
welcome: Portada
|
||||||
|
|||||||
Reference in New Issue
Block a user