1 users online. Create an account or sign in to join them.Users
Collapse Fields
This is an open discussion with 3 replies, filed under Extensions.
Search
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;
}
@matthewjacob: Just added your css to the repository. Thank you for the improvement!!
Create an account or sign in to comment.
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.