added css class for fipf viewing user profiles

This commit is contained in:
asus
2024-04-13 10:13:03 +02:00
parent bfa68a4dd7
commit 14c9b6a6c2
2 changed files with 18 additions and 1 deletions

View File

@@ -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 {

View File

@@ -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%;