You are here

facetapi.css in Facet API 6.3

Same filename and directory in other branches
  1. 7.2 facetapi.css
  2. 7 facetapi.css
.facetapi-checkbox {
  margin-right: .5em;
}

ul li.leaf a.facetapi-checkbox, ul li.expanded a.facetapi-checkbox,
ul li.collapsed a.facetapi-checkbox,
ul li.leaf a.facetapi-checkbox-processed,
ul li.expanded a.facetapi-checkbox-processed,
ul li.collapsed a.facetapi-checkbox-processed {
  display: inline;
}

/**
* Hide elements visually, but keep them available for screen-readers.
*
* Used for information required for screen-reader users to understand and use
* the site where visual display is undesirable. Information provided in this
* manner should be kept concise, to avoid unnecessary burden on the user.
* "!important" is used to prevent unintentional overrides.
* Copied from Drupal 7
*/
.facetapi-element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

File

facetapi.css
View source
  1. .facetapi-checkbox {
  2. margin-right: .5em;
  3. }
  4. ul li.leaf a.facetapi-checkbox, ul li.expanded a.facetapi-checkbox,
  5. ul li.collapsed a.facetapi-checkbox,
  6. ul li.leaf a.facetapi-checkbox-processed,
  7. ul li.expanded a.facetapi-checkbox-processed,
  8. ul li.collapsed a.facetapi-checkbox-processed {
  9. display: inline;
  10. }
  11. /**
  12. * Hide elements visually, but keep them available for screen-readers.
  13. *
  14. * Used for information required for screen-reader users to understand and use
  15. * the site where visual display is undesirable. Information provided in this
  16. * manner should be kept concise, to avoid unnecessary burden on the user.
  17. * "!important" is used to prevent unintentional overrides.
  18. * Copied from Drupal 7
  19. */
  20. .facetapi-element-invisible {
  21. position: absolute !important;
  22. clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  23. clip: rect(1px, 1px, 1px, 1px);
  24. }