mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-42711 theme port from LM: reimplemented fixes from MDLSITE-2451 to align group icons if forumpost
This commit is contained in:
parent
ff7d91053c
commit
73c4e333c3
1 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,14 @@ select {
|
||||||
.forumpost {
|
.forumpost {
|
||||||
.well;
|
.well;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
|
.header {
|
||||||
|
margin-bottom: 3px;
|
||||||
|
}
|
||||||
|
.maincontent {
|
||||||
|
.left {
|
||||||
|
padding: 0 10px 0 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.forumpost .row .left {
|
.forumpost .row .left {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue