centering of num item values in char sheet
Changes: - number values of items in the items overview of a char sheet are now horizontally centered - description content is now vertically correctly aligned
This commit is contained in:
parent
3184de0e7a
commit
4f5e6a5ebc
2 changed files with 46 additions and 32 deletions
|
@ -33,6 +33,10 @@
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
.item-num-val {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.item-description {
|
||||
font-size: 75%;
|
||||
white-space: nowrap;
|
||||
|
@ -42,6 +46,11 @@
|
|||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
p:first-child {
|
||||
margin-top: 0px;
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue