From 8de4fbf38fcd2f572b95f4b15564d452534b9dd4 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Wed, 18 Mar 2015 18:32:10 -0500 Subject: [PATCH] margin right --- applications/welcome/static/css/web2py-bootstrap3.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/applications/welcome/static/css/web2py-bootstrap3.css b/applications/welcome/static/css/web2py-bootstrap3.css index f91215db..ce4aea06 100644 --- a/applications/welcome/static/css/web2py-bootstrap3.css +++ b/applications/welcome/static/css/web2py-bootstrap3.css @@ -309,5 +309,8 @@ td.w2p_fc, width: 100%; } input[type=checkbox], input[type=radio] { - margin: 4px 5px 0 0; + margin: 4px 4px 0 0; +} +.btn { + margin-right: 4px; } \ No newline at end of file