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:
commit
09de4a5b47
86 changed files with 2352 additions and 3855 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue