1
0
Fork 0
mirror of https://github.com/voltbonn/diversity.volt.link.git synced 2024-06-28 08:50:56 +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 { .website_description {
margin-top: 16px; /* margin-top: 16px; */
transition: margin-top 0.2s ease; transition: margin-top 0.2s ease;
} }
@ -405,17 +405,18 @@ input.inline {
} }
label.languageChooserWrapper { label.languageChooserWrapper {
margin-top: 64px; margin: 32px 0 64px 0;
display: flex; display: flex;
align-items: center; align-items: center;
background: white; background: white;
color: black;
min-height: 64px; min-height: 64px;
padding: 0; padding: 0;
/*font-size: 1rem;*/ /*font-size: 1rem;*/
/*font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;*/ /*font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;*/
outline: none; outline: none;
cursor: pointer; cursor: pointer;
color: var(--volt-purple);
font-weight: bold;
} }
label.languageChooserWrapper .labelText { label.languageChooserWrapper .labelText {
@ -428,6 +429,8 @@ label.languageChooserWrapper select {
padding: 0 0 0 121px; padding: 0 0 0 121px;
margin-left: -84px; margin-left: -84px;
background: transparent; background: transparent;
color: inherit;
font-weight: inherit;
} }
.radio_or_checkbox_label { .radio_or_checkbox_label {

View file

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