Add availability to weapon sheet
This commit is contained in:
parent
3dd459660e
commit
1437dd6ee1
6 changed files with 38 additions and 6 deletions
|
@ -376,7 +376,7 @@
|
|||
}
|
||||
|
||||
.ds4 .side-properties .side-property {
|
||||
margin: 0;
|
||||
margin: 2px 0;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
|
@ -394,9 +394,11 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.ds4 .side-properties .side-property input {
|
||||
.ds4 .side-properties .side-property input,
|
||||
.ds4 .side-properties .side-property select {
|
||||
text-align: right;
|
||||
-webkit-box-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
width: calc(100% - 2px);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue