|
41 | 41 | margin-top: 0.25rem; |
42 | 42 | } |
43 | 43 |
|
| 44 | +.journal .head .container { |
| 45 | + padding: 1.5em 1.5em 0 1.5em; |
| 46 | + margin-bottom: 0.25em; |
| 47 | +} |
| 48 | + |
| 49 | +.journal .head .table-head { |
| 50 | + padding: 0 1.5em; |
| 51 | +} |
| 52 | + |
| 53 | +.journal .entry { |
| 54 | + padding: 0 1.5em; |
| 55 | +} |
| 56 | + |
44 | 57 | .journal p, |
45 | 58 | .journal dl { |
46 | 59 | border-bottom: thin solid var(--table-border); |
|
83 | 96 | cursor: pointer; |
84 | 97 | } |
85 | 98 |
|
86 | | -.journal.ssr > li, |
87 | | -.journal.ssr.show-custom .custom.budget, |
88 | | -.journal.ssr.show-document .document.discovered, |
89 | | -.journal.ssr.show-document .document.linked, |
90 | | -.journal.ssr .metadata, |
91 | | -.journal.ssr .postings { |
92 | | - display: none; |
93 | | -} |
94 | | - |
95 | | -.journal.ssr .head, |
96 | | -.journal.ssr.show-balance .balance, |
97 | | -.journal.ssr.show-close .close, |
98 | | -.journal.ssr.show-custom .custom, |
99 | | -.journal.ssr.show-document .document, |
100 | | -.journal.ssr.show-note .note, |
101 | | -.journal.ssr.show-open .open, |
102 | | -.journal.ssr.show-pad .pad, |
103 | | -.journal.ssr.show-query .query { |
104 | | - display: block; |
105 | | -} |
106 | | - |
107 | | -/* Show metadata and postings if it was toggled for the whole journal. */ |
108 | | -.journal.ssr.show-metadata .metadata, |
109 | | -.journal.ssr.show-postings .postings { |
110 | | - display: block; |
111 | | -} |
112 | | - |
113 | | -/* TODO */ |
114 | | - |
115 | | -/* Show metadata and postings where it was explicitly toggled with the indicators. */ |
116 | | -.journal > li.show-full-entry .postings, |
117 | | -.journal > li.show-full-entry .metadata { |
118 | | - display: block; |
119 | | -} |
120 | | - |
121 | | -.journal.ssr.show-transaction.show-cleared .transaction.cleared, |
122 | | -.journal.ssr.show-transaction.show-pending .transaction.pending, |
123 | | -.journal.ssr.show-transaction.show-other .transaction.other, |
124 | | -.journal.ssr.show-document.show-discovered .document.discovered, |
125 | | -.journal.ssr.show-document.show-linked .document.linked, |
126 | | -.journal.ssr.show-custom.show-budget .custom.budget { |
127 | | - display: block; |
128 | | -} |
129 | | - |
130 | 99 | .journal .transaction:hover { |
131 | 100 | background: var(--journal-hover-highlight); |
132 | 101 | } |
|
252 | 221 | flex-wrap: wrap; |
253 | 222 | } |
254 | 223 |
|
| 224 | + .journal .head .container { |
| 225 | + padding: 1em 1em 0 1em; |
| 226 | + } |
| 227 | + |
| 228 | + .journal .head .table-head { |
| 229 | + padding: 0 1em; |
| 230 | + } |
| 231 | + |
| 232 | + .journal .entry { |
| 233 | + padding: 0 1.5em; |
| 234 | + } |
| 235 | + |
255 | 236 | /* show a colored top border for all entries */ |
256 | 237 | .journal > li > p { |
257 | 238 | border-top: thin solid var(--entry-background); |
|
0 commit comments