Skip to content

Commit

Permalink
MDL-38854: Bootstrap theme - text input in a block is wider than the …
Browse files Browse the repository at this point in the history
…block
  • Loading branch information
bmbrands committed Apr 19, 2013
1 parent 8a4f888 commit f0e683e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion theme/bootstrap/less/moodle/blocks.less
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions theme/bootstrap/style/generated.css

Large diffs are not rendered by default.

0 comments on commit f0e683e

Please sign in to comment.