Skip to content

Commit

Permalink
MDL-41213 theme_bootstrapbase: fixed license filemanager overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Aug 28, 2013
1 parent 771d17f commit db314fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions theme/bootstrapbase/less/moodle/filemanager.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@
.file-picker input[type="text"] {
width: 265px;
}
.file-picker .fp-setlicense {
.filemanager .fp-license,
.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 db314fc

Please sign in to comment.