mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-9239 New fromslib password element with reveal option
This commit is contained in:
parent
da586c3430
commit
0d4f86ce4b
5 changed files with 71 additions and 0 deletions
|
@ -553,6 +553,14 @@ form.mform div.error,form.mform fieldset.error {
|
|||
form.mform .fcheckbox input {
|
||||
margin-left: 0px;
|
||||
}
|
||||
form.mform .fpassword .reveal {
|
||||
display:inline;
|
||||
}
|
||||
form.mform .fpassword .reveal input {
|
||||
margin-left:5px;
|
||||
margin-right:3px;
|
||||
}
|
||||
|
||||
form#adminsettings div.htmlarea {
|
||||
clear: left;
|
||||
padding-top: 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue