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
This commit is contained in:
abijah
2009-06-01 02:11:48 +00:00
parent 15c4b96a2a
commit a9a570d666

View File

@@ -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 {