Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorPellaeon Lin <nfsmwlin@gmail.com>2015-11-14 07:42:51 +0300
committerPellaeon Lin <nfsmwlin@gmail.com>2015-11-14 07:42:51 +0300
commit8e987329baae9ca506150ae386226de787efe067 (patch)
treebc68a40b9ef0c88149e2d8532e87444e631896b6 /css
parent6865cfd9d0e26ed387ae3dfb787cd312183df389 (diff)
Fix# account creation form style, because core ditched the icons and we
depend on it
Diffstat (limited to 'css')
-rw-r--r--css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index e373081..61e6079 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,8 +1,8 @@
-#email, #username {
+#email, #username, #password {
width: 223px !important;
padding-left: 36px !important;
}
-#email-icon, #username-icon {
+#email-icon, #username-icon, #password-icon {
position: absolute;
left: 16px;
top: 22px;