Skip to content

Commit

Permalink
Merge branch 'MDL-45076-25' of git://github.com/FMCorz/moodle into MO…
Browse files Browse the repository at this point in the history
…ODLE_25_STABLE

Conflicts:
	theme/bootstrapbase/style/moodle.css
  • Loading branch information
danpoltawski committed Apr 16, 2014
2 parents 0f2e18f + e969f5f commit 58eea2b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
29 changes: 17 additions & 12 deletions theme/bootstrapbase/less/moodle/user.less
Expand Up @@ -54,18 +54,23 @@
text-align: left;
padding: 4px;
}
.userlist table.controls {
width: 100%;
}
.userlist table.controls tr {
vertical-align: top;
}
.userlist table.controls td.right,
.userlist table.controls td.left {
padding: 4px;
}
.userlist table.controls .right {
text-align: right;
.userlist {
table.controls {
width: 100%;
tr {
vertical-align: top;
}
.right {
text-align: right;
}
.groupselector {
margin-bottom: 0;
margin-top: 0;
label {
display: block;
}
}
}
}
.userinfobox {
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 58eea2b

Please sign in to comment.