mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
e1f550afb5
- changed texts for admin notices; - added a few links to docs;
40 lines
985 B
CSS
40 lines
985 B
CSS
#um-roles .row-actions .reset a {
|
|
color: #a00; }
|
|
#um-roles .row-actions .reset a:hover {
|
|
color: red; }
|
|
|
|
.wp-list-table.roles .column-core,
|
|
.wp-list-table.roles .column-users {
|
|
width: 15%;
|
|
text-align: center !important; }
|
|
|
|
.wp-list-table.roles .column-admin_access,
|
|
.wp-list-table.roles .column-priority {
|
|
width: 10%;
|
|
text-align: center !important; }
|
|
|
|
@media screen and (max-width: 782px) {
|
|
.wp-list-table.roles .column-core,
|
|
.wp-list-table.roles .column-users,
|
|
.wp-list-table.roles .column-admin_access,
|
|
.wp-list-table.roles .column-priority {
|
|
text-align: left !important; } }
|
|
|
|
#um-admin-form-wp-capabilities .um-metadata-line th {
|
|
width: auto; }
|
|
|
|
#um-admin-form-wp-capabilities .um-metadata-line td {
|
|
width: 20px; }
|
|
|
|
#um_edit_role #titlewrap > span {
|
|
width: 40px;
|
|
font-size: 24px;
|
|
float: left;
|
|
display: block;
|
|
line-height: 37px; }
|
|
|
|
#um-admin-form-publish #major-publishing-actions {
|
|
padding-top: 0;
|
|
padding-left: 0;
|
|
padding-right: 0; }
|