mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-7861, xhtml strict fixes for choice
This commit is contained in:
parent
d25942e7ce
commit
95aa949b72
3 changed files with 38 additions and 13 deletions
|
@ -2086,16 +2086,37 @@ body#user-index .rolesform {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.anonymous {
|
||||
.anonymous,
|
||||
.names {
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
}
|
||||
|
||||
.names {
|
||||
.downloadreport {
|
||||
border:0px;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
}
|
||||
|
||||
.choiceresponse {
|
||||
width:100%;
|
||||
}
|
||||
.choiceresponse .picture {
|
||||
width:10px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.choiceresponse .fullname {
|
||||
width:100%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
.results.data {
|
||||
vertical-align:top;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Modules: Data
|
||||
***/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue