Setting column width at the first entry

This commit is contained in:
Dominik Süß 2016-10-24 23:43:54 +02:00 committed by Simon Michael
parent aaf95eb372
commit c61aedd106
2 changed files with 4 additions and 7 deletions

View File

@ -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

View File

@ -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;
}