From af9148c053723c061c9c9218b934e7f912dc06d6 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Fri, 6 Dec 2013 21:45:01 +0000 Subject: [PATCH] RTL: Don't flip thumbnail positions in Insert Media window. Restores pre-3.8 behavior. props siobhyb for the initial patch. fixes #26461. git-svn-id: https://develop.svn.wordpress.org/trunk@26748 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/media-views.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-includes/css/media-views.css b/src/wp-includes/css/media-views.css index 142c9f93b6..70419a6b3f 100644 --- a/src/wp-includes/css/media-views.css +++ b/src/wp-includes/css/media-views.css @@ -700,11 +700,13 @@ overflow: hidden; } +/* @noflip */ .attachment .thumbnail img { top: 0; left: 0; } +/* @noflip */ .attachment .thumbnail .centered { position: absolute; top: 0;