Added a Unit overview action. It's a bit quick and dirty, but it's intended for admins only.

git-svn-id: file:///svn-source/pmgr/branches/v0.3_work/site@957 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2010-03-11 23:40:47 +00:00
parent f89ca2ab93
commit 1f831551a1
4 changed files with 95 additions and 5 deletions

View File

@@ -266,6 +266,14 @@ form#collected-form input[type=button] { float : left;
/* NSF items */
.nsf-tender { text-decoration: line-through; }
/* Overview lists */
table.overview td.grand { border-top : 4px double #000; }
table.overview td.subheader { padding-top: 1em; padding-left: 0.5em; font-size: 150%; }
table.overview td:first-child.subitem { padding-left: 2em; }
table.overview td:first-child { text-align: left; }
table.overview td { text-align: right; }
table.overview td.oddrow { background : #f4f4f4; }
/************************************************************
************************************************************