Formatted all existing printed character sheet fields nicely

This commit is contained in:
Thaum Rystra
2018-03-02 21:40:21 +02:00
parent c6e62e1cfa
commit f73f2f670f
12 changed files with 222 additions and 70 deletions

View File

@@ -0,0 +1,20 @@
.printedLongStat .title {
white-space: nowrap;
margin-left: 2mm;
}
.printedLongStat .numbers {
z-index: 1;
min-width: 74px;
min-height: 45px;
}
.printed .printedLongStat.double-border{
padding: 0;
}
.printed .printedLongStat.double-border:before {
top: 4px;
bottom: 4px;
left: 33px;
}