mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 06:03:38 +09:00
- wp-admin assets refactoring (in process);
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
#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; }
|
||||
Reference in New Issue
Block a user