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