From d358f9a8836bc21ef4c9c9bee6d79ba31c4a5c2f Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Wed, 14 May 2014 14:41:32 +1000 Subject: [PATCH] Fix video meta box margins --- assets/css/admin.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/admin.css b/assets/css/admin.css index 81d5ba39..6d6e3447 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -23,6 +23,10 @@ content: "\f164"; } +#sp_videodiv .inside > fieldset > p:first-child { + margin-top: 7px !important; +} + #sp_videodiv .inside > fieldset > p:last-child { margin-bottom: 1px !important; }