Minor tweak to the css to create a margin for each grid, and so added a div to wrap each item listing. Changed the search boxes to only be available for the overall item listing.

git-svn-id: file:///svn-source/pmgr/branches/ledger_transactions_20090605/site@124 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-06-14 23:54:48 +00:00
parent b02695631e
commit 352e3487cc
6 changed files with 49 additions and 18 deletions

View File

@@ -27,7 +27,7 @@ table caption { text-align: left;
padding-bottom: 0.5em;
}
table.item { margin-bottom: 1.5em; }
div.item.list { margin-bottom: 1.5em; }
/* table.item caption { margin-top: 1em; } */
/* table.detail caption { margin-top: 0; } */
@@ -68,7 +68,8 @@ table.detail { width : 60%;
float: left; }
table.detail td.field { width: 10em; }
div.detail.supporting { clear : both; }
div.detail.supporting { clear : both;
padding-top: 1.5em; }