MDL-42711 theme port from LM: reimplemented fixes from MDLSITE-2451 to align group icons if forumpost

This commit is contained in:
Aparup Banerjee 2013-11-12 15:56:40 +08:00
parent ff7d91053c
commit 73c4e333c3

View file

@ -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 {