This hopefully will solve issue 1348

2022.09-rc
Michael Vogel 2015-08-14 23:32:10 +02:00
rodzic e224e12cb9
commit efec7e973e
1 zmienionych plików z 11 dodań i 1 usunięć

Wyświetl plik

@ -2163,7 +2163,17 @@ aside form {
overflow-x: hidden;
}
aside form .field label {
float: inherit;
float: left;
width: 170px;
}
aside #div_id_remember label {
float: inherit;
}
aside #id_username, aside #id_password {
width: 170px;
max-width: 170px;
}
#profile-edit-links-end {