Skip to content

Commit

Permalink
MDL-41213 bootstrap: fixed sizing of filepicker selected file licence…
Browse files Browse the repository at this point in the history
… selector
  • Loading branch information
Sam Hemelryk committed Aug 25, 2013
1 parent 22c943b commit 141d7a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions theme/bootstrapbase/less/moodle/filemanager.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
.file-picker input[type="text"] {
width: 265px;
}
.file-picker .fp-setlicense {
td {
max-width: 265px;
}
select {
max-width: 100%;
}
}
.fp-content-center {
height: 100%;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 141d7a3

Please sign in to comment.