Overview
Comment:Corrige scrolling horizontal fix [016baf71850425de]
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA1: f0a66b7b22342950ec71e9cc7c8eed7d899eaca8
User & Date: bohwaz on 2018-05-22 13:53:52
Other Links: manifest | tags
References
2020-12-08
23:25 Wiki page "Changelog/0.9" artifact: b9c916b4d1 user: bohwaz
Context
2018-05-22
14:11
Corrige souci de namespace check-in: b8394efa7e user: bohwaz tags: trunk, stable
13:53
Corrige scrolling horizontal fix [016baf71850425de] check-in: f0a66b7b22 user: bohwaz tags: trunk, stable
13:44
Filtrer les adresses email invalides avant envoi check-in: 5bae836a5b user: bohwaz tags: trunk, stable
Changes

Modified src/www/admin/static/admin.css from [d230c3bb28] to [e722d3378d].

87
88
89
90
91
92
93

94
95
96
97
98
99
100
    margin-left: 180px;
    margin-bottom: 0.4em;
}

.header .menu {
    position: fixed;
    overflow: auto;

    width: 170px;
    top: 0;
    bottom: 0;
    padding-top: 100px;
    background: #9c4f15 url("gdin_bg.png") no-repeat 0px 0px;
    background-color: rgb(var(--gMainColor));
}







>







87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
    margin-left: 180px;
    margin-bottom: 0.4em;
}

.header .menu {
    position: fixed;
    overflow: auto;
    z-index: 10000;
    width: 170px;
    top: 0;
    bottom: 0;
    padding-top: 100px;
    background: #9c4f15 url("gdin_bg.png") no-repeat 0px 0px;
    background-color: rgb(var(--gMainColor));
}