MDL-45536 theme: Use width auto for inputs and textareas specifying them

Conflicts:
	theme/bootstrapbase/style/moodle.css
This commit is contained in:
Andrew Nicols
2014-05-20 14:25:45 +08:00
committed by Marina Glancy
parent 556a760d0c
commit 10f981a794
2 changed files with 8 additions and 1 deletions
@@ -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