Merge branch 'MDL-45076-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE

Conflicts:
	theme/bootstrapbase/style/moodle.css
This commit is contained in:
Dan Poltawski
2014-04-16 09:10:34 +08:00
2 changed files with 18 additions and 13 deletions
+17 -12
View File
@@ -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%;
File diff suppressed because one or more lines are too long