- add sort for filters and taglines in member directory

This commit is contained in:
andrewshuba
2019-11-25 12:45:55 +02:00
parent 5c807204c3
commit c0b2295dd1
3 changed files with 27 additions and 4 deletions
+8 -1
View File
@@ -64,10 +64,17 @@ textarea.um-forms-field.um-small-field {
margin: 5px 0 0 0;
}
.um-multi-selects-option-line .um-field-icon {
float: left;
width: 30px;
text-align: center;
line-height: 30px;
}
.um-multi-text-option-line .um-field-wrapper,
.um-multi-selects-option-line .um-field-wrapper {
float:left;
width: calc( 100% - 60px );
width: calc( 100% - 90px );
line-height: 30px;
box-sizing: border-box;
}