You are here

bootstrap_tour_admin.css in Bootstrap Tour 7.2

/* some minor style tweaks to fix inline_entity_form with seven */
.field-name-bootstrap-tour-step-reference fieldset legend {
  margin-bottom: 10px;
}
.field-name-bootstrap-tour-step-reference fieldset legend span {
  display: block;
  background-color: #e0e0d8;
  width: 100%;
  padding: 10px 0 10px 10px;
  margin-top: 0;
}
.field-name-bootstrap-tour-step-reference .fieldset-legend {
  padding-left: 0;
}
.field-name-bootstrap-tour-step-reference {
  border: 1px solid #ccc !important;
  margin-bottom: 30px;
}
.field-name-bootstrap-tour-step-reference fieldset.form-wrapper {
  margin: 0;
}

File

css/bootstrap_tour_admin.css
View source
  1. /* some minor style tweaks to fix inline_entity_form with seven */
  2. .field-name-bootstrap-tour-step-reference fieldset legend {
  3. margin-bottom: 10px;
  4. }
  5. .field-name-bootstrap-tour-step-reference fieldset legend span {
  6. display: block;
  7. background-color: #e0e0d8;
  8. width: 100%;
  9. padding: 10px 0 10px 10px;
  10. margin-top: 0;
  11. }
  12. .field-name-bootstrap-tour-step-reference .fieldset-legend {
  13. padding-left: 0;
  14. }
  15. .field-name-bootstrap-tour-step-reference {
  16. border: 1px solid #ccc !important;
  17. margin-bottom: 30px;
  18. }
  19. .field-name-bootstrap-tour-step-reference fieldset.form-wrapper {
  20. margin: 0;
  21. }