concernement form display improved

This commit is contained in:
2023-03-07 18:56:43 +01:00
parent 64fa70b96f
commit 723a507f81
4 changed files with 173 additions and 34 deletions

View File

@@ -216,6 +216,40 @@
max-width: 60%;
}
#boussole-layout .form-item[data-drupal-selector="edit-field-entite"] td.field-multiple-drag {
min-width: 0;
width: 25px;
}
#boussole-layout .form-item[data-drupal-selector="edit-field-entite"] .field--type-image thead,
#boussole-layout .form-item[data-drupal-selector="edit-field-entite"] .field--type-file thead{
display: none;
}
#boussole-layout .form-item[data-drupal-selector="edit-field-entite"] div.field--type-image div.form-managed-file ,
#boussole-layout .form-item[data-drupal-selector="edit-field-entite"] div.field--type-file div.form-managed-file{
width:420px;
}
#boussole-layout .form-item[data-drupal-selector="edit-field-entite"] div.field--type-image div.form-managed-file input[type="text"],
#boussole-layout .form-item[data-drupal-selector="edit-field-entite"] div.field--type-file div.form-managed-file input[type="text"]{
width:90%;
}
/* #boussole-layout .form-item[data-drupal-selector="edit-field-entite"] .field--type-image a.tabledrag-handle{
float: none;
}
#boussole-layout .form-item[data-drupal-selector="edit-field-entite"] .field--type-image .image-widget{
float: none;
}
#boussole-layout .form-item[data-drupal-selector="edit-field-entite"] .field--type-image .image-widget .image-preview{
float: none;
}
#boussole-layout .form-item[data-drupal-selector="edit-field-entite"] .field--type-image .image-widget .image-widget-data{
float: none;
} */
/* #boussole-layout .form-item[data-drupal-selector="edit-field-entite"] table.field-entite-values > tbody > tr > td > div > div.form-wrapper table{
max-width: 100%;
} */