# HG changeset patch # User ymh # Date 1445896457 -3600 # Node ID 84831614d4c6b5952d96d33a358da430fba5cb2c # Parent b5028235c3d6830e77fbf8ebcd6d47e8ccface6d correct css for chrome diff -r b5028235c3d6 -r 84831614d4c6 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;