RTL: Fix media attach modal alignment.

props SergeyBiryukov.
fixes #28010.
Built from https://develop.svn.wordpress.org/trunk@29353


git-svn-id: http://core.svn.wordpress.org/trunk@29129 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling
2014-08-01 21:59:16 +00:00
parent e50ffd401e
commit 2cb623b062
4 changed files with 16 additions and 6 deletions

View File

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

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,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long