From 419b2cb6960e4bd29bafa6933afe2d545dc2e7ce Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 19 Jun 2011 17:54:47 +0100 Subject: [PATCH 1/1] Improve look of OpenID login on small screen devices --- public/stylesheets/small.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/small.css b/public/stylesheets/small.css index f4d51c868..353cf6fd0 100644 --- a/public/stylesheets/small.css +++ b/public/stylesheets/small.css @@ -126,16 +126,28 @@ h1 { /* Rules for the login form */ -#loginForm input#user_email { +#login_login input#user_email { width: 100%; max-width: 18em; } -#loginForm input#user_password { +#login_login input#user_password { width: 100%; 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 */ .user_map { -- 2.45.1