mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-39436 fixing RTL in filemanager - contextmenu icon
This commit is contained in:
parent
dde6bdf973
commit
d58f998eb4
3 changed files with 16 additions and 1 deletions
|
@ -330,6 +330,10 @@ a.ygtvspacer:hover {color: transparent;text-decoration: none;}
|
|||
.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;}
|
||||
|
||||
.dir-rtl .filemanager .fp-iconview .fp-folder.fp-hascontextmenu .fp-contextmenu {left:7px;right:inherit;}
|
||||
.dir-rtl .filemanager .fp-treeview .fp-folder.fp-hascontextmenu .fp-contextmenu,
|
||||
.dir-rtl .filemanager .fp-tableview .fp-folder.fp-hascontextmenu .fp-contextmenu {left:inherit;right: 16px;margin-right: 0;}
|
||||
|
||||
/*
|
||||
* Drag and drop support (filemanager and filepicker form elements)
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue