search-admin-settings.css 383 B

1234567891011121314151617181920212223
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/2815083
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * Styles for administration pages.
  10. */
  11. /**
  12. * Add search page select/submit.
  13. */
  14. .search-admin-settings .container-inline {
  15. margin-bottom: 1em;
  16. }
  17. .search-admin-settings label[for="edit-search-type"] {
  18. display: block;
  19. }