Overview
Comment:Suppression du style .catList, ajout d'un style générique dl.list
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: ed2734a9a7f0add6517f34d6e6bad9d56a274ca8
User & Date: bohwaz on 2020-09-08 19:03:49
Other Links: branch diff | manifest | tags
Context
2020-09-08
19:04
Par défaut emmener aux comptes utilisés couramment, pas aux plans comptables check-in: fd45d46da3 user: bohwaz tags: dev
19:03
Suppression du style .catList, ajout d'un style générique dl.list check-in: ed2734a9a7 user: bohwaz tags: dev
19:03
Liste des comptes, objets pour les plans comptables et exercices check-in: 6987513f8d user: bohwaz tags: dev
Changes

Modified src/www/admin/static/admin.css from [b23ca5b1ed] to [224cccbfdb].

798
799
800
801
802
803
804

























805
806
807
808
809
810
811
    margin-left: -50%;
}

h2.ruler:after {
    left: 0.5em;
    margin-right: -50%;
}


























.icn, .icnl {
    font-family: "gicon", sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;







>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
    margin-left: -50%;
}

h2.ruler:after {
    left: 0.5em;
    margin-right: -50%;
}

.icn-btn {
    border-radius: .2em;
    padding: .2em .4em;
    margin: .2em .5em;
    display: inline-block;
    background-color: rgba(var(--gSecondColor), 0.1);
    text-shadow: none;
    white-space: pre;
    text-decoration: underline;
    color: #9c4f15;
    color: rgb(var(--gMainColor));
    transition: color .3s, background-color .3s;
}

.icn-btn[data-icon]:before {
    display: inline-block;
    text-shadow: 1px 1px 1px #999;
    font-family: "gicon", sans-serif;
    padding-right: .5em;
    font-size: 1.2em;
    line-height: .8em;
    vertical-align: middle;
    content: attr(data-icon);
}

.icn, .icnl {
    font-family: "gicon", sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
    text-align: center;
    padding: 0 .2em;
    background: rgb(247, 164, 70);
    background: rgba(217, 134, 40, 0.5);
    background: rgba(var(--gMainColor), 0.5);
}

.actions .icn:hover, .num a:hover, .icn.action:hover {
    color: darkred;
    background: #ff9;
    z-index: 300;
}

.droits b {
    border: 2px solid #999;







|







894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
    text-align: center;
    padding: 0 .2em;
    background: rgb(247, 164, 70);
    background: rgba(217, 134, 40, 0.5);
    background: rgba(var(--gMainColor), 0.5);
}

.actions .icn:hover, .num a:hover, .icn.action:hover, .icn-btn:hover {
    color: darkred;
    background: #ff9;
    z-index: 300;
}

.droits b {
    border: 2px solid #999;
1004
1005
1006
1007
1008
1009
1010




1011
1012
1013

1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
    width: 95%;
}

.templatesList ul {
    margin: 1em 2em;
}





.catList dt {
    font-size: 1.2em;
    font-weight: bold;

}

.catList dd.desc {
    color: #666;
    margin: .2em 0 .2em 2em;
}

.catList dd.compte {
    color: #9c4f15;
    color: rgb(var(--gMainColor));
    margin: .2em 0 .2em 2em;
}

.catList dd.actions {
    margin: .2em 0 1em 2em;
}

table.accounts tbody tr td:first-child { font-family: monospace; }
table.accounts th { font-weight: normal; }
table.accounts .account-level-1 th { font-size: 1.6em; }
table.accounts .account-level-2 > th { padding-left: 1em; font-size: 1.3em; }
table.accounts .account-level-3 > th { padding-left: 2em; }







>
>
>
>
|


>


|

<


|


<
<
<
<
<







1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047

1048
1049
1050
1051
1052





1053
1054
1055
1056
1057
1058
1059
    width: 95%;
}

.templatesList ul {
    margin: 1em 2em;
}

dl.list dt, dl.list dd {
    margin: .3em 0;
}

dl.list dt {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: .8em;
}

dl.list dd.desc {
    color: #666;

}

dl.list dt em {
    color: #9c4f15;
    color: rgb(var(--gMainColor));





}

table.accounts tbody tr td:first-child { font-family: monospace; }
table.accounts th { font-weight: normal; }
table.accounts .account-level-1 th { font-size: 1.6em; }
table.accounts .account-level-2 > th { padding-left: 1em; font-size: 1.3em; }
table.accounts .account-level-3 > th { padding-left: 2em; }