diff --git a/static/client/register/index.html b/static/client/register/index.html index d7ed8a1fe7..8c2ed7fbdf 100644 --- a/static/client/register/index.html +++ b/static/client/register/index.html @@ -1,6 +1,7 @@ Registration + diff --git a/static/client/register/style.css b/static/client/register/style.css index d5721c8210..a3398852b9 100644 --- a/static/client/register/style.css +++ b/static/client/register/style.css @@ -18,6 +18,10 @@ a:visited { color: #666; } a:hover { color: #000; } a:active { color: #000; } +input { + width: 100% +} + textarea, input { font-family: inherit; font-size: inherit;