mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-07 00:47:00 +03:00
Allow a user to change his own password. Closes #62
This commit is contained in:
parent
22dfbed83d
commit
4478f1eed3
2 changed files with 71 additions and 3 deletions
|
@ -53,6 +53,14 @@ input[type="submit"] {
|
|||
font-weight: bold;
|
||||
padding: 8px;
|
||||
}
|
||||
input[type="submit"]:disabled {
|
||||
background: none repeat scroll 0 0 #FF0000;
|
||||
border: medium none;
|
||||
color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
padding: 8px;
|
||||
}
|
||||
.label {
|
||||
display: block;
|
||||
margin: 0 10px 0 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue