mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user