mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
Setting column width at the first entry
This commit is contained in:
parent
aaf95eb372
commit
c61aedd106
@ -66,7 +66,7 @@ sidebar vd@VD{..} =
|
||||
<div #sidebar-menu .#{showmd} .#{showsm} .sidebar-offcanvas>
|
||||
<table .main-menu .table>
|
||||
<tr>
|
||||
<td .top>
|
||||
<td .top .acct>
|
||||
<a href=@{JournalR} .#{journalcurrent} title="Show general journal entries, most recent first">Journal
|
||||
<td .top>
|
||||
^{accounts}
|
||||
@ -198,7 +198,7 @@ balanceReportAsHtml _ vd@VD{..} (items',total) =
|
||||
<a href="@?{acctquery}" .#{inacctclass} title="Show transactions affecting this account and subaccounts">#{adisplay}
|
||||
$if hassubs
|
||||
<a href="@?{acctonlyquery}" .only .hidden-sm .hidden-xs title="Show transactions affecting this account but not subaccounts">only
|
||||
<td .amnt>
|
||||
<td>
|
||||
#{mixedAmountAsHtml abal}
|
||||
|]
|
||||
where
|
||||
|
@ -113,6 +113,7 @@ ul {
|
||||
}
|
||||
#sidebar-menu .main-menu {
|
||||
table-layout: fixed;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#sidebar-menu .main-menu td {
|
||||
@ -181,14 +182,10 @@ ul {
|
||||
}
|
||||
|
||||
#sidebar-menu .main-menu .acct {
|
||||
width:80%;
|
||||
width:60%;
|
||||
vertical-align:bottom;
|
||||
}
|
||||
|
||||
#sidebar-menu .main-menu .amnt {
|
||||
width:20%;
|
||||
}
|
||||
|
||||
.transactionsreport .nonhead {
|
||||
border: none !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user