You are here

views-accordion.css in Views Accordion 7

Same filename and directory in other branches
  1. 6 views-accordion.css
/*
 * Bartik floats taxonomy terms.
 * In the header, with field grouping the float must be cleared.
*/
.ui-accordion h3.ui-accordion-header {
  overflow: hidden;
}

/*
 * Fix issues with anchor tags for rdf in field items within the headers
 */
.ui-accordion .ui-accordion-header .field-items a {
  padding: 0 0.5em 1em 1.9em;
}

File

views-accordion.css
View source
  1. /*
  2. * Bartik floats taxonomy terms.
  3. * In the header, with field grouping the float must be cleared.
  4. */
  5. .ui-accordion h3.ui-accordion-header {
  6. overflow: hidden;
  7. }
  8. /*
  9. * Fix issues with anchor tags for rdf in field items within the headers
  10. */
  11. .ui-accordion .ui-accordion-header .field-items a {
  12. padding: 0 0.5em 1em 1.9em;
  13. }