Overview
Comment:Fix impression
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: e2abfad676bd93339d9ebc4e50a319f2bd8fd18d
User & Date: bohwaz on 2017-10-19 00:17:02
Other Links: manifest | tags
References
2020-12-08
23:25 Wiki page "Changelog/0.9" artifact: b9c916b4d1 user: bohwaz
Context
2017-10-19
00:26
Fix sendMessage est dans Session maintenant check-in: 1821bc3d32 user: bohwaz tags: trunk
00:17
Fix impression check-in: e2abfad676 user: bohwaz tags: trunk
2017-10-18
13:00
Fix: espaces au lieu de tab check-in: 84fc33ad79 user: bohwaz tags: trunk
Changes

Modified src/www/admin/static/print.css from [43c17d7432] to [1a099a3a5f].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@page {
    size: A4;
    margin: 1cm;
}

body {
    background: #fff;
    padding: 0;
}
.header .menu {
    display: none;
}
.page {
    margin: 0;
}
.header h1 {
    margin: 0;
    text-align: center;
}










|


|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@page {
    size: A4;
    margin: 1cm;
}

body {
    background: #fff;
    padding: 0;
}
header.header {
    display: none;
}
main {
    margin: 0;
}
.header h1 {
    margin: 0;
    text-align: center;
}