.shared-item-target {
    display: none;
}

.shared-items-target,
.shared-item-target {
    .aui-inline-dialog-contents {
        padding: 0;
    }
}

.shared-items-content,
.shared-item-content {
    padding: 16px;
    > h3,
    > strong {
        display: block;
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 8px;
    }
}

.shared-items-list {
    display: block;
    margin: 0;
    list-style: none;
    padding: 0;
    max-height: 15em;
    overflow-y: auto;

    > li {
        margin: 0;
        overflow: hidden;
        padding: 2px;
        text-align: right;
    }

    .shared-project-name,
    .shared-issuetype-name {
        float: left;
        padding-left: 20px;
        text-align: left;

        &.current {
            font-weight: bold;
        }

        .shared-project-icon {
            float: left;
            margin: 0 4px 0 -20px;
            text-indent: 999em;
        }
    }
}
