Add Login Page LanguageDropdown CSS (#4767)

This commit is contained in:
Marcel 2017-08-10 14:29:41 +02:00 committed by Richard van der Hoff
parent 72d250d8c4
commit aae7515339

View file

@ -265,3 +265,16 @@ limitations under the License.
margin: 3px; margin: 3px;
vertical-align: top; vertical-align: top;
} }
.mx_Login_language {
margin-left: auto;
margin-right: auto;
min-width: 60%;
}
.mx_Login_language_div {
display: flex;
margin-top: 12px;
margin-bottom: 12px;
}