mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
RTL fixes for Media Lib, and upgrading color box to 1.5.13
This commit is contained in:
@@ -54,4 +54,12 @@
|
||||
display: inline-block;
|
||||
width: 200px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/* RTL */
|
||||
|
||||
.dir-rtl .filter {
|
||||
float: right;
|
||||
margin-right: inherit;
|
||||
margin-left: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user