Fix #75 Token drag&drop
This commit is contained in:
parent
cfcc9ca557
commit
c8cc9d6c82
@ -293,6 +293,12 @@ table {border: 1px solid #7a7971;}
|
|||||||
padding: 0 3px;
|
padding: 0 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.long-editor{
|
||||||
|
border: 2;
|
||||||
|
height: 400px;
|
||||||
|
padding: 0 3px;
|
||||||
|
}
|
||||||
|
|
||||||
.medium-editor {
|
.medium-editor {
|
||||||
border: 2;
|
border: 2;
|
||||||
height: 240px;
|
height: 240px;
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
{{editor purchasedeffects target="system.purchasedeffects" button=true owner=owner
|
{{editor purchasedeffects target="system.purchasedeffects" button=true owner=owner
|
||||||
editable=editable}}
|
editable=editable}}
|
||||||
</div>
|
</div>
|
||||||
<div class="medium-editor item-text-long-line">
|
<div class="long-editor item-text-long-line">
|
||||||
<label class="generic-label">Description</label>
|
<label class="generic-label">Description</label>
|
||||||
{{editor description target="system.description" button=true owner=owner editable=editable}}
|
{{editor description target="system.description" button=true owner=owner editable=editable}}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user