Allow users to select UI language at login or from Preferences rather than unpredictable behaviour from browsers. Fixes #2190

This commit is contained in:
Khushboo Vashi
2017-03-24 14:20:10 +00:00
committed by Dave Page
parent 6cb9ece6fd
commit 0eda6033df
11 changed files with 171 additions and 30 deletions

View File

@@ -767,3 +767,16 @@ lgg-el-container[el=md] .pg-el-lg-8,
.show_progress {
cursor: progress;
}
.user-language {
margin-top: 10px;
}
.user-language label{
float:left;
font-weight: normal !important;
}
.user-language div{
float:left;
}
.user-language select{
height: 25px !important;
}