summaryrefslogtreecommitdiff
path: root/UI
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-21 02:38:00 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-21 02:38:00 +0000
commit7b83059d02faef443dc4ba2f2a0f779bf6a0bc4e (patch)
tree09bd70fb959aeefc1308b753088a793fc9ec5f4e /UI
parent19aa03e4ec78fb7058ceaa43c5e78233d5edd6ae (diff)
Pretty notes....
On the main ledgersmb.css, the following effects added for notes: 1) Margins, background color, borders added 2) By default boxes are 90% of container width wide, 5ems high, overflow text not shown. 3) On mouse over, div extends downward full length of note, and horizontal scroll bars if necessary appear. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2291 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI')
-rw-r--r--UI/Contact/contact.css1
-rw-r--r--UI/Contact/contact.html2
2 files changed, 3 insertions, 0 deletions
diff --git a/UI/Contact/contact.css b/UI/Contact/contact.css
index 9971f111..bbc29429 100644
--- a/UI/Contact/contact.css
+++ b/UI/Contact/contact.css
@@ -23,6 +23,7 @@ div.note_contents {
white-space:pre
}
+
div label {
margin-left: 1em;
}
diff --git a/UI/Contact/contact.html b/UI/Contact/contact.html
index 7c22bfe1..bf58c51e 100644
--- a/UI/Contact/contact.html
+++ b/UI/Contact/contact.html
@@ -211,7 +211,9 @@ problems with multi-word single-quoted constructs in PI tags. -CT -->
} ?>
</form>
<?lsmb FOREACH n = notes ?>
+<div class="note">
<div class="note_contents"><?lsmb n.note ?></div>
+</div>
<?lsmb END ?>
</div>
<?lsmb IF entity_id ?>