mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 22:02:11 +03:00
c3a496fe9f
no issue - Adds action view with import/export csv options
38 lines
663 B
CSS
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;
|
|
} |