Skip to content

Commit

Permalink
Merge branch 'MDL-41159-master' of git://github.com/damyon/moodle
Browse files Browse the repository at this point in the history
Conflicts:
	theme/bootstrapbase/style/moodle.css
  • Loading branch information
Sam Hemelryk committed Aug 20, 2013
2 parents ead9cce + 048422d commit b89fbc4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion theme/base/style/filemanager.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ a.ygtvspacer:hover {color: transparent;text-decoration: none;}
* Folder Context Menu (File Manager only)
*/
.filemanager .fp-contextmenu {display:none;}
.filemanager .fp-iconview .fp-folder.fp-hascontextmenu .fp-contextmenu {display:block;position:absolute;right:7px;bottom:5px;z-index: 2000;}
.filemanager .fp-iconview .fp-folder.fp-hascontextmenu .fp-contextmenu {display:block;position:absolute;right:7px;bottom:5px;}
.filemanager .fp-treeview .fp-folder.fp-hascontextmenu .fp-contextmenu,
.filemanager .fp-tableview .fp-folder.fp-hascontextmenu .fp-contextmenu {display: inline;position: absolute;left: 14px;margin-right: -20px;top: 6px;}

Expand Down
1 change: 0 additions & 1 deletion theme/bootstrapbase/less/moodle/filemanager.less
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,6 @@ a.ygtvspacer:hover {
position: absolute;
right: 7px;
bottom: 5px;
z-index: 2000;
}
.filemanager .fp-treeview .fp-folder.fp-hascontextmenu .fp-contextmenu,
.filemanager .fp-tableview .fp-folder.fp-hascontextmenu .fp-contextmenu {
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit b89fbc4

Please sign in to comment.