change Nahkampfwaffe to Bewaffnung and add Parierwaffe/Schild/Fernkampfwaffe
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.noflex {
|
||||
flex: 0;
|
||||
}
|
||||
|
||||
.wrap {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
@@ -36,6 +40,9 @@
|
||||
.placeholder {
|
||||
font-size: 0.8em;
|
||||
border-top: 1px solid;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
|
||||
@@ -82,4 +89,24 @@
|
||||
border: none;
|
||||
background: none;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.item-sheet .tabs {
|
||||
padding: 6px;
|
||||
margin-top: 6px;
|
||||
border-top: 1px solid;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
.item-sheet .tabs a {
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.item-sheet .tabs a.active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.item-sheet .tabs input[type="checkbox"] {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
Reference in New Issue
Block a user