Skip to content

Commit

Permalink
Merge branch '42682-26' of git://github.com/samhemelryk/moodle into M…
Browse files Browse the repository at this point in the history
…OODLE_26_STABLE
  • Loading branch information
danpoltawski committed Jan 20, 2014
2 parents 1605660 + d073c81 commit 4f02d00
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 7 deletions.
16 changes: 10 additions & 6 deletions theme/bootstrapbase/less/moodle/modules.less
Expand Up @@ -11,6 +11,13 @@ select {

// Forum

.path-mod-forum .forumsearch {
input,
.helptooltip {
margin: 0 3px;
}
}

.path-mod-forum .forumheaderlist,
.path-mod-forum .forumheaderlist td {
border: none;
Expand Down Expand Up @@ -71,12 +78,9 @@ select {
margin-bottom: 0 !important;
}

#page-mod-forum-discuss .discussioncontrol.displaymode {
text-align: left;
}

#page-mod-forum-discuss .discussioncontrols .discussioncontrol {
float: left;
#page-mod-forum-discuss .discussioncontrols {
width: auto;
margin: 0;
}

#page-footer {
Expand Down
22 changes: 22 additions & 0 deletions theme/bootstrapbase/less/moodle/responsive.less
Expand Up @@ -498,4 +498,26 @@
margin: 0 0 1em 0;
}
}

#page-mod-forum-discuss .discussioncontrols {
text-align: right;
.discussioncontrol {
float: none;
width: auto;
display: inline-block;
margin: 0 3px 0.5em;
select,
input {
margin-bottom: 0;
}
&.movediscussion {
margin-right: 0;
padding-right: 0;
}
}
}

#page-mod-forum-discuss.dir-rtl .discussioncontrols {
text-align: left;
}
}
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 4f02d00

Please sign in to comment.