Skip to content

Commit

Permalink
Merge branch 'MDL-44951-26' of git://github.com/jethac/moodle into MO…
Browse files Browse the repository at this point in the history
…ODLE_26_STABLE

Conflicts:
	theme/bootstrapbase/style/moodle.css
  • Loading branch information
marinaglancy committed Apr 16, 2014
2 parents 8ce6a7d + 2f06c0b commit 65b84eb
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 5 deletions.
42 changes: 38 additions & 4 deletions theme/bootstrapbase/less/moodle/modules.less
Expand Up @@ -54,15 +54,49 @@ select {
.header {
margin-bottom: 3px;
}
.maincontent {
.left {
padding: 0 10px 0 10px;
.picture img {
margin: 3px;
&.userpicture {
margin-left: 3px;
margin-right: 10px;
}
}
.content {
.posting.fullpost {
margin-top: 8px;
}
}
.row {
.topic,
.content-mask,
.options {
margin-left: 48px;
}
&.side {
clear: both;
}
}
}

.dir-rtl .forumpost {
.picture img {
&.userpicture {
margin-left: 10px;
margin-right: 3px;
}
}
.row {
.topic,
.content-mask,
.options {
margin-left: 0;
margin-right: 48px;
}
}
}

.forumpost .row .left {
width: auto;
width: 48px;
}

.forumpost .options .commands {
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 65b84eb

Please sign in to comment.