From 508a8b08aa72ea79dcffd89f31ff42623f1ce49b Mon Sep 17 00:00:00 2001 From: abijah Date: Sat, 13 Jun 2009 20:44:36 +0000 Subject: [PATCH] Moved the position of the Loading... message on jqGrid. It probably doesn't matter, as we customize the grid, we'll likely add an icon instead of text to indicate loading. git-svn-id: file:///svn-source/pmgr/branches/ledger_transactions_20090605@107 97e9348a-65ac-dc4b-aefc-98561f571b83 --- site/webroot/css/layout.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/site/webroot/css/layout.css b/site/webroot/css/layout.css index edf2314..7a43bf3 100644 --- a/site/webroot/css/layout.css +++ b/site/webroot/css/layout.css @@ -136,6 +136,21 @@ table.list.ledger td.date.receipt { padding-left: 1em; } table.list.ledger td.evnrow { background: #f4f4f4; } +/************************************************************ + ************************************************************ + * jqGrid + */ +table.Header th h2 { + color: #dd5; + font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif; + font-size: 190%; + margin-bottom: 0.0em; +} + +div.loading { + margin-top: 1.5em; + margin-left: 1.0em; +} /************************************************************ ************************************************************