Improve look of OpenID login on small screen devices
This commit is contained in:
parent
84733f2fb0
commit
419b2cb696
1 changed files with 14 additions and 2 deletions
|
@ -126,16 +126,28 @@ h1 {
|
||||||
|
|
||||||
/* Rules for the login form */
|
/* Rules for the login form */
|
||||||
|
|
||||||
#loginForm input#user_email {
|
#login_login input#user_email {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 18em;
|
max-width: 18em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#loginForm input#user_password {
|
#login_login input#user_password {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 18em;
|
max-width: 18em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#login_login input#openid_url {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 18em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#login_openid_buttons td {
|
||||||
|
padding-left: 2px;
|
||||||
|
padding-right: 2px;
|
||||||
|
padding-top: 2px;
|
||||||
|
padding-bottom: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Rules for the profile page */
|
/* Rules for the profile page */
|
||||||
|
|
||||||
.user_map {
|
.user_map {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue