RTL fix for themes.php. props yoavf. fixes #26405.

git-svn-id: https://develop.svn.wordpress.org/trunk@26622 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-12-04 18:57:07 +00:00
parent 44024c21be
commit 26fcb00dd8
1 changed files with 4 additions and 0 deletions

View File

@ -6626,6 +6626,10 @@ span.imgedit-scale-warn {
z-index:4;
}
.rtl .theme-browser .theme.add-new-theme span:after {
text-indent: 4px;
}
.theme-browser .theme.add-new-theme:hover .theme-screenshot {
background: none;
}