Add "remember me" checkbox in connect form
This commit is contained in:
+4
-1
@@ -61,7 +61,10 @@ body {
|
||||
margin: 0 auto;
|
||||
max-width: 300px;
|
||||
}
|
||||
#connect input {
|
||||
#connect input[type="text"],
|
||||
#connect input[type="username"],
|
||||
#connect input[type="password"],
|
||||
#connect input[type="url"] {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user