Overview
Comment:Légende plus visible
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 2dbae2bec07c9ee369aca093514da5a16145a294
User & Date: bohwaz on 2015-02-18 17:59:12
Other Links: manifest | tags
Context
2015-02-18
18:28
Utilisation des conventions des icônes pour les actions partout (et nouvelle icône) check-in: c949cc09fe user: bohwaz tags: trunk
17:59
Légende plus visible check-in: 2dbae2bec0 user: bohwaz tags: trunk
17:58
Les RIB ne servent plus de nos jours + simplification page des comptes bancaires check-in: ac27edf028 user: bohwaz tags: trunk
Changes

Modified src/www/admin/static/admin.css from [2f8f5632c7] to [79812e6fb1].

558
559
560
561
562
563
564

565
566
567
568
569
570
571
572
573
574
575
576
577
578



























579
580
581
582
583
584
585
.icn {
    font-family: "gicon", sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;
    text-transform: none;

}

.actions .icn, .icn.action {
    text-decoration: none;
    border-radius: 1em;
    display: inline-block;
    text-align: center;
    font-size: 1.2em;
    line-height: .8em;
    vertical-align: middle;
    padding: .2em;
    font-family: "gicon", sans-serif;
    color: #9c4f15;
    text-shadow: 1px 1px 1px #999;



























}

.num a {
    text-decoration: none;
    border-radius: .5em;
    display: inline-block;
    text-align: center;







>














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







558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
.icn {
    font-family: "gicon", sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;
    text-transform: none;
    position: relative;
}

.actions .icn, .icn.action {
    text-decoration: none;
    border-radius: 1em;
    display: inline-block;
    text-align: center;
    font-size: 1.2em;
    line-height: .8em;
    vertical-align: middle;
    padding: .2em;
    font-family: "gicon", sans-serif;
    color: #9c4f15;
    text-shadow: 1px 1px 1px #999;
    transition: all .2s;
}

.icn[title]:after {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    content: attr(title);
    color: #666;
    font-size: 10pt;
    border-radius: .2em;
    display: inline-block;
    right: 2em;
    top: 0;
    bottom: 0;
    padding: .2em .4em;
    background: #ff9;
    text-shadow: none;
    white-space: pre;
    transition: all .2s;
}

.icn[title]:hover:after {
    display: inline-block;
    opacity: 1;
    visibility: visible;
}

.num a {
    text-decoration: none;
    border-radius: .5em;
    display: inline-block;
    text-align: center;