From 40aa6cb1fe6ba44b779bef86e5ddeed3e63e2ed1 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 22 Oct 2013 22:58:46 +0530 Subject: [PATCH] increased the left padding for the custom checkbox/radio-inline class. --- 2014/assets/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index 17335aa9..471db6af 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -158,7 +158,7 @@ body { .radio-inline, .checkbox-inline { display: inline-block; - padding-left: 25px; + padding-left: 30px; margin-bottom: 0; font-weight: normal; vertical-align: middle; -- 2.25.1