added css class for fipf viewing user profiles
This commit is contained in:
@@ -7,6 +7,17 @@
|
||||
|
||||
|
||||
/*
|
||||
* hide all acf fields with the class 'hide-for-fipf'
|
||||
*
|
||||
*/
|
||||
form#your-profile .hide-for-fipf {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
*
|
||||
*
|
||||
*/
|
||||
form#your-profile h2:has(+ .form-table .user-rich-editing-wrap),
|
||||
form#your-profile .form-table:has(.user-rich-editing-wrap) {
|
||||
@@ -14,6 +25,8 @@ form#your-profile .form-table:has(.user-rich-editing-wrap) {
|
||||
}
|
||||
|
||||
/*
|
||||
*
|
||||
*
|
||||
*/
|
||||
form#your-profile h2:has(+ .form-table .user-description-wrap),
|
||||
form#your-profile .form-table:has(.user-description-wrap) {
|
||||
@@ -21,12 +34,16 @@ form#your-profile .form-table:has(.user-description-wrap) {
|
||||
}
|
||||
|
||||
/*
|
||||
*
|
||||
*
|
||||
*/
|
||||
form#your-profile #application-passwords-section {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*
|
||||
*
|
||||
*
|
||||
*/
|
||||
form#your-profile h2:has(+ .form-table.xoo-aff-form-table),
|
||||
form#your-profile .form-table.xoo-aff-form-table {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#your-profile .acf-field.textarea_full_width {
|
||||
#your-profile .acf-field-textarea.textarea-full-width {
|
||||
textarea {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user