summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-21 23:30:49 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-21 23:30:49 +0000
commit9dde8344f2004346a0b8db1f764d3c998c555391 (patch)
tree82a11388ffa37582f231050349ded4fc0c38af88 /css
parentec75f85155808bb60f5e1c593754471ad2a398f1 (diff)
Hiding notes with ledgersmb.css on top company div for now.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2298 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'css')
-rw-r--r--css/ledgersmb.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/css/ledgersmb.css b/css/ledgersmb.css
index 573c590e..7e537783 100644
--- a/css/ledgersmb.css
+++ b/css/ledgersmb.css
@@ -186,7 +186,7 @@ h2.error {
font-size: 14pt;
}
-div.note {
+#notes_div div.note {
margin: 1em;
padding: 1em;
border: 2px;
@@ -197,7 +197,7 @@ div.note {
border-style: groove;
}
-div.note:hover {
+#notes_div div.note:hover {
overflow:visible;
background-color: #ddd;
border-style: groove;
@@ -207,6 +207,10 @@ div.note:hover {
overflow: auto;
}
+#company_div div.note {
+ display: none;
+}
+
tr.active {
background-color: #ddd;
}