Skip to content
This repository was archived by the owner on Jun 18, 2018. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
background: white;
}

.nested-content__item--active:not(.nested-content__item--single)
{
border-left: 4px solid #dd7f4e;
border-top: none;
margin-left: -4px;
background: #f8f8f8;
}

.nested-content__item.ui-sortable-placeholder
{
background: #f8f8f8;
Expand All @@ -35,12 +43,14 @@
padding: 15px 20px;
border-bottom: 1px dashed #e0e0e0;
text-align: right;
cursor: pointer;
}

.nested-content__heading
{
float: left;
line-height: 20px;
font-weight: bold;
}

.nested-content__icons
Expand Down