v10.2.10: Gestion des tables depuis les compendiums #581

Merged
uberwald merged 6 commits from VincentVk/foundryvtt-reve-de-dragon:v10 into v10 2022-11-26 18:42:11 +01:00
Showing only changes of commit 4a51f698ab - Show all commits

View File

@ -506,7 +506,6 @@ input:is(.blessure-premiers_soins, .blessure-soins_complets) {
.foundryvtt-reve-de-dragon .item-list {
list-style: none;
margin: 7px 0;
padding: 0;
overflow-y: auto;
}
@ -515,34 +514,14 @@ input:is(.blessure-premiers_soins, .blessure-soins_complets) {
font-weight: bold;
}
.foundryvtt-reve-de-dragon .item-list .item {
height: 30px;
line-height: 24px;
padding: 3px 0;
border-bottom: 1px solid #BBB;
}
.foundryvtt-reve-de-dragon .item-list .item .item-image {
-webkit-box-flex: 0;
-ms-flex: 0 0 24px;
flex: 0 0 24px;
margin-right: 5px;
}
.foundryvtt-reve-de-dragon .item-list .item img {
display: block;
display: inline;
}
.foundryvtt-reve-de-dragon .item-list .item-name {
margin: 0;
}
.foundryvtt-reve-de-dragon .item-list .item-controls {
-webkit-box-flex: 0;
-ms-flex: 0 0 86px;
flex: 0 0 86px;
text-align: right;
}
.competence-list .item-controls {
display: contents !important;
}
@ -900,7 +879,7 @@ ul, li {
}
.item-display-show {
display: block;
display: inline;
}
.item-display-hide {
display: none;