From 42d8287083ad01c76a52c6c5478dd1e216bc50ae Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Thu, 25 Apr 2013 16:47:20 +0100 Subject: [PATCH] MDL-39354 put back a bit of margin on checkboxes. --- theme/base/style/core.css | 3 ++- theme/canvas/style/core.css | 5 ----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index 14a5a2a19c2..5ecc247b29c 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -1,7 +1,8 @@ /** - * Required to undo YUI resets that override input size + * Required to undo YUI resets that override input size, margin, etc. */ input[type=text],input[type=password],textarea{width:auto;} +input[type=checkbox],input[type=radio]{margin-right: 7px;} /* Fix for YUI overriding styles */ strong{font-style:inherit;}em{font-weight:inherit;} diff --git a/theme/canvas/style/core.css b/theme/canvas/style/core.css index f846a186f3d..182de85b433 100644 --- a/theme/canvas/style/core.css +++ b/theme/canvas/style/core.css @@ -76,11 +76,6 @@ body { padding-left: 0; } -input[type="checkbox"], -input[type="radio"] { - margin-right: 7px; -} - /* Calendar -------------------------*/