From: Michael Vogel Date: Fri, 14 Aug 2015 21:32:10 +0000 (+0200) Subject: This hopefully will solve issue 1348 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=efec7e973e91ec0d124220fc030228c46a10550f;p=friendica.git This hopefully will solve issue 1348 --- 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 {