Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2178 → Rev 2179

/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>