Search

A new extension, “Collapse Fields” is now available for download. Comments and feedback can be left here but if you discover any issues, please post it on the issue tracker.

Cool! Thanks :)

I love this extension.

I hope you don’t mind, but I took a stab at some custom CSS. I think it meshes well with the existing Symphony aesthetic and adds some nice separation between sections especially when you leave them expanded by default.

Works on Mac in Safari / FF. Untested on Windows.

Screenshot is attached and here’s the CSS.

div.field.field-collapse_fields{
    font-size: 1.1em;
    text-decoration: none;
    margin: 0;
    padding: 0;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-shadow: none;
    text-decoration: none;
    background-color: #353530;
}

div.field.field-collapse_fields.selected{
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    background-color: #9B9B96;
}

div.field.field-collapse_fields a{
    text-decoration: none;
    color: #FFF;
}

div.field.field-collapse_fields h4{
    text-align: left;
    font-size: 1.2em;
    text-shadow: none;
    margin: 0 0 20px;
    display: block;
    padding: 7px;
    cursor: hand;
    cursor: pointer;
    text-shadow: #353530 1px 1px 1px;
    -moz-text-shadow: #353530 1px 1px 1px;
}

alt text

@matthewjacob: Just added your css to the repository. Thank you for the improvement!!

Collapse Fields updated to version 1.2 on 4th of June 2012

Create an account or sign in to comment.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details