From efec7e973e91ec0d124220fc030228c46a10550f Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Fri, 14 Aug 2015 23:32:10 +0200 Subject: [PATCH 1/2] This hopefully will solve issue 1348 --- view/theme/vier/style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 11bb2944de..64788d60b6 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -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 { From 72c8fff9097c11baccb294a8ddd16bc5af34baa4 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sat, 15 Aug 2015 07:08:32 +0200 Subject: [PATCH 2/2] Improved register link and open-id input. --- view/theme/vier/style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 64788d60b6..29a4eb3723 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -2171,7 +2171,17 @@ aside #div_id_remember label { float: inherit; } -aside #id_username, aside #id_password { +aside div #login-submit-button { + margin-left:0px; +} + +aside #register-link, aside #lost-password-link { + display: block; +} + +aside #id_username, +aside div #id_openid_url, +aside #id_password { width: 170px; max-width: 170px; }