Added some of the original formatting back into the sql log table.

git-svn-id: file:///svn-source/pmgr/branches/initial_20090526@48 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-06-01 02:11:48 +00:00
parent 52528f1c0e
commit 9db4dd737d

View File

@@ -65,13 +65,31 @@
} }
.cake-sql-log table { table.cake-sql-log {
background: #f4f4f4; background: #f4f4f4;
border:1px solid #ccc;
border-right:0;
clear: both;
color: #333;
margin-bottom: 10px;
width: 100%;
} }
.cake-sql-log td { .cake-sql-log td {
background: #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
vertical-align: top;
padding: 4px 8px; padding: 4px 8px;
text-align: left; 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 */ /* Paging */
div.paging { div.paging {