Overview
Comment:Meilleur style des icônes du menu
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 4f5e0d648821a259d4cfae04da2b0a34402211ac
User & Date: bohwaz on 2014-04-17 12:50:53
Other Links: manifest | tags
Context
2014-04-18
00:13
Possibilité d'automatiser l'installation check-in: 35f1482326 user: bohwaz tags: trunk
2014-04-17
12:50
Meilleur style des icônes du menu check-in: 4f5e0d6488 user: bohwaz tags: trunk
03:16
Compatibilité IE8 + icônes via une webfont check-in: 428f65cb48 user: bohwaz tags: trunk
Changes

Modified src/www/admin/static/admin.css from [201a38a1c2] to [97e6cabd27].

82
83
84
85
86
87
88




89
90
91
92
93
94
95
    background: #fff;
    color: rgb(156, 79, 21);
}

.header .menu a b {
    float: right;
    text-decoration: none;




}

.page {
    margin: 0px 1em 1em 180px;
    position: relative;
}








>
>
>
>







82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
    background: #fff;
    color: rgb(156, 79, 21);
}

.header .menu a b {
    float: right;
    text-decoration: none;
    margin-top: -.2em;
    font-size: 20pt;
    color: rgb(70, 70, 70);
    color: rgba(0, 0, 0, .5);
}

.page {
    margin: 0px 1em 1em 180px;
    position: relative;
}