From a9a570d666e37b26fdb9d4bc11d397212df24223 Mon Sep 17 00:00:00 2001 From: abijah Date: Mon, 1 Jun 2009 02:11:48 +0000 Subject: [PATCH] Added some of the original formatting back into the sql log table. git-svn-id: file:///svn-source/pmgr/branches/initial_20090526/site@48 97e9348a-65ac-dc4b-aefc-98561f571b83 --- webroot/css/cake.generic.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/webroot/css/cake.generic.css b/webroot/css/cake.generic.css index a6d84f3..6a5579f 100644 --- a/webroot/css/cake.generic.css +++ b/webroot/css/cake.generic.css @@ -65,13 +65,31 @@ } -.cake-sql-log table { +table.cake-sql-log { background: #f4f4f4; + border:1px solid #ccc; + border-right:0; + clear: both; + color: #333; + margin-bottom: 10px; + width: 100%; } .cake-sql-log td { + background: #fff; + border-right: 1px solid #ccc; + border-bottom: 1px solid #ccc; + vertical-align: top; padding: 4px 8px; text-align: left; } +.cake-sql-log th { + background: #f2f2f2; + border:1px solid #bbb; + border-top: 1px solid #fff; + border-left: 1px solid #fff; + text-align: center; +} + /* Paging */ div.paging {