From 3c8c25d680c54e11fe4a13c9a40bdf477f1dc978 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Fri, 21 Sep 2012 08:29:16 -0500 Subject: [PATCH] hidden fields should be visible --- VERSION | 2 +- applications/welcome/static/css/web2py_bootstrap.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index fa8769ff..e317e300 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.0.9 (2012-09-20 13:25:48) stable +Version 2.0.9 (2012-09-21 08:29:10) stable diff --git a/applications/welcome/static/css/web2py_bootstrap.css b/applications/welcome/static/css/web2py_bootstrap.css index 74534cb3..ad3e8385 100644 --- a/applications/welcome/static/css/web2py_bootstrap.css +++ b/applications/welcome/static/css/web2py_bootstrap.css @@ -98,6 +98,8 @@ td.w2p_fl,td.w2p_fc {padding:0;} OVERRIDING BOOTSTRAP.CSS RULES ==============================================================*/ +/* because web2py handles this via js */ +.hidden{visibility:visible;} /* right folder for bootstrap black images/icons */ [class^="icon-"],[class*=" icon-"]{ background-image:url("../images/glyphicons-halflings.png")