From 82bb245d4370f0bb66f4fa356449e04b6b960c46 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 16 Sep 2012 12:23:19 -0500 Subject: [PATCH] fixed alignment in forms with list:string --- VERSION | 2 +- applications/welcome/static/css/web2py_bootstrap.css | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 4175568a..dc79b0ad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.0.9 (2012-09-16 11:46:00) stable +Version 2.0.9 (2012-09-16 12:23:15) stable diff --git a/applications/welcome/static/css/web2py_bootstrap.css b/applications/welcome/static/css/web2py_bootstrap.css index 801cf627..4e2ca1df 100644 --- a/applications/welcome/static/css/web2py_bootstrap.css +++ b/applications/welcome/static/css/web2py_bootstrap.css @@ -156,6 +156,14 @@ div.error { -webkit-border-radius: 4px; } +form table tr { + margin-bottom: 9px; +} + +td.w2p_fw ul { + margin-left: 0px; +} + input[type="button"], input[type="submit"] { // to be fixed }