mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-9652 rename new password reveal to unmask
This commit is contained in:
parent
fb01314b0e
commit
54bb33eb10
13 changed files with 27 additions and 27 deletions
|
@ -553,10 +553,10 @@ form.mform div.error,form.mform fieldset.error {
|
|||
form.mform .fcheckbox input {
|
||||
margin-left: 0px;
|
||||
}
|
||||
form.mform .fpassword .reveal {
|
||||
form.mform .fpassword .unmask {
|
||||
display:inline;
|
||||
}
|
||||
form.mform .fpassword .reveal input {
|
||||
form.mform .fpassword .unmask input {
|
||||
margin-left:5px;
|
||||
margin-right:3px;
|
||||
}
|
||||
|
@ -995,12 +995,12 @@ body#admin-modules table.generaltable td.c0
|
|||
padding: 0.3em 0 1.5em 0;
|
||||
}
|
||||
|
||||
#adminsettings .form-item .reveal input {
|
||||
#adminsettings .form-item .unmask input {
|
||||
margin-left:5px;
|
||||
margin-right:3px;
|
||||
}
|
||||
|
||||
#adminsettings .form-item .reveal label {
|
||||
#adminsettings .form-item .unmask label {
|
||||
width: auto;
|
||||
text-align: left;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue