From 48cbf74ba4ff4e6245a5922c5bf455be2ad5d90a Mon Sep 17 00:00:00 2001 From: pedrodelyra Date: Fri, 3 Jul 2015 15:34:55 -0300 Subject: [PATCH] Fixing checkbox and radio button size on External Feed Builder field on blog's edition page --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 5b7844e..b120093 100644 --- a/style.css +++ b/style.css @@ -3101,16 +3101,16 @@ li.folder-item:first-child { } #content #content-inner #boxes #fetch-external-feed > input { - margin: 0px; - margin-right: 5px; + height: 13px; + margin: 8px; vertical-align: middle; - width: 20px; + width: 13px; } #boxes #fetch-external-feed #external-feed-options #external-feed-options-only-once input { - width: 20px; + margin-right: 3px; + width: 13px; vertical-align: middle; - margin-bottom: 5px; } #boxes #fetch-external-feed #external-feed-options #external-feed-options-only-once label { -- libgit2 0.21.2