google-code-export / django-grappelli

Automatically exported from code.google.com/p/django-grappelli
0 stars 0 forks source link

add collapse class style to forms.css for show/hide link #145

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
not sure if this is really an issue.
just added a chunck of css from default forms.css to the grappelli forms.css:

/* added from original css - collapse */
/* COLLAPSED FIELDSETS */

fieldset.collapsed * {
    display: none;
}

fieldset.collapsed h2, fieldset.collapsed {
    display: block !important;
}

fieldset.collapsed h2 {
    background-image: url(../img/admin/nav-bg.gif);
    background-position: bottom left;
    color: #999;
}

fieldset.collapsed .collapse-toggle {
    padding: 3px 5px !important;
    background: transparent;
    display: inline !important;
}

Original issue reported on code.google.com by eric.ala...@gmail.com on 17 Dec 2009 at 2:12

GoogleCodeExporter commented 9 years ago

Original comment by sehmaschine on 17 Dec 2009 at 7:06

GoogleCodeExporter commented 9 years ago

Original comment by parsch.inc@gmail.com on 18 May 2010 at 12:49