From 8645365f587577ea6ea0e70eb0f5f8f0845c1ad5 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 7 Feb 2016 00:10:38 -0600 Subject: [PATCH] fixed some button style issues in grid --- applications/welcome/static/css/web2py-bootstrap3.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/applications/welcome/static/css/web2py-bootstrap3.css b/applications/welcome/static/css/web2py-bootstrap3.css index b356a7a9..7ab2f689 100644 --- a/applications/welcome/static/css/web2py-bootstrap3.css +++ b/applications/welcome/static/css/web2py-bootstrap3.css @@ -270,6 +270,7 @@ li.w2p_grid_breadcrumb_elem { .web2py_console select, .web2py_console a { margin: 2px; + padding: 6px 12px; } #wiki_page_body { width: 600px; @@ -285,7 +286,7 @@ li.w2p_grid_breadcrumb_elem { .web2py_console .form-control { width: 20%; display: inline; - height: 100%; + height: 32px; } .web2py_console #w2p_keywords { width: 50%; @@ -314,3 +315,6 @@ td.w2p_fc, input[type=checkbox], input[type=radio] { margin: 4px 4px 0 0; } +.btn { + margin-right: 5px; +} \ No newline at end of file