Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
api-browser / static / api_browser / css / drf.css
Size: Mime:
.collapsible-section > div {
    display: none;
}


.collapsible-section > div,
.collapsible-section > ul {
    display: none;
}


.collapsible-section > h3 {
    cursor: pointer;
}


.toggle-button {
    float: right;
}


.collapsible-list {
    list-style: none;
}


.collapsible-list ul {
    list-style: none;
}


.collapsible-list > li > span {
    cursor: pointer;
}


.collapsible-list > li:before {
    content: "+";
    margin-right: 4px;
}


.collapsible-list > li > ul {
    display: none;
}


.collapsible-list > li > table {
    display: none;
    margin-left: 2em;
}


.collapsible-list tr ul {
    margin: 0;
    padding: 0;
}


.collapsible-list > li > table,
.collapsible-list > li > table tr,
.collapsible-list > li > table td,
.collapsible-list > li > table th {
    border: none;
    vertical-align: text-top;
}


.allowed-methods-section > div > ul,
.content-types-section > div > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.content-types-section,
.allowed-methods-section {
    padding: 1rem;
    margin: 0;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}