add item type to weapon sheet

This commit is contained in:
Johannes Loher 2020-10-29 18:49:51 +01:00
parent 1437dd6ee1
commit e51376dc02
10 changed files with 101 additions and 39 deletions

View file

@ -271,15 +271,33 @@
.ds4 header.sheet-header h1.charname {
height: 50px;
padding: 0px;
margin: 5px 0;
margin: 5px 10px 5px 0;
border-bottom: 0;
font-family: "Wood Stamp", sans-serif;
display: block;
}
.ds4 header.sheet-header h1.charname input {
width: 100%;
height: 100%;
margin: 0;
border: none;
background-color: transparent;
}
.ds4 header.sheet-header h2.item-type {
font-family: "Wood Stamp", sans-serif;
display: block;
height: 50px;
padding: 0px;
-webkit-box-flex: 0;
-ms-flex: 0 0 0px;
flex: 0 0 0;
color: #777;
border: none;
line-height: 50px;
margin: 5px 0;
text-align: right;
}
.ds4 .sheet-tabs {
@ -289,24 +307,21 @@
}
.ds4 .sheet-body,
.ds4 .sheet-body .tab,
.ds4 .sheet-body .tab .editor {
.ds4 .sheet-body .tab {
height: 100%;
}
.ds4 .tox .tox-editor-container {
background: #fff;
.ds4 .basic-properties {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.ds4 .tox .tox-edit-area {
padding: 0 8px;
}
.ds4 .basic-property .basic-property-label {
.ds4 .basic-properties .basic-property .basic-property-label {
font-weight: bold;
}
.ds4 .basic-property .basic-property-select {
.ds4 .basic-properties .basic-property .basic-property-select {
display: block;
width: 100%;
}
@ -402,3 +417,15 @@
flex: 1;
width: calc(100% - 2px);
}
.ds4 .sheet-body .tab .editor {
height: 100%;
}
.ds4 .tox .tox-editor-container {
background: #fff;
}
.ds4 .tox .tox-edit-area {
padding: 0 8px;
}