From 07ee2da0d4ac34aac8ef6a36fe7d94838dc7b2ac Mon Sep 17 00:00:00 2001 From: Alex Aragon Date: Wed, 26 Apr 2017 14:56:51 -0500 Subject: [PATCH] fix space between radio buttons and text #1607 --- app/Resources/public/css/base.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/Resources/public/css/base.css b/app/Resources/public/css/base.css index 743db6a132..f336534e89 100644 --- a/app/Resources/public/css/base.css +++ b/app/Resources/public/css/base.css @@ -308,7 +308,9 @@ header{ text-align:center; vertical-align:middle; } - +input[type=checkbox], input[type=radio]{ + margin: 8px 0 0; +} #gradebook_list .centered .badge-group { width: auto; }