--- a/src/hdalab/static/hdalab/css/login.css Mon Oct 26 19:23:18 2015 +0100
+++ b/src/hdalab/static/hdalab/css/login.css Mon Oct 26 22:54:17 2015 +0100
@@ -51,7 +51,7 @@
top: 50%;
border: solid transparent;
content: " ";
- height: 0;
+ height: [type="text"], height: [type="password"], height: [type="text"]0;
width: 0;
position: absolute;
pointer-events: none;
@@ -70,6 +70,12 @@
margin-top: -16px;
}
+.registration-field-wrapper input[type="text"],
+.registration-field-wrapper input[type="password"],
+.registration-field-wrapper input[type="email"] {
+ width: 99%;
+}
+
.registration-field-wrapper:hover .helptext {
display:inline-block;
position: absolute;