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:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user