Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
Merge branch 'MDL-45930-master' of git://github.com/danpoltawski/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Jan 7, 2015
2 parents ac38af7 + 41284e8 commit ac667aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions theme/base/style/filemanager.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ a.ygtvspacer:hover {color:transparent;text-decoration:none;}
.file-picker.fp-select.loading .fp-select-loading {display:block;}
.file-picker.fp-select.loading form {display:none;}
.fp-select .fp-dimensions.fp-unknown {display:none;}
.fp-select .fp-size.fp-unknown {display:none;}

/*
* File Manager
Expand Down
3 changes: 3 additions & 0 deletions theme/bootstrapbase/less/moodle/filemanager.less
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,9 @@ a.ygtvspacer:hover {
.fp-select .fp-dimensions.fp-unknown {
display: none;
}
.fp-select .fp-size.fp-unknown {
display: none;
}
// File Manager
.filemanager-loading{
display: none;
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit ac667aa

Please sign in to comment.