Centered help text in login form
This commit is contained in:
parent
bd8d1811e3
commit
4fc130e840
1 changed files with 12 additions and 0 deletions
|
@ -4,3 +4,15 @@
|
|||
#login-form form {
|
||||
width: 22.5em;
|
||||
}
|
||||
|
||||
#login-form .help {
|
||||
text-align: center;
|
||||
}
|
||||
#login-form .help ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
list-style-position: inside;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue