Ghost/ghost/admin/app/styles/layouts/members.css
Rish c3a496fe9f Added csv import/export for members
no issue

- Adds action view with import/export csv options
2019-10-04 15:14:20 +05:30

38 lines
663 B
CSS

/* Members list
/* ----------------------------------------- */
.view-actions input.gh-members-list-searchfield {
min-width: 220px;
padding-left: 30px;
}
p.gh-members-list-email {
margin: -2px 0 -1px;
}
.gh-members-list-subscribed-at {
margin-right: -8px;
padding-right: 0;
}
.gh-members-placeholder {
width: 118px;
margin: -30px 0 15px;
}
/* Member details
/* ----------------------------------------- */
textarea.gh-member-details-textarea {
max-width: 100%;
height: 123px;
}
/* Import modal
/* ---------------------------------------------------------- */
.members-import-results {
margin: 0;
width: auto;
}