mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
MDL-39684 theme: RTL align of restrictions label in file manager
This commit is contained in:
parent
e71a5333a3
commit
b4eed40953
3 changed files with 30 additions and 17 deletions
|
@ -282,7 +282,7 @@ a.ygtvspacer:hover {color:transparent;text-decoration:none;}
|
|||
/*
|
||||
* File Manager layout
|
||||
*/
|
||||
.fp-restrictions{text-align:right;}
|
||||
.filemanager .fp-restrictions {text-align:right;}
|
||||
.filemanager .fp-navbar {background:#F2F2F2;border-top:1px solid #BBBBBB;border-left:1px solid #BBBBBB;border-right:1px solid #BBBBBB;}
|
||||
.filemanager-toolbar {min-height:40px;}
|
||||
.fp-pathbar {border-top:1px solid #BBBBBB;padding:5px 8px 1px;min-height:20px;}
|
||||
|
@ -421,6 +421,7 @@ a.ygtvspacer:hover {color:transparent;text-decoration:none;}
|
|||
.dir-rtl .filepicker .yui-layout-unit-center {left:0;}
|
||||
.dir-rtl #filemenu .yuimenuitemlabel {text-align:right;}
|
||||
.dir-rtl .filemanager-container .yui3-skin-sam .yui3-datatable-header {text-align:right;}
|
||||
.dir-rtl .filemanager .fp-restrictions { text-align: left; }
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue