Overview
Comment:Clear right for buttons in navigation
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA3-256: 06f91d36a7e4afe4d67dfe6a10525461dd3fdec7f72d91da7f2e398fbb7a7b6f
User & Date: bohwaz on 2021-12-22 17:33:50
Other Links: manifest | tags
Context
2021-12-22
17:35
Stay in simple mode when filtering dates check-in: 0ca1a5705c user: bohwaz tags: trunk, stable
17:33
Clear right for buttons in navigation check-in: 06f91d36a7 user: bohwaz tags: trunk, stable
17:31
Fix: we need to reverse the account balance in simple journal mode check-in: 9083102028 user: bohwaz tags: trunk, stable
Changes

Modified src/www/admin/static/styles/05-navigation.css from [d3ea311406] to [2228a1d3bc].

49
50
51
52
53
54
55
56

57
    text-decoration: underline;
    border-bottom: none;
}

nav.tabs aside {
    float: right;
    max-width: 50%;
    text-align: right

}







|
>

49
50
51
52
53
54
55
56
57
58
    text-decoration: underline;
    border-bottom: none;
}

nav.tabs aside {
    float: right;
    max-width: 50%;
    text-align: right;
    clear: right;
}