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; }