From dbe3951507e63e1158306fbb5160943615b31224 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Wed, 18 Mar 2015 18:28:38 -0500 Subject: [PATCH] fixed checboxes and radio widgets --- applications/welcome/static/css/web2py-bootstrap3.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/applications/welcome/static/css/web2py-bootstrap3.css b/applications/welcome/static/css/web2py-bootstrap3.css index 02578473..f91215db 100644 --- a/applications/welcome/static/css/web2py-bootstrap3.css +++ b/applications/welcome/static/css/web2py-bootstrap3.css @@ -307,4 +307,7 @@ td.w2p_fc, .web2py_grid, .web2py_grid table { width: 100%; +} +input[type=checkbox], input[type=radio] { + margin: 4px 5px 0 0; } \ No newline at end of file