correct css for chrome V03.01
authorymh <ymh.work@gmail.com>
Mon, 26 Oct 2015 22:54:17 +0100
changeset 663 84831614d4c6
parent 662 b5028235c3d6
child 664 1b5ed8af1aa0
correct css for chrome
src/hdalab/static/hdalab/css/login.css
--- 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;