From cdd9b6a6940d194da46ac4af9c5d6e8ef74f0f2c Mon Sep 17 00:00:00 2001 From: Raghu Nayyar Date: Mon, 29 Aug 2016 09:26:39 +0200 Subject: Adds padding and max-width to the input for the sign up page. (#25959) --- core/css/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/css/styles.css b/core/css/styles.css index c2b883e4a36..25bc2d086d5 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -301,7 +301,8 @@ body { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; opacity: .7; } -#body-login input[type="password"] { +#body-login input[type="password"], +#body-login input[name="adminpass-clone"] { padding-right: 40px; box-sizing: border-box; min-width: 269px; -- cgit v1.2.3