Skip to content

Commit

Permalink
Merge pull request #128 from isubit/INTERIM-49
Browse files Browse the repository at this point in the history
INTERIM 49 - Improved styling for nested facets
  • Loading branch information
angelamnr committed Jun 7, 2017
2 parents 2dcacc7 + 9f4a3fa commit da0b851
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -1644,7 +1644,7 @@ h2.block-title {

.block-facetapi .item-list ul ul {
margin-top: 0;
margin-left: 1rem;
margin-left: 1.5rem;
}

.block-facetapi .item-list li {
Expand Down Expand Up @@ -1679,6 +1679,15 @@ h2.block-title {
border-color: #ddd;
}

.block-facetapi .item-list li.expanded {
list-style-type: none;
list-style-image: none;
}

.block-facetapi .item-list li.expanded a {
margin-bottom: 0.25rem;
}

/* -------------------- */
/* Just Tags */

Expand Down

0 comments on commit da0b851

Please sign in to comment.