all repos — nirvash @ 29583ab7d916e6589bbeefa6bb102de5cb11e58a

modular CMS using the quartzgun library

fix login layout
Iris Lightshard nilix@nilfm.cc
PGP Signature
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEkFh6dA+k/6CXFXU4O3+8IhROY5gFAmKi69YACgkQO3+8IhRO
Y5gn9RAAln+JTnDc/09Q+nBqT5z2JIUyoeMKEgKhO8LPoa54z+1/YJq7OpAId/oK
65E7TZ0HnuFDvvPYM4wRjA7K+xdqP9h/aLVLBu3blNUca6FgWRtDREZ+uCZ05UhF
8kl0/qbLkVMvaWFEC9FILdWClKcz7bZCFa9q0bFwlS5xViJKPc2XczFcTBszkAFh
7M9Lp2bmMn+4WI0SvKuYDXl24qAxI3zzugGRPLxLATkrHkwCYlQw6mJyOZomDWbR
u9KoKh0ndAf+9A2qXSOFmmYi45FGbxPgRFlgoEHJ2cENPhUwA4hQqXOhbYdDx3Me
jyOQF/Q0ULzK+SldcS4/ATIBnaFswsmEEbxb4siQyr/ghxGUF9QsIxxg7IiwPHzU
B51Fk9bdqx4+Yl6i1jyzSDgyH+uKHUhxT21oCNr/RQAIszwiuYVy8ZacCDZdqgsK
yTGD12KOMQMq7hbhut1n0YSnBSMvr344B75mY4SPcHsa5rVcdLKVmqK/4rji40yX
3L+IWMu5jPSebkPzE9FmlplMHCsdFLTcEJ5aqtp9IUBl/kdMDGN6O4Bqi3Z9TG70
NdxqJTYJPjC0CXiuU8KtsUFQsJBGI/M2Z029NnT2n4oj0OQgnkIpXX5Zjv5HXmOZ
aqA04iPetBN9yVZe5BI9m0bbic0FZNldX4Yff4rEWD0rC+EkhCM=
=Ex/b
-----END PGP SIGNATURE-----
commit

29583ab7d916e6589bbeefa6bb102de5cb11e58a

parent

59954b94d806d3e343b0fa6a17c70066b9d8fcda

1 files changed, 4 insertions(+), 4 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -48,9 +48,9 @@ position: absolute;

} -.login form input, #user-input, #password-input { +.login form input { display: block; - margin: 1em; + margin-top: 0.25em; margin-left: auto; margin-right: auto; background: transparent;

@@ -63,7 +63,6 @@

.login form input[type="text"], .login form input[type="password"] { transition: border 1s; outline: none; - margin-bottom: -17px; } .login form input:focus {

@@ -212,9 +211,10 @@ color: lightgray;

padding: 0.2em; transition: border 1s; outline: none; + box-sizing: border-box; } -form.editor input[type="text"], form.configurator input[type="text"], form.configurator input[type="number"] { +form.editor input[type="text"], form.configurator input[type="text"], form.configurator input[type="number"], form.build input[type="text"] { margin: 0; width: 100%;