Merge branch 'MDL-38854_master' of git://github.com/bmbrands/moodle

Conflicts:
	theme/bootstrap/style/generated.css
This commit is contained in:
Sam Hemelryk 2013-04-22 12:12:58 +12:00
commit b88338f647
2 changed files with 11 additions and 2 deletions

View File

@ -135,8 +135,17 @@
.block_calendar_upcoming .footer {
margin-top: .5em;
}
#adminsearchquery,
#blogsearchquery,
#searchform_search,
.block_adminblock select {
width: 100%;
max-width: 92%;
}
.block_adminblock .singleselect {
display: block;
}
#searchform_search {
width: auto;
}
// Overide for RTL layout.

File diff suppressed because one or more lines are too long