From 9b3a9a32e40388c96fe64d4210e055b06ad2a2dd Mon Sep 17 00:00:00 2001 From: mdipierro Date: Wed, 11 Mar 2015 00:42:01 -0500 Subject: [PATCH] reduced space in forms --- .../welcome3/static/css/web2py-bootstrap3.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/applications/welcome3/static/css/web2py-bootstrap3.css b/applications/welcome3/static/css/web2py-bootstrap3.css index 03906836..f0fc5b3f 100644 --- a/applications/welcome3/static/css/web2py-bootstrap3.css +++ b/applications/welcome3/static/css/web2py-bootstrap3.css @@ -48,19 +48,19 @@ ul.list-group, .bs3-form ul , ul.nav-tabs, ul.nav-pills { p.lead { text-align: inherit; } -.bs3-form label { +form label { white-space: normal; } -.bs3-form.form-inline [type="text"], [type="password"], select { +form.form-inline [type="text"], [type="password"], select { margin-right: 0; } -.bs3-form div.error { +div.error { display: none; width: auto; background: transparent; border: none; - color: #a94442; padding: 0; + padding-left: 5px; background-image: none; } @@ -356,6 +356,10 @@ header h1 { .dropdown { z-index: 2000; } +.help-block { + margin-top: 0; + margin-bottom: 0; +} #w2padmin-btn { margin:30px 0 30px 0; }