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@124 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user