RTL: Fix media attach modal alignment.

props SergeyBiryukov.
fixes #28010.

git-svn-id: https://develop.svn.wordpress.org/trunk@29353 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-08-01 21:58:48 +00:00
parent 96daabb134
commit 6d656e7880
1 changed files with 7 additions and 2 deletions

View File

@ -278,9 +278,14 @@
.find-box-search .spinner {
float: none;
left: 125px;
left: 110px;
position: absolute;
top: 18px;
top: 2px;
}
.find-box-search,
#find-posts-response {
position: relative; /* RTL fix, #WP28010 */
}
#find-posts-input,