You are here

widget.css in Permissions by field 8

.field--type-pbf div.form-type-checkbox {
  display: inline;
  margin-right: 1em;
}

.field--type-pbf .form-type-checkbox label:after,
.field--type-pbf .form-type-checkbox .label:after {
  content: '';
}

.field--type-pbf .form-item .description.pbf-help {
  font-size: 0.8em;
}

.field--type-pbf tbody tr .pbf-help {
  display: none;
}

.field--type-pbf tbody tr:first-child .pbf-help {
  display: block;
}

File

css/widget.css
View source
  1. .field--type-pbf div.form-type-checkbox {
  2. display: inline;
  3. margin-right: 1em;
  4. }
  5. .field--type-pbf .form-type-checkbox label:after,
  6. .field--type-pbf .form-type-checkbox .label:after {
  7. content: '';
  8. }
  9. .field--type-pbf .form-item .description.pbf-help {
  10. font-size: 0.8em;
  11. }
  12. .field--type-pbf tbody tr .pbf-help {
  13. display: none;
  14. }
  15. .field--type-pbf tbody tr:first-child .pbf-help {
  16. display: block;
  17. }