#3856 closed Defect (fixed)
Add .elgg-foot to registration form
| Reported by: | coldtrick | Owned by: | cash |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.1b |
| Component: | UI/UX | Version: | 1.8 |
| Severity: | trivial | Keywords: | |
| Cc: | brett@… | Difficulty: | trivial |
Description
Header and footer are not correctly styled on the register form (compare with blog edit form for example)
Change History (7)
comment:1 Changed 20 months ago by cash
comment:2 Changed 20 months ago by coldtrick
I was expecting similar usage of .elgg-foot and .elgg-head in the one_column layout as used by the register form.
The usage of .elgg-head is not specifically related to the register form, but the one_column layout.
The .elgg-foot class should be used as a container around the form submit button.
comment:3 Changed 20 months ago by cash
Ok - registration form needs .elgg-foot around the submit button.
I don't yet understand what you mean by the on_column layout needing .elgg-head. Where are you expecting that?
comment:4 Changed 20 months ago by cash
- Component changed from Core to UI/UX
- Difficulty set to trivial
- Milestone changed from Needs Review to Elgg 1.8.1b
- Summary changed from Register form is not using correct styling to Add .elgg-foot to registration form
If there is something else that you thought should be changed, please open another ticket
comment:5 Changed 20 months ago by cash
- Owner set to cash
- Status changed from new to assigned
comment:6 Changed 20 months ago by cash
- Resolution set to fixed
- Status changed from assigned to closed
Fixes #3856 adds elgg-foot to forms missing it in /views/default/forms and updated documentation
Changeset: fc5fd10695883a1385645dbb9a16db9e9e0df36c
comment:7 Changed 19 months ago by cash
Fixes #3856 adds elgg-foot to forms missing it in /views/default/forms and updated documentation
Changeset: fc5fd10695883a1385645dbb9a16db9e9e0df36c

header and footer of the page? What styling?