mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Fixing RTL issue with margin in media lib
This commit is contained in:
parent
4ccafe09a7
commit
518def74ed
@ -441,6 +441,10 @@
|
||||
float: left;
|
||||
}
|
||||
|
||||
.dir-rtl #media-library-main-navigation > ul { /* sub-navigations, e.g. folders */
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
||||
.dir-rtl #button-recent i {
|
||||
padding-left:5px;
|
||||
padding-right: 3px;
|
||||
|
Loading…
Reference in New Issue
Block a user