Subversion Repositories ALCASAR

Compare Revisions

No changes between revisions

Ignore whitespace Rev 2178 → Rev 2179

/CHANGELOG
6,7 → 6,8
NEWS
- Linux Kernel (4.4.59)
- Migratation of FPDF to wkhtmltopdf (user/vouncher tickets & user file import). (FPDF is removed)
- Update wkhtmltopdf (0.12.4) & nfsen (1.3.8)
- Update nfsen (1.3.8)
- Repackage wkhtmltopdf without unused wkhtmltoimage executable and wkhtmltox library (32.1 Mo -> 10.6 Mo).
- geoip updating (surfmap)
- Add warning message on user status page (page closed => disconnection).
BUGS
/rpms/x86_64/wkhtmltopdf-0.12.4-1.mga5.x86_64.rpm
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/rpms/x86_64/wkhtmltopdf-0.12.3-2.mga5.x86_64.rpm
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/acc/manager/lib/alcasar/tickets.template.php
23,17 → 23,17
margin: 0;
}
.ticket {
margin: 20px 0;
margin: 14px 0;
width: 50%;
display: inline-block;
font-family: Arial;
font-size: 10px;
line-height: 20px;
font-size: 8px;
line-height: 16px;
}
.ticket-header {
min-height: 40px;
line-height: 40px;
font-size: 12px;
min-height: 30px;
line-height: 30px;
font-size: 10px;
text-align: center;
}
.ticket-header > .ticket-title {
44,14 → 44,14
position: relative;
border: 1px solid black;
border-radius: 10px;
width: 275px;
width: 220px;
margin: 0 auto;
}
.ticket-box > .logo {
position: absolute;
display: inline-block;
width: 80px;
height: 80px;
width: 60px;
height: 60px;
text-align: center;
}
.ticket-box > .logo img {
59,12 → 59,12
max-height: 100%;
}
.ticket-box > .logo-alcasar {
top: -40px;
left: -40px;
top: -30px;
left: -30px;
}
.ticket-box > .logo-organization {
top: -40px;
right: -40px;
top: -30px;
right: -30px;
}
.ticket-body {
position: relative;
75,19 → 75,19
display: inline-block;
}
.ticket-body > div.spacer {
height: 12px;
height: 10px;
}
.ticket-body > div > span.key {
width: 50%;
width: 52%;
text-align: right;
}
.ticket-body > div > span.value {
width: 50%;
width: 48%;
font-weight: bold;
}
.ticket-footer > .infos {
font-size: 9px;
height: 70px;
font-size: 7px;
height: 52px;
}
.center {
text-align: center;
131,4 → 131,3
endforeach; ?>
</body>
</html>