Merge pull request #8156 from MrPetovan/task/7817-custom-fields-part-2

New custom profile fields feature part 2: Feature switcheroo
This commit is contained in:
Philipp 2020-01-24 20:17:52 +01:00 committed by GitHub
commit 09de4a5b47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
86 changed files with 2352 additions and 3855 deletions

View file

@ -104,6 +104,14 @@ input[type=submit]:active {
top: 1px;
}
.btn {
background-color: transparent;
box-shadow: none;
border: none;
padding: 0;
text-align: inherit;
}
#search-text,
#search-submit,
#search-save {
@ -2127,6 +2135,10 @@ div[id$="wrapper"] br {
position: absolute;
}
#profile-menu {
display: none;
}
#cropimage-wrapper {
float:left;
}