mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
b8823f433a
refs: https://github.com/TryGhost/Team/issues/1373 - added some additional styles to dropdown to better handle names and emails together - widened the search box to better fit names and emails
199 lines
4.1 KiB
CSS
199 lines
4.1 KiB
CSS
.gh-members-activity .gh-member-detail-overview {
|
|
padding: 32px 0;
|
|
border-top: 1px solid var(--whitegrey);
|
|
}
|
|
|
|
.gh-members-activity .gh-list-scrolling {
|
|
height: calc(100vh - 96px);
|
|
}
|
|
|
|
.gh-members-activity .gh-list-scrolling thead th:last-child {
|
|
width: 25%;
|
|
}
|
|
|
|
.gh-members-activity:not(.gh-members-activity-single) .gh-list-data {
|
|
padding-top: 12px;
|
|
padding-bottom: 12px;
|
|
}
|
|
|
|
.gh-members-activity .gh-list h3 {
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.gh-list-data-event {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
|
|
.gh-members-activity-container {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
padding: 1.25rem 0;
|
|
}
|
|
|
|
.gh-members-activity-detail {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.gh-members-activity-description {
|
|
display: inline-block;
|
|
text-transform: lowercase;
|
|
color: var(--middarkgrey);
|
|
font-weight: 500;
|
|
}
|
|
|
|
.gh-members-activity-description:first-letter {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.gh-members-activity-icon {
|
|
width: 24px;
|
|
height: 24px;
|
|
margin: 0 0.75rem 0 0;
|
|
}
|
|
|
|
.gh-members-activity-single .gh-members-activity-icon {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.gh-members-activity-icon svg {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.gh-members-activity-name {
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
color: var(--black);
|
|
}
|
|
|
|
.gh-members-activity-event {
|
|
font-weight: 400;
|
|
font-size: 13px;
|
|
color: var(--middarkgrey);
|
|
}
|
|
|
|
@media (max-width: 1450px) {
|
|
.gh-members-activity .gh-canvas-header.break.tablet .gh-canvas-header-content {
|
|
height: 95px;
|
|
border-bottom: 0;
|
|
align-items: center;
|
|
}
|
|
.gh-members-activity .gh-canvas-header.break.tablet .gh-canvas-title {
|
|
margin-top: -3px;
|
|
}
|
|
}
|
|
|
|
.gh-member-activity-actions-menu {
|
|
top: auto;
|
|
left: auto;
|
|
padding: 2rem;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.gh-member-activity-actions-menu h3 {
|
|
margin-bottom: 0.75rem;
|
|
}
|
|
|
|
.gh-member-activity-actions-menu h3 {
|
|
margin-bottom: 0.75rem;
|
|
}
|
|
|
|
.gh-member-activity-actions-menu {
|
|
cursor: default;
|
|
}
|
|
|
|
.gh-member-activity-actions-menu .ember-power-select-option {
|
|
padding: 4px 0;
|
|
}
|
|
|
|
.gh-member-activity-actions-menu .ember-power-select-option:first-child {
|
|
padding-top: 0;
|
|
}
|
|
|
|
.gh-member-activity-actions-menu .ember-power-select-option:last-child {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.gh-member-activity-actions-menu .ember-power-select-option label {
|
|
padding: 0.25rem 2rem 0.25rem 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
color: var(--midlightgrey);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.gh-member-activity-actions-menu .ember-power-select-option label p {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
color: #394047;
|
|
font-weight: 500;
|
|
font-size: 1.4rem;
|
|
padding: 0.125rem 6rem 0 0.25rem;
|
|
margin: 0;
|
|
}
|
|
|
|
.gh-member-activity-actions-menu .ember-power-select-option input {
|
|
visibility: hidden;
|
|
width: 0;
|
|
}
|
|
|
|
.gh-member-activity-actions-menu.dropdown-menu .gh-member-activity-actions-icon {
|
|
margin-right: 1.25rem;
|
|
height: 20px;
|
|
width: 20px;
|
|
line-height: 1em;
|
|
fill: none;
|
|
}
|
|
|
|
.gh-member-activity-actions-menu.dropdown-menu .ember-power-select-option.selected .gh-member-activity-actions-icon path {
|
|
stroke: var(--middarkgrey);
|
|
}
|
|
|
|
.gh-member-activity-actions-menu .ember-power-select-option.selected label {
|
|
font-weight: 500;
|
|
color: var(--darkgrey);
|
|
}
|
|
|
|
.gh-member-activity-actions-menu.dropdown-menu .gh-member-activity-actions-tick {
|
|
color: var(--green);
|
|
margin-right: -8px;
|
|
height: 16px;
|
|
width: 16px;
|
|
}
|
|
|
|
.gh-member-filter-search-trigger {
|
|
width: 240px;
|
|
}
|
|
|
|
.gh-member-filter-search-dropdown li {
|
|
height: 7rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
justify-content: center;
|
|
padding-left: 17px;
|
|
border-bottom: 1px solid var(--whitegrey);
|
|
}
|
|
|
|
.gh-member-filter-search-dropdown li:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.gh-member-filter-search-dropdown li strong {
|
|
color: var(--black);
|
|
display: inline-block;
|
|
margin: 0 0 0.25rem;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.gh-member-filter-search-dropdown li span {
|
|
font-weight: 400;
|
|
color: var(--middarkgrey);
|
|
}
|