Replace advanced profile display with custom profile fields
- Merge all profile/advanced.tpl theme templates into profile/index.tpl - Remove obsolete Model\Profile::getAdvanced method
This commit is contained in:
parent
3297d5c3e6
commit
d475cb5028
15 changed files with 392 additions and 799 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