1
0
Fork 0
mirror of https://github.com/voltbonn/diversity.volt.link.git synced 2024-06-24 23:10:57 +00:00

enabled the language chooser

This commit is contained in:
thomasrosen 2022-11-21 17:15:15 +01:00
parent e89a5427c3
commit 53359fbd8d
2 changed files with 7 additions and 4 deletions

View file

@ -151,7 +151,7 @@ margin: 32px 0 0 0;
}
.website_description {
margin-top: 16px;
/* margin-top: 16px; */
transition: margin-top 0.2s ease;
}
@ -405,17 +405,18 @@ input.inline {
}
label.languageChooserWrapper {
margin-top: 64px;
margin: 32px 0 64px 0;
display: flex;
align-items: center;
background: white;
color: black;
min-height: 64px;
padding: 0;
/*font-size: 1rem;*/
/*font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;*/
outline: none;
cursor: pointer;
color: var(--volt-purple);
font-weight: bold;
}
label.languageChooserWrapper .labelText {
@ -428,6 +429,8 @@ label.languageChooserWrapper select {
padding: 0 0 0 121px;
margin-left: -84px;
background: transparent;
color: inherit;
font-weight: inherit;
}
.radio_or_checkbox_label {

View file

@ -88,7 +88,7 @@
<div class="block_left">
<p class="website_description" data-translation-key="website_description"></p>
<label style="display:none;" class="languageChooserWrapper" for="languageChooserSelect">
<label class="languageChooserWrapper" for="languageChooserSelect">
<div class="labelText">Language:</div>
<select class="not_showingAllOptions" style="border-width:0;" id="languageChooserSelect">
<option value="de" selected>German (Deutsch)</option>