]> git.mxchange.org Git - friendica.git/commitdiff
This hopefully will solve issue 1348
authorMichael Vogel <icarus@dabo.de>
Fri, 14 Aug 2015 21:32:10 +0000 (23:32 +0200)
committerMichael Vogel <icarus@dabo.de>
Fri, 14 Aug 2015 21:32:10 +0000 (23:32 +0200)
view/theme/vier/style.css

index 11bb2944de23e85726dbd6dd5b9d4758f2d6a302..64788d60b66c6f2eef8cb3ff86c063d29e140171 100644 (file)
@@ -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 {