Merge branch 'MDL-45536-master' of git://github.com/andrewnicols/moodle

Conflicts:
	theme/bootstrapbase/style/moodle.css
This commit is contained in:
Marina Glancy 2014-05-20 14:25:10 +08:00
commit 143eef0e37
2 changed files with 8 additions and 1 deletions

View File

@ -634,3 +634,10 @@ fieldset.coursesearchbox label {
margin-left: 1em;
}
}
/* Revert to the non-fixed width where a textarea has the number of columns
specified, or an input has it's size specified. */
textarea[cols],
input[size] {
width: auto;
}

File diff suppressed because one or more lines are too long