- changed form labels and tooltips for clear description;

- fixed repeated queries for getting excluded post IDs;
This commit is contained in:
Nikita Sinelnikov
2021-07-27 13:07:30 +03:00
parent d459db7d6e
commit 070415bf31
4 changed files with 344 additions and 322 deletions
+5 -1
View File
@@ -227,6 +227,10 @@ textarea.um-forms-field.um-small-field {
font-style: italic;
}
.um-form-field .description {
clear: both;
}
.um-form-fields-section {
float:left;
@@ -397,4 +401,4 @@ textarea.um-forms-field.um-small-field {
width: 20px;
text-align: left;
margin: 0 10px 0 0;
}
}