Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Form Appearance


Go to End


6 Posts   2642 Views

Avatar
cerelac

Community Member, 34 Posts

17 July 2008 at 10:58pm

Edited: 18/07/2008 1:51am

Hello

I have a problem with the form appearance in front-end view.

When I have checkboxes or radio buttons why aren't they correctly aligned?

PS: I've already tried it in both FireFox and IE and it shows the same result.

Is there any way to change the appearance of the fields that aren't correctly displayed?

Avatar
Pixel

Community Member, 78 Posts

17 July 2008 at 11:10pm

I have his problem too - would be nice for a solution

Avatar
cerelac

Community Member, 34 Posts

19 July 2008 at 5:16am

Edited: 21/07/2008 8:36pm

Hello everyone.

I've figured out why is the checkbox displaying from the right.

I've changed the class from right to left and it moved but the alignment isn't correct even after doing this.

Can anyone tell me where is this code located?
Is there any way to "format" its appearance?

Avatar
cerelac

Community Member, 34 Posts

24 July 2008 at 1:00am

Hi.

Is there any solution to this problem?

Avatar
tone77

Community Member, 10 Posts

10 October 2008 at 12:56am

put this at the bottom of your form.css style sheet

label.right {
display:inline;
}

Avatar
tone77

Community Member, 10 Posts

11 October 2008 at 12:11am