New feature: show specific users in member directory

This commit is contained in:
Ultimate Member
2015-12-29 17:39:59 +02:00
parent 188229e1bb
commit e3b42da2bf
5 changed files with 41 additions and 4 deletions
+11 -3
View File
@@ -127,8 +127,12 @@ body.um-admin-modal-open {
color: #aaa !important;
}
.um-admin-metabox input[type=text] {
height: auto !important;
}
.um-admin-metabox input[type=text],
.um-admin-metabox textarea{
.um-admin-metabox textarea {
width: 100%;
max-width: 100%;
display: block;
@@ -139,13 +143,17 @@ body.um-admin-modal-open {
outline: none !important;
box-sizing: border-box !important;
box-shadow: none !important;
font-size: 13px !important;
height: auto !important;
line-height: 1.4em !important;
padding: 4px 10px !important;
}
.um-admin-metabox textarea {
padding: 8px !important;
line-height: 1.6em;
color: #888 !important;
}
.um-admin-metabox input[type=text].um-admin-error,
.um-admin-metabox textarea.um-admin-error
{border-color: #C74A4A!important}