Fix login dialog layout.

Rearrange login dialog distinguish better between logging und registering.
This commit is contained in:
Andreas Neustifter
2018-04-23 19:00:47 +00:00
parent 5d1d0d1a9f
commit 2d8a4a923f
3 changed files with 67 additions and 8 deletions
+7
View File
@@ -91,6 +91,13 @@ nav ul {
width: 100% !important; height: 110px !important;
}
#login-extra-links, #login-form {
/* width: 341px; */
width: 100%;
}
#id_remember_label {
width: unset;
}
}
@media screen and (max-width: 480px) {