summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRaghu Nayyar <f2010658@goa.bits-pilani.ac.in>2016-08-29 09:26:39 +0200
committerLukas Reschke <lukas@statuscode.ch>2016-08-29 14:19:31 +0200
commitcdd9b6a6940d194da46ac4af9c5d6e8ef74f0f2c (patch)
treea33fa031c306f68d7dfe5ab55832a1d1c514a8de /core
parent3647fbe7cd86e743b059889d69b03fcf8207780f (diff)
downloadnextcloud-server-cdd9b6a6940d194da46ac4af9c5d6e8ef74f0f2c.tar.gz
nextcloud-server-cdd9b6a6940d194da46ac4af9c5d6e8ef74f0f2c.zip
Adds padding and max-width to the input for the sign up page. (#25959)
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css3
1 files changed, 2 insertions, 1 deletions
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;