Improving view

This commit is contained in:
Gregorio Chiko Putra
2019-05-15 16:16:21 +07:00
parent dbe517c1fc
commit 5839165531
18 changed files with 2895 additions and 120 deletions

17
public/css/main.css vendored
View File

@@ -7656,6 +7656,15 @@ span.error {
display: table-cell;
}
.letter table.nilai tbody.counter {
counter-reset: nomor;
}
.letter table.nilai tbody.counter td:first-child::before {
counter-increment: nomor;
content: counter(nomor) ".";
}
.letter table.signature {
width: auto;
margin-left: auto;
@@ -7805,6 +7814,14 @@ span.error {
.letter .letter__body-header {
font-size: 14px;
}
.letter table.nilai .long {
display: table-cell;
}
.letter table.nilai .short {
display: none;
}
}
@media (min-width: 640px) {

2516
public/js/app.js vendored

File diff suppressed because one or more lines are too long