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

Built from https://develop.svn.wordpress.org/trunk@26622


git-svn-id: http://core.svn.wordpress.org/trunk@26512 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-12-04 18:58:10 +00:00
parent 414a0f0693
commit 4b2e6ac5ad
4 changed files with 10 additions and 2 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;
}

File diff suppressed because one or more lines are too long

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;
}

File diff suppressed because one or more lines are too long