Merge branch 'wip-MDL-39499-master' of git://github.com/ds125v/moodle

Conflicts:
	theme/bootstrapbase/style/moodle.css
This commit is contained in:
Sam Hemelryk 2013-05-07 17:11:28 +12:00
commit e4e8d577cd
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@
margin-right: 5px;
margin-bottom: 5px;
}
// Two singlebutton's side by side for ok/cancel.
#notice .buttons .singlebutton {
display: inline-block;
}
.continuebutton {
text-align: center;
}

File diff suppressed because one or more lines are too long