From ea6a3b65fd5594d9e8f5a3e8b001fec50222bd6b Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Thu, 19 Apr 2012 11:09:08 -0500 Subject: [PATCH] separator in grid headers --- VERSION | 2 +- applications/welcome/static/css/web2py.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8a4b9f6a..95f1cd16 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.7 (2012-04-19 11:03:51) dev +Version 1.99.7 (2012-04-19 11:08:58) dev diff --git a/applications/welcome/static/css/web2py.css b/applications/welcome/static/css/web2py.css index a1a27839..ee8f1b07 100644 --- a/applications/welcome/static/css/web2py.css +++ b/applications/welcome/static/css/web2py.css @@ -15,7 +15,7 @@ left { float:left; text-align: left; } center { width:100; text-align: center; vertical-align:middle;} th, label { font-weight: bold; white-space: nowrap; } td, th { text-align: left; padding: 2px 5px 2px 5px; } -th { vertical-align: middle; } +th { vertical-align: middle; border-right: 1px solid white;} td { vertical-align: top; } form table tr td label { text-align: left; } p, table, ol, ul { padding: 0.5em 0 0.5em 0 }