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>
|
<div #sidebar-menu .#{showmd} .#{showsm} .sidebar-offcanvas>
|
||||||
<table .main-menu .table>
|
<table .main-menu .table>
|
||||||
<tr>
|
<tr>
|
||||||
<td .top>
|
<td .top .acct>
|
||||||
<a href=@{JournalR} .#{journalcurrent} title="Show general journal entries, most recent first">Journal
|
<a href=@{JournalR} .#{journalcurrent} title="Show general journal entries, most recent first">Journal
|
||||||
<td .top>
|
<td .top>
|
||||||
^{accounts}
|
^{accounts}
|
||||||
@ -198,7 +198,7 @@ balanceReportAsHtml _ vd@VD{..} (items',total) =
|
|||||||
<a href="@?{acctquery}" .#{inacctclass} title="Show transactions affecting this account and subaccounts">#{adisplay}
|
<a href="@?{acctquery}" .#{inacctclass} title="Show transactions affecting this account and subaccounts">#{adisplay}
|
||||||
$if hassubs
|
$if hassubs
|
||||||
<a href="@?{acctonlyquery}" .only .hidden-sm .hidden-xs title="Show transactions affecting this account but not subaccounts">only
|
<a href="@?{acctonlyquery}" .only .hidden-sm .hidden-xs title="Show transactions affecting this account but not subaccounts">only
|
||||||
<td .amnt>
|
<td>
|
||||||
#{mixedAmountAsHtml abal}
|
#{mixedAmountAsHtml abal}
|
||||||
|]
|
|]
|
||||||
where
|
where
|
||||||
|
|||||||
@ -113,6 +113,7 @@ ul {
|
|||||||
}
|
}
|
||||||
#sidebar-menu .main-menu {
|
#sidebar-menu .main-menu {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar-menu .main-menu td {
|
#sidebar-menu .main-menu td {
|
||||||
@ -181,14 +182,10 @@ ul {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#sidebar-menu .main-menu .acct {
|
#sidebar-menu .main-menu .acct {
|
||||||
width:80%;
|
width:60%;
|
||||||
vertical-align:bottom;
|
vertical-align:bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar-menu .main-menu .amnt {
|
|
||||||
width:20%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.transactionsreport .nonhead {
|
.transactionsreport .nonhead {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user