From 6f220c7fc7249aa5acc71717b59cefd7555814d3 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Wed, 25 Jun 2014 17:11:36 +0000 Subject: [PATCH] Make the list of gallery attachments in the "old iframe media modal" break less. The "columns" are not aligned with the headers, but this would require a markup rewrite of a deprecated feature. Fixes #28098. git-svn-id: https://develop.svn.wordpress.org/trunk@28829 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/deprecated-media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/css/deprecated-media.css b/src/wp-admin/css/deprecated-media.css index edd4c0b2bc..e7ab76e192 100644 --- a/src/wp-admin/css/deprecated-media.css +++ b/src/wp-admin/css/deprecated-media.css @@ -185,7 +185,7 @@ abbr.required { .menu_order { float: right; font-size: 11px; - margin: 10px 10px 0; + margin: 3px 10px 0; } .menu_order_input {