RTL fixes for Media Lib, and upgrading color box to 1.5.13

This commit is contained in:
Nicholas Mayne
2014-08-27 23:46:11 +01:00
parent c7c9f8e233
commit 8087e46c12
11 changed files with 481 additions and 381 deletions

View File

@@ -54,4 +54,12 @@
display: inline-block;
width: 200px;
margin-top: 10px;
}
/* RTL */
.dir-rtl .filter {
float: right;
margin-right: inherit;
margin-left: 20px;
}