mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Preventing assignment CSS from influencing other modules
This was discovered during workshop testing. User pictures were all displayed in size 35x35px regardless their size setting. This was caused by mod/assignment standard theme.
This commit is contained in:
parent
1df1adaacd
commit
94846b2673
@ -1,11 +1,11 @@
|
||||
.userpicture,
|
||||
.picture user,
|
||||
.picture teacher {
|
||||
.mod-assignment .userpicture,
|
||||
.mod-assignment .picture user,
|
||||
.mod-assignment .picture teacher {
|
||||
width:35px;
|
||||
height: 35px;
|
||||
vertical-align:top;
|
||||
}
|
||||
.modform {
|
||||
.mod-assignment .modform {
|
||||
text-align:center;
|
||||
}
|
||||
#wordcount {
|
||||
|
Loading…
x
Reference in New Issue
Block a user