views-accordion.css in Views Accordion 7
Same filename and directory in other branches
/*
* 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.cssView source
- /*
- * 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;
- }