Overview
Comment:Fix width of lines in advanced form (thanks @Fred)
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev | 1.0.0-alpha6
Files: files | file ages | folders
SHA1: 27cde332162468c839059f86035cb55da2740a09
User & Date: bohwaz on 2020-11-11 16:30:29
Other Links: branch diff | manifest | tags
Context
2020-11-11
17:01
Implement file removal from accounting check-in: 0e3b549c27 user: bohwaz tags: dev
16:30
Fix width of lines in advanced form (thanks @Fred) check-in: 27cde33216 user: bohwaz tags: dev, 1.0.0-alpha6
16:24
Fix issue with empty fields check-in: 711c4586c4 user: bohwaz tags: dev, 1.0.0-alpha6
Changes

Modified src/www/admin/static/admin.css from [799a6dd915] to [dab6410a78].

933
934
935
936
937
938
939









940
941
942
943
944
945
946
.transaction-lines td.money {
    text-align: left;
}

.transaction-lines td.money input + b {
    display: none;
}










nav.acc-year {
    background: white;
    text-align: center;
    border-radius: .5rem;
    border: .2rem solid rgba(var(--gMainColor), 0.5);
    display: flex;







>
>
>
>
>
>
>
>
>







933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
.transaction-lines td.money {
    text-align: left;
}

.transaction-lines td.money input + b {
    display: none;
}

.transaction-lines select {
    max-width: 10em;
}

.transaction-lines input[type=text] {
    width: 85%;
    min-width: 0 !important;
}

nav.acc-year {
    background: white;
    text-align: center;
    border-radius: .5rem;
    border: .2rem solid rgba(var(--gMainColor), 0.5);
    display: flex;