mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Tidying up form appearance
1) Changed required/advanced images to something language neutral (asterisks) 2) Moved them to pixpath so people can override them easily 3) Hide the images completely using CSS (keep them only for accessibility) so that all the labels have a consistent alignment. 4) Use CSS to color the labels instead.
This commit is contained in:
parent
3efc06683a
commit
49c7f3a850
8 changed files with 24 additions and 7 deletions
|
@ -156,6 +156,13 @@ img.grouppicture {
|
|||
padding:10px;
|
||||
}
|
||||
|
||||
#notice .buttons .singlebutton {
|
||||
display:inline;
|
||||
}
|
||||
#notice .buttons form {
|
||||
display:inline;
|
||||
}
|
||||
|
||||
.errorbox {
|
||||
border-width:1px;
|
||||
border-style:solid;
|
||||
|
@ -439,6 +446,14 @@ form#adminsettings div.htmlarea {
|
|||
padding-top: 5px;
|
||||
}
|
||||
|
||||
form.mform .required img {
|
||||
display:none;
|
||||
}
|
||||
|
||||
form.mform .required label {
|
||||
color:#a00;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** Header
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue