mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-9190 Site policy xhtml compliance and other minor fixes
This commit is contained in:
parent
380a4235ff
commit
4d5dd30513
2 changed files with 29 additions and 11 deletions
|
@ -2549,6 +2549,20 @@ body#user-index .rolesform {
|
|||
text-align:center;
|
||||
}
|
||||
|
||||
#user-policy .noticebox {
|
||||
text-align:center;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
margin-bottom:10px;
|
||||
width:80%;
|
||||
height:250px;
|
||||
}
|
||||
|
||||
#user-policy #policyframe {
|
||||
width:100%;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Modules: Assignment
|
||||
***/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue