Differences From Artifact [e3591ee22e]:

To Artifact [10128f42ff]:


420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
#rapport h1 {
    text-align: center;
}

.actions .icn {
    text-decoration: none;
    border-radius: 1em;
    width: 16px;
    display: inline-block;
    text-align: center;
    font-size: 1.2em;
    line-height: .8em;
    vertical-align: middle;
    padding: .1em;
}

.actions .icn:hover {
    color: darkred;
    background: #ff9;
}








|





|







420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
#rapport h1 {
    text-align: center;
}

.actions .icn {
    text-decoration: none;
    border-radius: 1em;
    width: 1.2em;
    display: inline-block;
    text-align: center;
    font-size: 1.2em;
    line-height: .8em;
    vertical-align: middle;
    padding: .2em;
}

.actions .icn:hover {
    color: darkred;
    background: #ff9;
}

913
914
915
916
917
918
919

























920
921
922
923
924
925
926
    width: 20%;
    float: right;
    margin: .5em;
    border: .1em solid #ccc;
    background: #eee;
    padding: .5em;
}


























@media print {
    body {
        background: #fff;
    }
    .header .menu {
        display: none;







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







913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
    width: 20%;
    float: right;
    margin: .5em;
    border: .1em solid #ccc;
    background: #eee;
    padding: .5em;
}

#orderFields fieldset {
    position: relative;
    min-height: 2em;
}

#orderFields fieldset .actions {
    display: block;
    position: absolute;
    top: 1em;
    right: 1em;
}

#orderFields fieldset:nth-child(1) .actions .up, #orderFields fieldset:nth-last-child(1) .actions .down {
    display: none;
}

#orderFields fieldset .actions .icn {
    cursor: pointer;
}

#orderFields fieldset .interactive:hover {
    cursor: pointer;
    text-decoration: underline;
}

@media print {
    body {
        background: #fff;
    }
    .header .menu {
        display: none;